• Resolved Wow Digital

    (@dmpp)


    I’m receiving multiple (sometimes 2 sometimes 3) messages after submitting a form that says “Thank you for already being a subscriber! Your profile info has been updated.”

    I don’t know why it’s showing up more than once.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Wow Digital

    (@dmpp)

    So I added this CSS and I was able to hide the other messages, however I would prefer for them to just not show up to begin with.

    .yikes-easy-mc-success-message-1:not(:first-child) {
    	display:none !important;
    }
    Plugin Contributor Freddie

    (@fmixell)

    @dmpp,

    It sounds like you’re having some sort of Javascript conflict. Usually when something like that happens something is causing the code to run more times than its suppose too.

    Do you have a link to a page that I could checkout?

    Cheers,
    Freddie

    Thread Starter Wow Digital

    (@dmpp)

    @fmixell

    Thanks, but for now I had to go a different route due to the nonce issue that I was having.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Multiple “profile updated” messages’ is closed to new replies.