Home / Admin / Add Field Values for Dropdown, Checkboxes, and Multiple Choice Fields
Duplicate Snippet

Embed Snippet on Your Site

Add Field Values for Dropdown, Checkboxes, and Multiple Choice Fields

Adds the option to display field values for Dropdown, Checkboxes, and Multiple Choice fields.

Once you've added the snippet and a Dropdown, Checkbox, or Multiple choice field, click on the field in the form build to go to the Advanced tab and toggle the switch to Show Values.

<10
Code Preview
php
<?php
/**
 * Add field values for dropdown, checkboxes, and multiple choice fields
 *
 * @link   https://wpforms.com/developers/add-field-values-for-dropdown-checkboxes-and-multiple-choice-fields/
 * 
 * For support, please visit: https://www.facebook.com/groups/wpformsvip
 */
add_filter( 'wpforms_fields_show_options_setting', '__return_true' );

Comments

Add a Comment