• Hi,

    I am looking for assistance with three things.

    1) On my page, the “required” message is displaying for all questions, including ones that are NOT required.

    2) I am having a hard time making the bulletpoints disappear without hiding the options? Resolved with the following:

    .entry-content ul {
        list-style: none;
        }

    3) My form is displaying an Email Address field at the very bottom of the form that is not on the actual form. It looks out of place and I’m not sure how to get rid of it?

    My page is https://www.cat-bird.com/commissions/

    Any suggestions? Thank you in advance.

    • This topic was modified 8 years, 6 months ago by Zhivagooo.
    • This topic was modified 8 years, 6 months ago by Zhivagooo.
    • This topic was modified 8 years, 6 months ago by Zhivagooo.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Zhivagooo

    (@zhivagooo)

    Update:

    Still not sure how to remove the email address field at the bottom, it’s very confusing to my clients because I already asked for their email in the beginning of the form but I don’t get the results from the 2nd email field in my form?

    #1 has been resolved.
    1) On my page, the “required” message is displaying for all questions, including ones that are NOT required.

    Resolved with the following snippet:

    div.required-message {  
        display:none;
        }
    Thread Starter Zhivagooo

    (@zhivagooo)

    I have figured out #3!

    It would be nice if the setting to send emails to the admin could be hidden through the plug in, but would I be correct to assume that this question should just be hidden via CSS?

    I turned off the option to send emails to the admin.

    Email : Send email upon form submission > OFF
    
    Email End User: Send email to end user upon form submission > OFF
    Plugin Author Mike Walsh

    (@mpwalsh8)

    I missed this question – the reason you are seeing the required message is the CSS class that Google defines is also defined by your theme. The CSS prefix option can solve this problem as it will apply a prefix to all of the CSS classes in the HTML received from Google.

    Plugin Author Mike Walsh

    (@mpwalsh8)

    I am not sure I understand the question you have about Emails, is this still an issue?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Plugin displays “Required” message on all questions’ is closed to new replies.