• Resolved tenebralyo

    (@tenebralyo)


    After the user submit the vote, this message (you have already voted for this poll) is not visible at all.

    Is there an option to modify the visibility of this message? I want this message to be visible all the time after the user vote.

    Screenshot: Screenshot

    I could change this by using some custom CSS to overwrite that “display:none;”, I just wanted to know if there is an option for this.

    My config:
    Submission Method: ajax
    voting limit method: browser cookie
    Rendering: ajax

    thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @tenebralyo

    I trust you are doing well!

    Out of the box there is no option within the Forminator settings that will hide this message. Please try this CSS to permanently hide it.

    .forminator-response-message {
    	display:none;
    }

    Please add the CSS inside the Poll’s custom CSS editor or from Appearance > Customize > Additional CSS.

    Hope this helps!

    Cheers,
    Nastia

    Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @tenebralyo

    I trust all is well!

    We haven’t heard back from you for a while now so we’ve marked this ticket as resolved. If you do have any followup questions or require further assistance feel free to reopen it and let us know here.

    Kind regards,
    Nastia

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘“already voted” message visibility’ is closed to new replies.