• Resolved mohamedzaky

    (@mohamedzaky)


    hi i faced error on billing form on checkout page cannot write name details – also phone and email

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

Viewing 2 replies - 16 through 17 (of 17 total)
  • Plugin Author Diana Burduja

    (@diana_burduja)

    That can be fixed by the following CSS rule:

    #main-content form .form-row {
      position: inherit !important;
    }

    You can also experiment to delete the previous CSS rule I suggested and use this rule one only. It could be that this rule solves both the cases (1. unclickable phone and email and 2. unclickable first and last name).

    Thread Starter mohamedzaky

    (@mohamedzaky)

    thanks diana for great support

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘error on billing form cannot write name details – also phone and email’ is closed to new replies.