• Resolved alittlefaiz

    (@alittlefaiz)


    Hello. Is there any way to force use default email during payment checkout?

    Right now I use

    billing_email_field{display:none !important;}

    to hide my email. but i get error

    array ( ‘client’ => array ( ’email’ => array ( 0 => array ( ‘message’ => ‘This field is required.’, ‘code’ => ‘required’,?),?),?),?)

    during checkout.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter alittlefaiz

    (@alittlefaiz)

    Hello~

    Thread Starter alittlefaiz

    (@alittlefaiz)

    ??

    Hi @alittlefaiz,

    Sorry for the delayed response here.

    In WooCommerce, there is Email Address field is a mandatory field.

    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. https://i.imgur.com/HEqpv88.png
    3) Add this Custom CSS to your checkout form to keep this field hidden for front-end buyers.
    #billing_email_field{display:none !important;}

    Hope this helps.

    Keep us posted. We will answer as soon as possible.

    Thanks
    Team Funnelkit

    Plugin Author FunnelKit

    (@amans2k)

    Hi?@alittlefaiz,

    Hoping the query is resolved.

    If you still have any doubt, feel free to write here funnelkit.com / support

    Closing this thread for now.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Force Default email’ is closed to new replies.