Use Booking Address in Lead Address Field

Modified on Thu, 4 Dec at 11:35 AM

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

1
Go to your booking form. Via admin menu, navigate to the campaign where you want to make the change.
2
Find "Part 3: Confirmation form". Scroll down to the confirmation section in your form editor.
3
Insert the following code. Copy and paste this code in the confirmation form:
<div class='form-group' style="display:none">
  @input[adresse; value="%booking_location%"]
</div>
4
Save the booking form. Click "Save" at the top of the page.
5
Test with a sample booking. Create a test booking to verify the address is transferred correctly.

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

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article