As previously announced via banners and our newsletters, support is no longer available through this platform.

For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.

You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.

Paid customers: Please log in to your store account for support.

Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com

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.