Display a message during form submit

Hello. I’ve created a contact form using PHP and I need to display a animated GIF (saying “Processing Message”) after the user clicks SUBMIT on the form to prevent the user from clicking SUBMIT twice. Thanks in advance.

You can do that with JavaScript but it will not prevent someone with JavaScript disabled from submitting twce.

So the only real solution it to check for duplicate submissions on the server.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.