Jul 30, 2021 12:36 AM
We have a weekly live webinar that happens at the same time each week - Wednesday at 10am Pacfiic time. We want to create a sign up form that provides the option of choosing an attendance time within a four week period. The challenge is creating a field that dynamically displays the next four, available demo times.
As mentioned, the webinar is at the same time each week. Also, we don't have a capacity limit for each webinar. So we DO NOT have to turn off a time slot due to availability.
For clarification, it might look something like this in structure...
<select>
<option>[next Wednesday at 10am]</option>
<option>[next Wednesday at 10am]</option>
<option>[next Wednesday at 10am]</option>
<option>[next Wednesday at 10am]</option>
</select>
As an example, today this form would display the following options for attendance date:
August 4 at 10am
August 11 at 10am
August 18 at 10am
August 25 at 10am
After next Wednesday, the same form would display the following options for attendance date:
August 11 at 10am
August 18 at 10am
August 25 at 10am
September 1 at 10am
Does anyone know how to set this up with Hubspot? Alternative solutions are welcome.
Thanks
Solved! Go to Solution.
Jul 30, 2021 12:41 AM
Hi @juusui,
I'd love for someone else to prove me wrong here but as far as I know this is currently not possible – at least without custom development using the HubSpot API.
Out of the box, you would have to remind yourself to update the values of this property each week.
Best regards!
Karsten Köhler |
![]() | Did my post help answer your query? Help the community by marking it as a solution. |
Jul 30, 2021 12:41 AM
Hi @juusui,
I'd love for someone else to prove me wrong here but as far as I know this is currently not possible – at least without custom development using the HubSpot API.
Out of the box, you would have to remind yourself to update the values of this property each week.
Best regards!
Karsten Köhler |
![]() | Did my post help answer your query? Help the community by marking it as a solution. |