Dears,
I have created a simple product’s registration form with some fields:
name, surname, serial number, date of purchase, etc…
After the user has pressed submit button, i redirect user to a thank you page with a question: “do you want to register another product?”
If the answer is “yes”, the user returns at the registration form with empty fields.
The question is: can I store some user information and reload them in some fields of the new form (but not all)? For example, I’d like to mantain name and surname.
Thank you.
dam
I have created a simple product’s registration form with some fields:
name, surname, serial number, date of purchase, etc…
After the user has pressed submit button, i redirect user to a thank you page with a question: “do you want to register another product?”
If the answer is “yes”, the user returns at the registration form with empty fields.
The question is: can I store some user information and reload them in some fields of the new form (but not all)? For example, I’d like to mantain name and surname.
Thank you.
dam