Hello
I want to send my form more than one time.
So far, i cannot do it, if i want to send form i MUST refresh page. Is this really necessary or is this bug?
How can i send my form more than one time?
Hello
I want to send my form more than one time.
So far, i cannot do it, if i want to send form i MUST refresh page. Is this really necessary or is this bug?
How can i send my form more than one time?
Hi
If you mean dhtmlx form, then:
function sendMyForm() {
myForm.send("1.php", function(){
sendMyForm();
});
}
and call sendMyForm() to activat loop.
Make sure validation returns true (if used), if this will not help - please provide us complete demo including all correspondnig js/css files. please also add information regarding current and expected behaviour.
Here is a small guide how to make a complete demo:
docs.dhtmlx.com/tutorials__auxil … pport.html
If you’re using PRO Edition please send your demo to support@dhtmlx.com
Thank you andrei