We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa3ba6f commit 506a1e3Copy full SHA for 506a1e3
1 file changed
classes/class-cpt-wplf-form.php
@@ -332,7 +332,7 @@ function meta_box_title_format( $post ) {
332
?>
333
<p><?php _e('Submissions from this form will use this formatting in their title.', 'wp-libre-form'); ?></p>
334
<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>
+<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>
336
<?php
337
}
338
0 commit comments