We have a form that we have distributed to multiple users. The form is set so that submissions go to a pre-defined server location. The problem is that some of the users submit the form multiple times (not sure why). Perhaps they don't notice the message that says "Form submitted". In any case, we would like to disable the submit button after the form is submitted (even it is only for that "session"). I know that once the form is closed and reopened the button will work again and that is ok. If anyone has some suggestions I would appreciate it. Thanks.
Solved! Go to Solution.
Views
Replies
Total Likes
hi,
modify the above script to:
this.access = "readOnly";
your submit button will be set to read only.
Regards--
Chalukya
Views
Replies
Total Likes
Hi,
You can put this script in post-submit event of your submit button.
this.presence = "invisible"
Hope this will fulfil your requirement.
Regards-
Chalukya.
Thank you for the response. That is a great tip and I can use it if this other option is not possible. What would be ideal is to make the button "readonly". greyed out or otherwise disabled. I looked through the propoerty list and I couldn't see a way to make that happen. Is there a property to force "readonly"?
Views
Replies
Total Likes
hi,
modify the above script to:
this.access = "readOnly";
your submit button will be set to read only.
Regards--
Chalukya
Views
Replies
Total Likes
That does it for me... Thanks.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies