Gravity Forms Reset Button

Gravity Forms does not have a built-in method for enabling any type of form reset button. This doc will show you how to add a Reset Form button or Clear Form button to any form built with Gravity Forms.

How To Fix It

Using one line of HTML in an HTML field

  1. Add an HTML field to your form
  2. Copy the line of code below
  3. Paste it into the HTML field Content box
  4. Modify the value (button text) if desired
  5. Click Save Form
								
				
					<input type="reset" value="Clear Form" />
				
			
reset button

Tips

If client host themselves.

Sometime we have to remove Scripts Organizer for save client budget.

The PHP Raw widget of DYNAMIC·OOO an optional function.

The PHP Raw widget allows you to apply a string of PHP code directly from the frontend. And it’s available on free version.