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

Form abandonment #149

Open
shurco opened this issue Apr 5, 2024 · 1 comment
Open

Form abandonment #149

shurco opened this issue Apr 5, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@shurco
Copy link

shurco commented Apr 5, 2024

The definition of form abandonment is when a user leaves an online form without completing it.

Any type of form is susceptible to abandonment—lead generation forms, email newsletters, checkout forms, contact forms, and others.

Form abandonment can have many causes: a bug in the form submission process, confusing user experience, or too many fields, to name a few.

Is it possible to save answers when the user leaves the form without completing it completely?

@PhilReinking
Copy link
Contributor

I think it would be possible with some constraints.

Since I like to always think of a privacy first approach, I would like to ask the user for consent to save his progress when leaving the form.

Progress should also only save locally in the browser. For now, data reaches the server only on the final submit (this way we make sure that all consents etc. are also captured).

And finally, I would make it optional for a form to use this feature. I can think of use cases where this is not a wanted behavior. In iframe embeds, for example, it could not work correctly.

@PhilReinking PhilReinking added the enhancement New feature or request label Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants