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

Add support for inviting form submission over email #365

Closed
signebedi opened this issue Oct 20, 2024 · 0 comments
Closed

Add support for inviting form submission over email #365

signebedi opened this issue Oct 20, 2024 · 0 comments

Comments

@signebedi
Copy link
Owner

signebedi commented Oct 20, 2024

This can be an option in the form config dictionary that, when set to true, allows you to share the form with a user via email. It should inherit the unregistered_submission_method - that is, if it is email_validated_create_user, then we create the user and email them, if it is email_validated, then we simply send it. This could, in fact, just wrap the unregistered form submission process by enabling users to share forms via a UI click interface. Alternatively, we can make this a group permission. This would mean using probably the same route for admins as regular users... The share symbol would probably be: https://icons.getbootstrap.com/icons/share/ or https://icons.getbootstrap.com/icons/send/.

Originally posted by @signebedi in #357 (comment)

@signebedi signebedi changed the title Add support for sharing forms with people by email Add support for inviting form submission over email Oct 20, 2024
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