I have a form i'm working on. Basically its a form I like for users to
fill out and then click submit once they are done to send it in an
email. The script i found below does what I want but with further
testing i found out it's not exactly what I want. Basically it will make
all the fields in my form Read only once the Submit button is clicked.
Problem is that if you hit Submit and then realized you need to go back
and make a change, you can't. The trigger to Read Only is when you click
Submit....