• Resolved twokingmvp

    (@twokingmvp)


    In Customer Information, I want to turn off the email field.I don’t want customers to enter their email address.

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

Viewing 1 replies (of 1 total)
  • Hello there,

    Thanks for using Funnel Builder.

    Happy to guide you on this.

    In WooCommerce, there is Email Address field is a mandatory field and you can’t create a customer order.?

    As a workaround, if you really want to remove this field from your checkout form, you can HIDE this field row from your checkout page.?

    Follow this –?
    1) Add the “Email” Field to your checkout page.?

    2) You need to “uncheck” the “Required” option and save the form.

    View post on imgur.com

    3) Add this Custom CSS to your checkout form to keep this field hidden for frontend buyer.
    #billing_email_field{display:none !important;}

    This is just a suggestion. Make sure the checkout process is not broken after this. Some payment gateways requires the email ID field mandatory to complete the checkout.

    We recommend you do a test checkout to confirm after this change.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘turn off the email field.’ is closed to new replies.