• Resolved geirhog

    (@geirhog)


    Hi!
    On the “Sign Up” page I have added “Email verification” fields to make sure they are typing the correct email address. This must be “Participant Info” to appear there. But I don’t want the “Email verification” box to appear on the “Participant Info” page that is public. Only the email field should be displayed there. Is it possible to achieve this?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author xnau webdesign

    (@xnau)

    This is a good question, but it is not as easy as it should be, now that I look at it. Probably the simplest way to do this is to use a CSS rule that hides the field completely.

    There is a place to put these rules in the plugin settings under the Custom CSS tab. The rule is keyed on the name of the field, so if your email verification field is named ’email_verify’ you would use a rule like this:

    .pdb-single .pdb-email_verify {
       display: none;
    }

    just change the name of the field in the rule above to the name of your verification field.

    Thread Starter geirhog

    (@geirhog)

    Hi!

    Thanks so much, it works.

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

The topic ‘“Email verification”’ is closed to new replies.