I’ve tried using hide_event_type_details=1
to remove the event type details from an inline embedded form. My goal is to eliminate the unnecessary step of making someone click a single listed event type just to select a date and time. How do I accomplish this?
<!-- Calendly inline widget begin -->
<div class="calendly-inline-widget" data-url="https://calendly.com/connect-xyzcorp?hide_landing_page_details=1&hide_gdpr_banner=1&hide_event_type_details=1" style="min-width:320px;height:100vh;"></div>
<script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js" async></script>
<!-- Calendly inline widget end -->