SOLVED

Clear Button Settings

Go to solution
Anonymous
Not applicable

Clear Button Settings

I am using Form 1.0 and was wondering if anyone knows some javascript that can edit what fields the clear button actually clears? 

i.e i only want a select number of fields to be cleared once the user hits the clear button on the form.

Many Thanks,
Dave
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: Clear Button Settings

Clear buttons have been de facto deprecated for years now due to the confusion and frustration it can cause users.

Here's some code I found to do it, though: http://stackoverflow.com/questions/13070819/reset-value-of-multiple-but-not-all-form-fields-with-jqu...

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Re: Clear Button Settings

Clear buttons have been de facto deprecated for years now due to the confusion and frustration it can cause users.

Here's some code I found to do it, though: http://stackoverflow.com/questions/13070819/reset-value-of-multiple-but-not-all-form-fields-with-jqu...