WP Manifestindependent plugin directory
manifest / forms / gf-math-input-field

Gravity Forms Math Field Add-On

Math Input Fields for Gravity Forms

by Dan Dulaney · github.com/duplaja/gf-math-input-field · website

2stars
0forks

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.zip

Declares 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

Changelog

== Version 1.6 ==

  • First public release

Read the full README on GitHub →