Hi,
sometimes users send simultaneously the form 2 times
what is the best way to disable the submit button when the form is submitted?
thank you
sometimes users send simultaneously the form 2 times
what is the best way to disable the submit button when the form is submitted?
thank you
Hi lucchini_silvio,
The simplest way is to use the Submit Limit action from the Security actions group. Put it add the beginning of the form On Submit event and add an Event Loop or Redirect action to the pink ON Fail event.
You could also use JavaScript to disable the submit button when the validation succeeds Please see this FAQ
Bob
The simplest way is to use the Submit Limit action from the Security actions group. Put it add the beginning of the form On Submit event and add an Event Loop or Redirect action to the pink ON Fail event.
You could also use JavaScript to disable the submit button when the validation succeeds Please see this FAQ
Bob
problem solved with javascript
thank you
thank you
This topic is locked and no more replies can be posted.
