Ninja Forms

Administrator Email Troubleshooting

One of the basic features of any forms plugin is the ability to send emails alerting the administrator(s) that a submission has been sent. This is especially true if you’re making a contact form. In this doc, we’ll run through …

Read More >

ninja_forms_display_form_visibility

Type: Filter Accepted Parameters: $display – Should the form be visible? - 1 or 0 , $form_id – ID of the form. Return: N/A. This filter allows you to modify the visibility of a form when it is displayed on the front-end. Returning …

Read More >

ninja_forms_form_title

Type: Filter Accepted Parameters: $form_title – Title of the form, $form_id – ID of the form. Return: N/A. This filter allows you to modify the form title of a form. It is passed a string that looks like: ‘<h2>My Form Title’. …

Read More >

ninja_forms_display_before_field

Type: Action Hook Accepted Parameters: N/A. Return: N/A. This hook is ran for every field in the form. It is passed the $field_id and $data variables. The $data variable is an array that contains all relevant field settings. It is ran before each …

Read More >

ninja_forms_display_before_opening_field_wrap

Type: Action Hook Accepted Parameters: N/A. Return: N/A. This hook is ran for every field in the form. It is passed the $field_id and $data variables. The $data variable is an array that contains all relevant field settings. It is ran before the …

Read More >

ninja_forms_display_after_opening_field_wrap

Type: Action Hook Accepted Parameters: N/A. Return: N/A. This hook is ran for every field in the form. It is passed the $field_id and $data variables. The $data variable is an array that contains all relevant field settings. It is ran after the …

Read More >

ninja_forms_display_before_field_function

Type: Action Hook Accepted Parameters: N/A. Return: N/A. This hook is ran for every field in the form. It is passed the $field_id and $data variables. The $data variable is an array that contains all relevant field settings. It is ran before the …

Read More >

ninja_forms_display_after_field_function

Type: Action Hook Accepted Parameters: N/A. Return: N/A. This hook is ran for every field in the form. It is passed the $field_id and $data variables. The $data variable is an array that contains all relevant field settings. It is ran after the …

Read More >

ninja_forms_display_field_help

Type: Action Hook Accepted Parameters: N/A. Return: N/A. This hook is ran for every field in the form. It is passed the $field_id and $data variables. The $data variable is an array that contains all relevant field settings. This is the default hook …

Read More >

ninja_forms_display_before_field_label

Type: Action Hook Accepted Parameters: N/A. Return: N/A. This hook is ran for every field in the form. It is passed the $field_id and $data variables. The $data variable is an array that contains all relevant field settings. It runs before the field …

Read More >