Form over video how do I hide the X close form button?
SOLVE
Hi all,
We have built two landing pages for high value video content, one uses two pages, the first tells you about the content and has a form to fill in then redirects you to the video hosting page (HS hosted video). Great. The second page we wanted to try a different approach and have the video on the landing page and when you click on the video it loads a form to fill in before you watch the video. Only just realised there is an X in the top right of the form to close it and then you can watch the video without filling it in. How do I remove the X, we want everyone to fill it in!
You can create a custom video module that will integrates the form in such a way that the video only plays after the form is submitted.You need to develop the module in a way that controls the video playback based on form submission.
RevOps & Automation Strategist | Growth Without Limits.
Usually you could achieve this by using some custom CSS, but if the form is being loaded using an <iframe> then CSS might not be the solution. If you have a link to share with us, we could check if CSS will help you solve the issue.
If CSS is not the way, as @Wesimplifi_ mentions, you could create a custom module that loads the form first and then, on form submit, displays the video. You might even find something already created in the Hubspot modules Marketplace, might be worth checking 🙂
Usually you could achieve this by using some custom CSS, but if the form is being loaded using an <iframe> then CSS might not be the solution. If you have a link to share with us, we could check if CSS will help you solve the issue.
If CSS is not the way, as @Wesimplifi_ mentions, you could create a custom module that loads the form first and then, on form submit, displays the video. You might even find something already created in the Hubspot modules Marketplace, might be worth checking 🙂
Form over video how do I hide the X close form button?
SOLVE
Thank you for your help. I was hoping to avoid custom code and see if I was missing something in the standard HubSpot module but it appears not. Thank you again.
You can create a custom video module that will integrates the form in such a way that the video only plays after the form is submitted.You need to develop the module in a way that controls the video playback based on form submission.
RevOps & Automation Strategist | Growth Without Limits.