do_action( 'jb_after_form_fields', $form_data )
Fires in the form footer before closing tag in the form. This hook may be used to display custom content in the form footer.
Note: For checking the form on where you need to add content - use $form_data['id']
Parameters:
Name | Type | Description |
---|---|---|
$form_data |
array | JB Form data. |
- Since:
- 1.2.2
- Source: