Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Matt Cromwell

    (@webdevmattcrom)

    There is no out-of-the-box way to do that, and honestly we wouldn’t advise it generally. A lot of the donor management features of Give are tied to the users email address.

    Out of curiosity, what is the advantage of disabling the email address for your donors?

    Thanks!

    Thread Starter Aohor

    (@aohor)

    Actually it automatically fills the email field for registered users, my client does not like it at all. for guest members it is ok, no problem.

    Thanks

    Plugin Contributor Matt Cromwell

    (@webdevmattcrom)

    Your client does not like that the email field is populated with the users email address automatically?

    Well, you could hide the email field only for logged in users. That way it’s still populated and they’ll still get the email and since it’s auto-filled they don’t have to worry about it. Use this CSS to do that:

    body.logged-in #give-email-wrap {
        display: none;
    }

    That assumes that your theme applies the correct body classes, but that’s standard practice so hopefully that’s the case. Let me know if that works for you.

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

The topic ‘Remove Email Field’ is closed to new replies.