Could I hide or remove the "Booking overview" section ?

Support forumCategory: QuestionsCould I hide or remove the "Booking overview" section ?
Marc asked 5 years ago
Hi,  First of all, thank you for this great plugin.   I would like to go a bit further into the customisation and i would like to remove the "Booking overview" from the front end. I am creating a single calendar where clients can reserve online call-back. I wish to be extremely simple for the end-user. I already use predefined location, service and worker but i would like my client to be straight to the point in submitting the form once field.   Also, do you know if the form field can be integrated with MailerLite?   Thank you very much in advance for your assistance. Have a good beginning of week. Kind Regards, Marc
2 Answers
Nikola Loncar Staff answered 5 years ago
Hi Marc, you can hide overview with simple style settings. Just put this into custom styles inside EA Settings > Customize:
#booking-overview-header, #booking-overview { display: none; }
Regarding MailerLite you want to put that value to mailing group? Best regards, Nikola
Marc replied 5 years ago

Thank you so much for the answer

Marc answered 5 years ago
Yes, it is correct regarding MailerLite. I would like to use the Email, Name and Phone entry field as field for a new subscriber within my mailing group. Thank you again for the answer above, that is great for me. Best regards, Marc
Nikola Loncar Staff replied 5 years ago

Regarding MailerLite atm it’s only possible with custom code on that page. There is a hook when appointment is made. That hook can be used for such thing.

Best regards,
Nikola