Okay
  Public Ticket #2517660
Hide "Total Number of Persons"
Closed

Comments

  • Justin Wiles started the conversation

    Hello,

    We are using Amelia to book kayak reservations. We require each adult to sign up individually. Adults may only sign up minors under their care on their booking form. Because we are using a Text Field for this, the count in "Total Number of Persons" field is incorrect. We would like to hide this field to the customer.

    Is this possible? If not, what would you recommend?

  • [deleted] replied

    Hello Justin Wiles,

    Thank you for your purchase.

    There isn't an option to remove this in Amelia directly, but you can probably hide that on the front-end with adding custom CSS. Please send me the URL of the page where you have Amelia so I will help out with the CSS. 



  • Justin Wiles replied

    Thank you! The url is:

    https://pulsechat.com/kayakrentals/kayak-paddle-board-rentals/


    You can skip through the videos to view the booking phase

  • [deleted] replied

    Thank you, I visited the page earlier but didn't know I had to go through the videos to see Ameliasmile.png 

    Please try adding this format HTML to the page :

    <style>
    .am-confirmation-booking-cost > div:nth-child(1)  {display:none !important;} </style>

    and let me know if it helped. 


  • Ben replied

    Hi Marija,

    Would it be possible to hide the booking form shortcode on this page and only display it once the user has logged in?

    Screenshot also attached. 

  • [deleted] replied

    Hello Ben, 

    Unfortunately it isn't possible to show the booking form based on whether a user is logged in or not with Amelia's current features. 

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