Skip to content

Commit 268940c

Browse files
authored
Update class-field-text.php
1 parent 1cb9340 commit 268940c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

includes/fields/class-field-text.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class="textfield <?php echo 'wpuf_' . esc_attr( $field_settings['name'] ) . '_'
3838
placeholder="<?php echo esc_attr( $field_settings['placeholder'] ); ?>"
3939
value="<?php echo esc_attr( $value ); ?>"
4040
size="<?php echo esc_attr( $field_settings['size'] ); ?>"
41+
data-style="<?php echo esc_attr( $use_theme_css ); ?>"
4142
/>
4243

4344
<span class="wpuf-wordlimit-message wpuf-help"></span>

0 commit comments

Comments
 (0)