You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
benjaoming
changed the title
ConsentForm w/ formset - an easily extensible form
ConsentForm w/ formset - an easily extendable form
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.
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.
The text was updated successfully, but these errors were encountered: