Comments 6Kahlil Nagi started the conversationMay 24, 2020 at 12:54amHi,Is there a way to remove the phone field from the Amelia bookings form? I don't really need it, but I can't work out how to remove it in the settingsThanks, 1,818Miloš repliedMay 25, 2020 at 12:37pmHI Kahlil,Thank you for your purchase.This can be done with some CSS.Can you please send me the link of your page so I can give you CSS code.Best regards.Kind Regards, Miloš Jovanović[email protected] Rate my support wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community You can try wpDataTables add-ons before purchasing on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables 6Kahlil Nagi repliedMay 25, 2020 at 12:39pmHey Bogdan,Here is the link: https://slabd.com.au/appointments/Thanks for your help! 1,818Miloš repliedMay 25, 2020 at 12:44pmHi Kahlil,Ok you can use this code #am-confirm-booking > div:nth-child(1) > form > div.am-confirm-booking-data.el-row > div:nth-child(5) > div{display:none;}you can put it directly on your page between style tags like this <style> #am-confirm-booking > div:nth-child(1) > form > div.am-confirm-booking-data.el-row > div:nth-child(5) > div{ display:none; } <style>and the result should be like this ( attachment ) Best regards.Kind Regards, Miloš Jovanović[email protected] Rate my support wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community You can try wpDataTables add-ons before purchasing on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables Sign in to reply ...
Hi,
Is there a way to remove the phone field from the Amelia bookings form? I don't really need it, but I can't work out how to remove it in the settings
Thanks,
HI Kahlil,
Thank you for your purchase.
This can be done with some CSS.
Can you please send me the link of your page so I can give you CSS code.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hey Bogdan,
Here is the link: https://slabd.com.au/appointments/
Thanks for your help!
Hi Kahlil,
Ok you can use this code
you can put it directly on your page between style tags like this
and the result should be like this ( attachment )
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables