Okay
  Public Ticket #2620119
Make location invisible
Closed

Comments

  • Louise Gabrielle started the conversation

    Hi,

    I am adding online events to be booked. I need to put the Zoom invite link in the location so that the notification sends the correct link to the customer, but I do not want the location to be shown on the booking page. 

    Please can you direct me to the settings to turn this off as I can't find it. 

    Thanks,

    Louise

  • [deleted] replied

    Hello Louise,

    Please try to use the following CSS code on your Amelia webpage:

    The CSS for Location is 

    .am-confirmation-booking-details > div:nth-child(4) {display:none !important;}

    As to your zoom link, you may need to use a custom field instead:

    https://wpamelia.com/custom-fields/

  • Louise Gabrielle replied

    Hi Dan, 


    Thank you for your response, yes a custom field would be ideal. 

    Can I use a custom field for an event? 

    The guide seems to refer to appointments only, I am running classes so it needs to be the event option.

    Thanks,

    Louise

  • [deleted] replied

    Hello,

    Yes, you can, you need to assign a custom field to an event:

    5596211453.png