• >

0 ) { foreach ( $details_form_controls['controls'] as $values ) { $label_name = isset( $values['admin_label'] ) && '' !== $values['admin_label'] ? esc_attr( $values['admin_label'] ) : ( '' !== $values['label_name'] ? esc_attr( $values['label_name'] ) : 'Untitled' ); $control_name = isset( $values['control_type'] ) ? esc_attr( $values['control_type'] ) : 'Untitled'; if ( 'credit_card' === $control_name ) { ?> 0 ) { foreach ( $values['drop_down_option_values'] as $key => $value ) { if ( $value->value === $submission_data ) { $unmatched_data = 1; ?> 0 ) { foreach ( $values['drop_down_option_values'] as $key => $value ) { if ( in_array( $value->value, $selected_values, true ) ) { $option_values .= $value->text . ','; } } } ?> " . $files . '
'; } } ?>
text ); ?>
  • >