anakadote;10968172 wrote:If you're going to use ajax to load those sections you'd hide and show the loading message from within your callback functions. Here's the applicable info on jQuery.
Put one start div with name mysecret
Not in this div must have the forms
in the action of the submited form "when all is ok"
if allnot ok{}
else{
?>
<style>
#forma{display:none;
}</style>
<?php
echo" Thank you!";
?>
in this method your div id=forma is hidden after the user have submited the form ๐
Fast๐