Hi all. I have another question. Currently I have a user form that is filled out in steps. Once all the steps are completed I used session data to capture all the entered fields and then display them on a final ‘review’ form that allows for edits. Once that form is edited, the user clicks the submit button and is taken to a download screen. However, an email is also sent to the company owner notifying them that a form has been submitted. This email also includes a link to a dynamic page that was created from the submission. This link is only for the employees and offers them the ability to download as a pdf as well, and I used the date function to display a “user input value” of today’s date that shows in a “date received” value. The page also has another button that states, “mark as received.” When clicked it should update the data set that was submitted with info in a field that already exists in the database, but has not had any value added yet. That again should be added when the “mark as received” button is clicked. Is this possible using data.insert? Could someone demonstrate an example code or send me somewhere that shows a tutorial?
I want to use a button click instead of just automatically submit it. This will allow for accountability and ensure that the submission was actually reviewed instead of just occurring from opening the pages. Just FYI
Thanks in advance!