Gravity Forms Math Field Add-On
Math Input Fields for Gravity Forms
by Dan Dulaney · github.com/duplaja/gf-math-input-field · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/duplaja/gf-math-input-field/archive/refs/heads/master.zipDeclares an update source (https://github.com/duplaja/gf-math-input-field), so updates arrive through the plugin's own updater.
Readme
Gravity Forms: Math Input Fields
Features
-
Adds a Math field type to the advanced section.
-
Field allows for user input of math equations, using LaTex (modified, MathQuill version for a few things), or an on-screen keypad.
-
Allows the user to add math expressions and equations to descriptions of math fields, as well as paragraph fields when a math field is located on the form. ( using
<m>and</m>surroinding tags with LaTeX / MathQuill language). -
Displays pretty equations on the front end and back end. Values are editable by admin as with other field types.
Todo
-
Expand the on screen keyboard.
-
Work on pretty display of equations in emails.
Includes
- Based off of the Gravity Forms Simple Field Add-On Example Project, by Richard Wawrzyniak
- Latest compiled version of MathQuill
- Some of the Icons by Freepik from flaticon.com, free to use with attribution.
Changelog
== Version 1.6 ==
- First public release