Skip to content

Commit

Permalink
Merge branch 'pre-develop' into EVF-1179-hidden-field-editable-compat…
Browse files Browse the repository at this point in the history
…ibility
  • Loading branch information
NirajChaudhary143 committed Sep 5, 2024
2 parents 95021ca + 56f5b1d commit 9bdcba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/fields/class-evf-field-address.php
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ public function field_properties( $properties, $field, $form_data ) {
'state' => array(
'attr' => array(
'name' => "everest_forms[form_fields][{$field_id}][state]",
'value' => ! empty( $field['state_default'] ) ? apply_filters( 'everest_forms_process_smart_tags', $field['state_default'], $form_data ) : '',
'value' => ! empty( $field['state_default'] ) ? apply_filters( 'everest_forms_process_smart_tags', $field['state_default'], $form_data ) : apply_filters( 'everest_forms_state_default_value', '' ),
'placeholder' => ! empty( $field['state_placeholder'] ) ? $field['state_placeholder'] : '',
),
'block' => array(
Expand Down

0 comments on commit 9bdcba0

Please sign in to comment.