Pending Guest Details Forms
I have noticed that I have had in increase number of guests lately emailing me because they can not access a guests details form. The forms are all "filled up". When I go in to the reservation there are "pending" forms with no information holding up spaces. I simply delete these pending forms and the guests can access this.
Is there a way of stopping this from happening? This is something that did not happen previously.
TIA
-
Official comment
Hi Cindy,
Thanks for your question!
I believe this occurs if a Guest Form is partially filled out or started via attributing an item to the form but not fully completed.
At this time, there isn't a way to prevent the customer who places the booking from filling in or starting the other forms. Although you can discourage this by including a disclaimer in the email notification they receive with the "Complete Guest Details" link and/or by altering the text above the Guest Form slightly using some custom CSS.
Here is the code you'll need to add to your CSS Editor (Manage > Layout > Booking Page > CSS Editor) to achieve this:.col-sm-12 span {
display: none;
}
.col-sm-12:after {
content: 'Add disclaimer information here!';
}I hope this helps! 🙂
Comment actions
Please sign in to leave a comment.
Comments
3 comments