Use Booking Address in Lead Address Field
Automatically populate the lead's address field with the booking location entered in the booking form — so your team always has the correct visit address without manual data entry.
TL;DR
Add a hidden input in Part 3: Confirmation form of your booking form: <div class='form-group' style="display:none"> input[adresse; value="%booking_location%"] </div> (use at-sign before input). The field name must match exactly the address field slug in your lead system.
Get started in 4 steps
Open the booking form
Go to Campaign settings → Booking forms and open the form you want to modify.
Find Part 3: Confirmation form
Scroll to the confirmation section of the form editor. This is where the hidden input must be placed — it runs when the customer confirms the booking.
Insert the hidden input code
Paste the following code (replace "at-input" with the actual Hubhus at-input syntax):
@input[adresse; value="%booking_location%"]
</div>
Note: The field name adresse must match the address field slug in your lead system exactly.
Save and test
Click Save and create a test booking. Verify that the lead's address field is updated with the booking location after submission.
Common searches
booking address • lead address • booking location • address field • confirmation form • hidden input
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