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="//calendly-com.screenshare.banktechpr.app/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="//assets-calendly-com.screenshare.banktechpr.app/assets/external/widget.js" async></script>
<!-- Calendly inline widget end -->


