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

ConsentForm w/ formset - an easily extendable form #3

Open
benjaoming opened this issue Feb 23, 2021 · 0 comments
Open

ConsentForm w/ formset - an easily extendable form #3

benjaoming opened this issue Feb 23, 2021 · 0 comments

Comments

@benjaoming
Copy link
Contributor

benjaoming commented Feb 23, 2021

Description

The following issue is for registering and saving user's consent - for instance when they subscribe to a newsletter or sign up on the website.

We should see if it's possible to create a dynamic formset for a (new) user to register and submit their consent through a checkbox.

Name: [                        ]
Email: [                        ]

[ ] I consent to <ConsentObject> Read more
[ ] I consent to <ConsentObject> Read more

[ SUBMIT & VALIDATE MY EMAIL ]

The primary use case of the formset is for inheriting in other types of forms, i.e. when creating a full new user account.

Note: This means that consent may be registered prior to an account being confirmed and activated. Perhaps this pattern should be reviewed and challenged.

@benjaoming benjaoming changed the title ConsentForm w/ formset - an easily extensible form ConsentForm w/ formset - an easily extendable form Feb 23, 2021
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

No branches or pull requests

1 participant