Okay
  Public Ticket #2337822
Removing fields from booking form
Closed

Comments

  •  2
    Katherine Fung started the conversation

    Hi, on the confirmation form, is there a way to remove the "phone number" field? And the text at the top that identifies the "employee"?

  • [deleted] replied

    Hello Katherine Fung, 

    Thank you for your purchase. 

    There isn't an option to remove the phone number field, but you can disable the option Set a phone number as a mandatory field option in Amelia -> Settings -> General and then hide this element on the front-end with custom CSS. 

    If you want that please try adding this custom HTML to the page where you have your Amelia shortcode : 

    <style>#am-confirm-booking > div:nth-child(1) > form > div.am-confirm-booking-data.el-row > div:nth-child(5) {display:none;}
    </style> 

    For the employee part, if you mean the part in the screenshot, try adding this custom HTML to the page: 

    <style>#am-confirm-booking > div:nth-child(1) > form > div.am-confirm-booking-data.el-row > div.el-col.el-col-24.el-col-sm-24 > div > div:nth-child(1) {display:none;}</style>
    

    Let me know if this helped!


    2160609325.png


  •  2
    Katherine Fung replied

    thank you, this worked perfectly!

  • [deleted] replied

    You are welcome, Katherine.

    Great, glad to hear that!

    If you have any other questions or concerns feel free to open a new ticket and we will gladly help.