We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
On document.ready, bind a form to send ajax submissions with ajaxForm, and then submit it.
After that, using an element of your choice, eg: a button or a link, toggle the visibility of that form so that you can hide it and show it.
Try to submit the form again, the form is not ajax anymore, it behaves like a normal form.