I have a form where users can upload images. Since it make take a while for the images to upload after the user clicks submit, I wanted a little alert to pop up to tell the user to be patient and not hit submit more than once.
So far I have the action of the php form calling a javascript function that makes the alert happen. But I can't figure out how to then make that same javascript function take the Post info from the form and submit it to where it needs to go.
Thanks for any help!