Where I request the user to input his/her email address to receive OTP, After first submission, I want the page to disable the form submission for 3 minutes in order to avoid multiple request of OTP (On Time Password). What will be the best approach to do that? Any sample c...
I have no experience with scripts, so any advice explained in basic terms would be very helpful! TOPICS How to , JavaScript , PDF forms Views 670 Translate Translate Report Report More Reply Reply 1 Correct answer ls_rbls Community Expert , Feb 22, 2023 Feb 22, 20...
However, you have a lot of other reported errors that do not match the script you've posted. I suspect they are for other scripts on your form. When you are setting up a form it is a really good idea to do one thing at a time, and test it, so you don'...
Anyhow, if you're in this situation and you decide to use a solution based on one or other of the workarounds shown above, you should be set for either kind of browser behaviour. There's nothing to beat designing your server-side scripts defensively, rather than just making them work in...
What I really is, I only want to lock the scripts from editing, but not locking the complete PDF form. The form need to be filled up by users, but the users shouldn't change the JavaScript code for form submission or field validation. ...