how to do it so that users can send the form only one, even after logoff.
Forums
Send the form only one
Hi niitrro,
If they are registered users you can save their User ID with the form results and add Custom Code to the On Load event to check to see if the current user has already submitted the form.
Bob
If they are registered users you can save their User ID with the form results and add Custom Code to the On Load event to check to see if the current user has already submitted the form.
Bob
Hi niitrro ,
Are they registered users?
Are you saving the form data to a database table?
Do you have the User id in a table column? If so what are the table and column names?
Bob
Are they registered users?
Are you saving the form data to a database table?
Do you have the User id in a table column? If so what are the table and column names?
Bob
Yes they are registered, not saved form data to the table because I do not know too much what options to take
This topic is locked and no more replies can be posted.