hi i would you like to know if is possible that the administrator can authorize or prohibit the inclusion of data from a form submitted by registered users.
I have the need for the administrator to authorize or not the publication of data from a form. Thanks
Hi Marco,
Typically this is done by saving the data with an extra 'status' column. Set this to 'false' to indicate that it isn't approved. Then create a second form for the admin to review the data and change the status flag to approve it.
Bob
Thanks, for the quickly reply, but is possible to show/hide some records to the registered users?
if yes how?
Thanks
Hi Marco,
I'm not sure I understand the question but the answer is probably Yes.
Check the User Id and then set up a database search for the records they are allowed to see.
Bob