This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 3

Remove asterisk


  1. searchtransparency
    Member

    How to remove asterisk from required fields?

    Thanks!

    Posted 10 years ago #
  2. yuniar

    You can edit the theme of your form, click the "Advanced CSS" menu item and then add this code:

    #main_body form.required,#main_body .matrix span.required{
      display: none !important;
    }

    that should hide the asterisk.


    MachForm Founder

    Posted 10 years ago #
  3. searchtransparency
    Member

    Hi Yuniar,

    I added this code, but to no avail. Any other suggestions?

    Posted 10 years ago #
  4. yuniar

    Try to delete your browser cache and refresh your form.
    If the problem persist, can you let me know the URL of your form please? I'll check it.


    MachForm Founder

    Posted 10 years ago #
  5. searchtransparency
    Member

    It is still not working. Here is the url: http://www.seasonsfour.com.previewdns.com/contact-information.html

    Posted 10 years ago #
  6. yuniar

    Ah... yes, it seems the space is missing from my CSS code above. Sorry for that.
    Please try again using this code:

    #main_body form .required,
    #main_body .matrix span.required{
     display: none !important;
    }

    The correct one is "form .required" -- with space between them. While my original CSS code above was "form.required".


    MachForm Founder

    Posted 10 years ago #
  7. searchtransparency
    Member

    That works, thank you!

    Posted 10 years ago #

RSS feed for this topic

Reply