Confirmation of submission
Archived from the Xataface Users forum.
digital1 — Wed Dec 22, 2010 12:10 pm
Is there a way to have a confirmation pop up box that appears on screen? I would like to be able to check for certain input and check to make sure that the user really wants to submit the page before it is inserted into the database.
shannah — Fri Jan 14, 2011 12:32 pm
You could do this using javascript. Just attach an onsubmit event to the edit form and do your magic there.