Hello Hayssen,
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 require the email ID field mandatory to complete the checkout.
We recommend you do a test checkout to confirm after this change.
Thanks
Team FunnelKit