Skip to content

ConsentForm w/ formset - an easily extendable form #3

@benjaoming

Description

@benjaoming

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions