Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating Frontity dependencies for development and hacking singular option checkboxes. #37

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

davidrhoderick
Copy link

@davidrhoderick davidrhoderick commented Nov 20, 2020

First of all, the Frontity dependencies of this project are woefully out-of-date. That means that you can barely run this code as it is cloned from master without updating Frontity. Either that means the modifying instructions in the readme need to be updated to include a step about using npx npm-check-for-updates && npm install or it needs to be kept up-to-date so people can jump in and code changes.

Secondly, in needing checkboxes to work in CF7, I hacked together a solution for singular checkboxes to work. I too am busy and don't have time to flesh out the whole implementation at this very moment (maybe I'll give it a crack later on) but for now, this will allow a singular checkbox without default value to work in the Frontity site. It'll return either "yes" or "no" based on what is checked. It works for my usage and may help others at least get a functioning singular checkbox working, even it means multiple options won't work.

@davidrhoderick davidrhoderick changed the title Updating Frontity dependencies for development. Updating Frontity dependencies for development and hacking singular option checkboxes. Nov 20, 2020
that it can be used for a Mailchimp opt-in.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant