• Resolved shapegrafix

    (@shapegrafix)


    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)
  • Hello @shapegrafix,

    Thank you for reporting the bug. We will fix and update the plugin soon. Please stay updated!

    Regards,
    WPEverest Support

    Hey @shapegrafix,

    If the field is required now no any text-decoration with dotted underline in present in asterisk so with <abbr> tag it is resolved. Please do update Everest form to 1.3.2 to see the changes 🙂

    The <abbr> tag is used along with a title attribute to associate a full-text explanation with an abbreviation or acronym. Hence, that is not changed to <span> tag but you can use filter everest_forms_field_required_label which was previously evf_field_required_label to modifiy the tag.

    Thanks!
    Shiva Poudel

    • This reply was modified 7 years, 7 months ago by Shiva Poudel.
    • This reply was modified 7 years, 7 months ago by Shiva Poudel.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘tag is creating … under required *’ is closed to new replies.