• Fabrik4.5.1 for Joomla5.2.4

    Fabrik4.5.1 is out. This update is needed for J!5.2.4

    See Announcements

Hide Element Validation Symbol

  • Views Views: 9,109
  • 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