Filter Dynamic Field
add_filter(‘frm_setup_new_fields_vars’, ‘filter_dfe_options’, 25, 2); function filter_dfe_options($values, $field){ if ( $field->id == 125 && !empty( $values[‘options’] ) ) {//Replace 125 with the ID of your Dynamic field $temp = $values; $temp[‘form_select’] = 30;//change 30 to the id of the field (in…Continue reading