Heads up!
This article contains PHP code and is intended for developers. We offer this code as a courtesy, but don't provide support for code customizations or 3rd party development.
This article contains PHP code and is intended for developers. We offer this code as a courtesy, but don't provide support for code customizations or 3rd party development.
Add settings at the bottom of the field options in the sidebar.
Formidable Forms is the best WordPress Form Builder plugin. Get it for free!
Usage
add_action( 'frm_after_field_options', 'add_custom_field_setting' ); function add_custom_field_setting( $args )
Parameters
- $args (array)
- 'field' (array)
- 'display' (array) - A list of field options that should be shown for the current field.
- 'values' (array) - Details about the form.
Examples
There are currently no examples for this hook.