Help Center: Difference between revisions
No edit summary |
No edit summary |
||
| Line 83: | Line 83: | ||
You can also keep the Feedback email sending, but in Settings // Email and SMS settings, go to Feedback email and use it as a simple thank you email and remove any feedback request from it. | You can also keep the Feedback email sending, but in Settings // Email and SMS settings, go to Feedback email and use it as a simple thank you email and remove any feedback request from it. | ||
===How to remove Phone field from booking form=== | |||
Please go to Plugins // Plugins and enable Custom CSS plugin. Then in plugin's Settings or in Design // Custom CSS paste to Booking page CSS window the following code: | |||
.phone-element.form-title, .phone-element.form-element { | |||
display: none; | |||
} | |||
This code works for theme: Clean slide | |||
===Requests that deal with prices=== | ===Requests that deal with prices=== | ||