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