Use Booking Address in Lead Address Field
Automatically populate the lead's address field with the booking location, ensuring your team always has the correct visit address.
On this page
Jump to any section using the links below
Use Booking Address in Lead Address Field
Automatically populate the lead's address field with the booking location, ensuring your team always has the correct visit address.
On this page
[Dynamic TOC will be inserted here]
How to do it
<div class='form-group' style="display:none">
@input[adresse; value="%booking_location%"]
</div>Why does this work?
The booking address is where the customer wants the service performed, which may differ from their default address in the system. By inserting a hidden input field with the value %booking_location%, the system automatically transfers the booking address to the lead's address field.
This ensures your sales team or technicians always have the correct visit address, preventing confusion and missed appointments.
What does the code do?
• <div class='form-group' style="display:none"> - Creates a hidden form group
• @input[adresse; ...] - Defines an input field named "adresse"
• value="%booking_location%" - Sets the value to the booking location
• display:none - Hides the field from the customer
Important: The field must be named exactly adresse - this must match the address field name in your lead system.
Related articles
? Common searches
booking setup • calendar setup • appointment scheduling • booking configuration
? Also known as
appointment • scheduling • reservation • calendar event
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article