• Fabrik4.5.3 for J!5.3.0 and J!4.2+is out

    You must update from Fabrik4.5.1 if you are running Joomla!5.3.0

    See Announcements

Hide Element Validation Symbol

  • Views Views: 9,366
  • Last updated Last updated:
  • To hide the Validation symbol (red star) for an element, create a custom css file for your form's template and add something like:
    CSS:
    #fb_el_tablename___elementname {
        background:none !important;
    }
    where 'tablename___elementname' is your element's full name.
Back
Top