0

I would like to add this to my site when my form is submitted because it could take long to submit. I would like the loading element to appear in the middle of the screen with a blurred background.

<form method="post" class="std" enctype="multipart/form-data"> 
Barry Michael Doyle
  • 9,333
  • 30
  • 83
  • 143
jolo
  • 69
  • 10
  • You will probably have to add some more code showing what you have attempted to achieve this yourself, please check out http://stackoverflow.com/help/how-to-ask for more info. – Lennart Feb 24 '17 at 00:23
  • Almost a duplicate: [*How can I create a “Please Wait, Loading…” animation using jQuery?*](http://stackoverflow.com/questions/1964839/how-can-i-create-a-please-wait-loading-animation-using-jquery) Ok, it uses jQuery, but the POJS technique is the same: intercept form submission, display animation, dialogue, whatever, then use a very short *setTimeout* to submit form. – RobG Feb 24 '17 at 01:02

0 Answers0