Viewing 10 replies - 1 through 10 (of 10 total)
  • I have the same question- would love an answer!

    (btw VYSUAL. the screenshot link loads a 502 error for me)

    Plugin Author Evan Herman

    (@eherman24)

    Hi Guys,

    Sorry for not responding sooner. For whatever reason, I stopped receiving email updates when a new thread was posted.

    You can use CSS to simply hide the element from ever displaying.

    I would use something like this in your themes style.css or child theme style.css file:

    .yks-require-description {
       display: none;
    }

    Thanks,
    Evan

    Awesome, thanks!

    Just one small thing- this removes the “*=required field” above the form, but still doesn’t remove the asterisk above the “Email” field title. Any idea how to remove that as well?

    Jake

    Plugin Author Evan Herman

    (@eherman24)

    .yks-required-label {
      display: none;
    }

    Works like a charm. Thanks.

    Can You please add an option to disable Required field, So we can choose from options to enable o disable it?
    Thanks

    Plugin Author Evan Herman

    (@eherman24)

    Hi Josan,

    We will consider adding a toggle option on the manage list page in the next 5.2 release.

    Thanks,
    Evan

    Does not work for me. I can not use since english is not allowed on the norwegian pages. I, and probably averybody in non-english speaking countries who doesnt search and find tihs forum thread will probably just sack it and move on. It looks like shit and extremly unproffessional if you mix different languages on the page.

    Anonymous User

    (@anonymized-10133093)

    THANKS for this amazing plug-in!

    I am going to run it a bit before i give it a review, but so far it’s 5 star ??

    I just changed the CSS and got the result talked about in this thread, great!

    I would like to add a request to make this a toggle option. I imagine most people have only one field to enter the email. It seems strange that ANYONE would want the * = required field text messing up their nice looking sign up form… or am i missing something obvious here?!

    Plugin Author Evan Herman

    (@eherman24)

    Thank you David, for taking the time to write about the issue here in a calm and professional manner. I also truly appreciate that you understand a free plugin means free, and gets developed and given away for free as a means to give back to the community.

    I’m also glad that the above CSS declaration worked for you.

    I will work on adding this setting to the settings page this weekend, and getting a new release pushed out. This toggle will most likely reside on the settings page and be set to hidden by default.

    I’ll do my best to get things out as fast as possible.

    Thanks again for understanding,
    Evan

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘How to not display the "* = required field" ?’ is closed to new replies.