Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @trucker

    Yes, of course. Please, insert a button field in the form, and select the “reset” option as its type (it is a radio button in the field’s settings).

    Best regards.

    Thread Starter Trucker

    (@trucker)

    Hi,
    How to set it to reset the fields in a specific Fieldset or Div?
    Thank you a lot!

    Plugin Author codepeople

    (@codepeople)

    Hello @trucker

    In this case, you must edit the fields’ values directly. For example, assuming you have a field with name: fieldname1 the onclick event could be edited as follows:

    
    jQuery('[id*="fieldname1_"]').val('').change();
    

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Reset Field Button’ is closed to new replies.