Hi all
it's possible write a form only one time?
I want that an user can fill the form only one time
when the form is complete and it's arrived the mail,
the user (registered) cannot write any more
thanks!!
it's possible write a form only one time?
I want that an user can fill the form only one time
when the form is complete and it's arrived the mail,
the user (registered) cannot write any more
thanks!!
Hi Hubneraf,
Yes, you can do that. Save the form results in a database table, including the User ID. In the On Load event add code to check the table, if there's no matching result show the form; if there is a matching result show a message instead, or redirect to another page.
Bob
Yes, you can do that. Save the form results in a database table, including the User ID. In the On Load event add code to check the table, if there's no matching result show the form; if there is a matching result show a message instead, or redirect to another page.
Bob
hi bob
thank's for the answer😉
how can do it?
what kind of code?
Thanks so much🙂
thank's for the answer😉
Save the form results in a database table, including the User ID.
how can do it?
In the On Load event add code to check the table, Bob
what kind of code?
Thanks so much🙂
This topic is locked and no more replies can be posted.