approval for form inputs made by users?

hello!

currently im working on how to “approve” a form submitted by user. for example, I have a request form allowing users to indicate the date and time they are available. how can user “approve” or check the request made ? is it by updating the database?

Yes, you´re on the right track. Just put a Boolean into the Collection that the form issuer cannot fill out. THen make another page for Approval that selects on all Booleans that are NOT TRUE (false is an entirely different matter, it has to do with the fact if booleans are bi- or tri-logical).
Here you DO allow the approve flag to be set. Try it out and see what unchecked booleans have as a value (prob. null or undefined).

1 Like

How do i select the booleans that are NOT TRUE?

Hi Giri,

I would like to clarify how to set it as approved from the webpage itself and not from the database collections! currently i have a table to show all my form inputs on a page but i am not sure how to select and approve each of it… may i know where to begin?
Thank you really appreciate it!

If I understand you correctly, you use the Table grid to display your collection and from there on, you want to edit at least the “Approved”.
First, you will have to set up a Dynamic Page. THis page will display every item that you click in the table. You can put as many field into that form as you wish, all bound to the Dataset. One of them will be a checkbox called “Aproved”.
Secondly, you will have to link the table to the Dynamic Page, so it knows what to do when a row is clicked (where to go to, which Dynamic Page).
All info can be found here : Getting Started | Help Center | Wix.com

Just work your way thru the examples, most of us did, then you will understand how to change your own project. Good luck.

HI Giri,

Thank you so much! really appreciate it! :slight_smile:

Hi,

I made custom form with Wix Code. I tried to submit my info from 3 different devices but there are no records in dataset. When I click on “Submit” I’m redirected to thank you page but nothing happend. Please check by yourself > Fungui

Here are few screenshots

Thanks for help!

Did you ever find a solution to this that you are willing to share?