Hi, did you solve the problem with the reset button? it doesn't work for me...
The reset button does work as intended, clicking the button will clear the fields to their original state "on form load", so if your field was empty on page load then the reset will empty the field, otherwise you need a "clear" button which can be setup using some custom javascript code as you suggested
I haven't solved it and I'm not very clear on how the reset button works in chronoforms...
I tried the above suggestion - Button + HTML Attributes: onclick=document.getelementbyid('NAME').value=''; That doesn't seem to work.
are you trying to clear fields ? if yes then you need to loop over fields
I'm not sure what you mean by Loop Over Fields.
a javascript loop over all form fields, this requires some custom code, and the code depends on the fields types
You need to login to be able to post a reply.