Hello and I'd like to know the way of disable the submit button after it is clicked, in other word, the form is already submitted. Is that anyway to do so Please tell me,Thanks a lot!
You can add a boolean field labeled 'submitted' that isn't displayed anywhere on the form. Set the default value to false. Add a rule to your submit button to set this field to true when the form is submitted. Then use conditional formatting on the submit button to disable it if the 'submitted' field equals true.
Also, if you plan on having this displayed in a browser navigate to the Form Options window. Tools -> Form Options. Once there, make sure you are in the Browser category. Now uncheck Submit and any other options that you would like to remove.
Disable Submit Button
unknown311
You can add a boolean field labeled 'submitted' that isn't displayed anywhere on the form. Set the default value to false. Add a rule to your submit button to set this field to true when the form is submitted. Then use conditional formatting on the submit button to disable it if the 'submitted' field equals true.
Hope that helps.
-Cynthia
GraemeH