Page 1 of 1

Confirmation of submission

PostPosted: Wed Dec 22, 2010 12:10 pm
by digital1
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.

Re: Confirmation of submission

PostPosted: Fri Jan 14, 2011 12:32 pm
by shannah
You could do this using javascript. Just attach an onsubmit event to the edit form and do your magic there.