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

Remember form fields #8

Open
Htbaa opened this issue Feb 16, 2017 · 0 comments
Open

Remember form fields #8

Htbaa opened this issue Feb 16, 2017 · 0 comments

Comments

@Htbaa
Copy link

Htbaa commented Feb 16, 2017

I was considering using Elm to redo a contactform for putting in orders, mainly because based on user input calculations have to be made. This form also has a 'remember me' checkbox so clients can come back later and when they place another order their contact information is already filled in. This is not something that's being stored inside a database, but inside of a cookie.

Currently that form (plain old JavaScript with a bit of MooTools) stores the inputfields inside a cookie right before submitting the form to a mailscript.

Basically being able to write and read cookies like MooTools Utilities/Cookies (https://mootools.net/core/docs/1.6.0/Utilities/Cookie) would be a nice thing. Or is this already possible?

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