tag is creating … under required *
-
When making a field required the <abbr> creates little … under the required * that does not look nice.
Can one replace the <abbr> tags with <span> instead to fix this?
File location: /wp-content/plugins/everest-forms/includes/shortcodes/class-evf-shortcode-form.php
line 125
========
$required = $label[‘required’] ? apply_filters( ‘evf_field_required_label’, ‘ <abbr class=”required” title=”‘ . esc_attr__( ‘Required’, ‘everest-forms’ ) . ‘”>*</abbr>’ ) : ”;
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘tag is creating … under required *’ is closed to new replies.