Pre-fill embedded Calendly form

Hi

I have embedded a Calendly form as rich text on a Details page so that a user can schedule a meeting.

Below is the html in the Rich Text field with the <....> to be replaced with the name and email.

I'd like this Calandly form to be prepopulated with name and email of the logged in user that is liked to the record shown on the Details page. Is there a way that Knack can dynamically these fields to the embedded Calandly widget?

<!-- Calendly inline widget begin --><div class="calendly-inline-widget" data-url="https://calendly.com/XXXXX?name=<name>&email=<email>" style="min-width:320px;height:580px;"></div>
<script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js"></script>
<!-- Calendly inline widget end -->

Try using a Text Formula to build the html and include the fields for name and email.