0

I have a page with a calendly-form. When I send people from my mailing list or a contact form, I'd like to have there contact information prefilled.

This is the code I receive from calendly:

<!-- Calendly inline widget begin -->
<div class="calendly-inline-widget" data-url="https://calendly.com/ACCOUNTNAME/APPOINTMENTNAME"></div>
<script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js" async></script>
<!-- Calendly inline widget end -->

My url looks something like:

website.com/webpage?full_name=jack&email_address=jack@mail.com&phone_number=0123456789

I need the Calendly data-url to be:

https://calendly.com/ACCOUNTNAME/APPOINTMENTNAME?name=jack&email=jack@mail.com&phone=0123456789
1

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

Browse other questions tagged or ask your own question.