Skip to content

Commit 506a1e3

Browse files
committed
Turn autocomplete off in wplf_title_format field
1 parent aa3ba6f commit 506a1e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/class-cpt-wplf-form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ function meta_box_title_format( $post ) {
332332
?>
333333
<p><?php _e('Submissions from this form will use this formatting in their title.', 'wp-libre-form'); ?></p>
334334
<p><?php _e('You may use any field values enclosed in "%" markers.', 'wp-libre-form');?></p>
335-
<p><input type="text" name="wplf_title_format" value="<?php echo esc_attr( $format ); ?>" placeholder="<?php echo esc_attr( $default ); ?>" class="code" style="width:100%"></p>
335+
<p><input type="text" name="wplf_title_format" value="<?php echo esc_attr( $format ); ?>" placeholder="<?php echo esc_attr( $default ); ?>" class="code" style="width:100%" autocomplete="off"></p>
336336
<?php
337337
}
338338

0 commit comments

Comments
 (0)