Hi guys,
I want to create a form, where I can type in information in my text-field, leave the page, return to the form and the information, I‘ve entered before, still shows. Is it possible to to store data without submitting the data with a submit button?
The reason, why I want to leave the page, is to select something on a different page and save it to the session object, so that I can use it later on in the form like a shopping cart.
Thanks in advance,
Timo
I want to create a form, where I can type in information in my text-field, leave the page, return to the form and the information, I‘ve entered before, still shows. Is it possible to to store data without submitting the data with a submit button?
The reason, why I want to leave the page, is to select something on a different page and save it to the session object, so that I can use it later on in the form like a shopping cart.
Thanks in advance,
Timo
Hello teazmo,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
My form data isn't saving to the database correctly
My CFv5 form data isn't saving to the database correctly
How do I save form data to a database table?
How to load record data from a database table into your form
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
My form data isn't saving to the database correctly
My CFv5 form data isn't saving to the database correctly
How do I save form data to a database table?
How to load record data from a database table into your form
P.S: I'm just an automated service😉
Hi Timo,
I guess that you could use JavaScript/Ajax to submit data immediately it is entered and then save it in the User Session. I'm really not sure how that would work though, The simpler answer would be to open the other page in a new browser tab.
If you use a submit (or save) button then you can Submit using Ajax and recover the data later.
Bob
I guess that you could use JavaScript/Ajax to submit data immediately it is entered and then save it in the User Session. I'm really not sure how that would work though, The simpler answer would be to open the other page in a new browser tab.
If you use a submit (or save) button then you can Submit using Ajax and recover the data later.
Bob
This topic is locked and no more replies can be posted.