Hello,
I got form with many fields of [value-type=user-entered required], or fields which have some scripting in their validate event handler.
When I use submit button to submit form over http, the form is validated prior submission. Then, when I use execute button (to submit form over SOAP), validation is not called at all.
What is the standard way, to have e.g. required fields on a form and to validate (check values, display error messages, block submission ) form prior to send it over soap ?
I searched the forum history, but I found only the way, that validation is completely scripted and this is called by regular-type button. After it is valid, form is submitted by executing click event on execute-type button.
Thanks.