Forums

Send the form only one

niitrro 16 Oct, 2012
how to do it so that users can send the form only one, even after logoff.
GreyHead 16 Oct, 2012
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
niitrro 17 Oct, 2012
And could you describe I do not know how to do it
GreyHead 17 Oct, 2012
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
niitrro 17 Oct, 2012
Yes they are registered, not saved form data to the table because I do not know too much what options to take
GreyHead 17 Oct, 2012
Hi niitrro,

Then I suggest that you add a DB Save action, then check the User ID against the saved records. You'll also need to add the Authenticator action to make the form available only to logged in users.

Bob
This topic is locked and no more replies can be posted.