Form Maker

Step by step guide


Javascript

Description of Javascript editor in WordPress Form Maker plugin

Form Maker plugin lets you expand the functionality of your form by writing additional Javascript code. The script can be added to Form Options > Javascript tab. It will be included on pages where that particular form is published.

There are 3 built-in Javascript functions provided by the plugin:

  • before_load() // Occurs before the form is loaded.
  • before_submit() // Occurs before the form is submitted.
  • before_reset() // Occurs before the field values are reset.

They let you execute the Javascript code at the events mentioned above. You will just need to add your code inside these functions.

Furthermore, the plugin lets you write the script outside of these 3 functions, and execute it at a certain event. For instance, if a jQuery code is written inside jQuery(document).ready() method, it will run after the page loads.

Javascript editor


Previous Step Next Step

WORLD-CLASS SUPPORT

We are here for you every step of the way. Turn to our support with any questions you might have about our products and services. Our experienced customer care team is available to help you as fast as we possibly can.

Contact us