Skip to content

Disables the submit button in a Gravity Forms form (say that ten times fast! ;)) when the form is submitted (to prevent double submissions)

Notifications You must be signed in to change notification settings

leepeterson/gravity-forms-disable-submit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Gravity Forms - Disable Submit

One of the most common UX issues we see in interfaces these days are buttons/input[type="submit"] that don't change state once clicked and activated. This leads to many double-charges on credit cards, double #s, and frustration. This tiny Gravity Forms Add-on simply disables the button by applying "disabled" CSS via jQuery once clicked.

About

Disables the submit button in a Gravity Forms form (say that ten times fast! ;)) when the form is submitted (to prevent double submissions)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 82.5%
  • JavaScript 17.5%