Lead Capture Tools

DJames79
Participant

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!

Thanks.

0 Upvotes
2 Accepted solutions
Wesimplifi_
Solution
Top Contributor | Platinum Partner
Top Contributor | Platinum Partner

Form over video how do I hide the X close form button?

SOLVE

Hi @DJames79,
 
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.

View solution in original post

albertsg
Solution
Guide

Form over video how do I hide the X close form button?

SOLVE

Hi @DJames79! 👋

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 🙂


Did my answer help you? Mark it as a solution

View solution in original post

0 Upvotes
4 Replies 4
albertsg
Solution
Guide

Form over video how do I hide the X close form button?

SOLVE

Hi @DJames79! 👋

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 🙂


Did my answer help you? Mark it as a solution
0 Upvotes
DJames79
Participant

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.

0 Upvotes
Wesimplifi_
Solution
Top Contributor | Platinum Partner
Top Contributor | Platinum Partner

Form over video how do I hide the X close form button?

SOLVE

Hi @DJames79,
 
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.

DJames79
Participant

Form over video how do I hide the X close form button?

SOLVE

Thank you, I was hoping to avoid custom code/module and see if there was a work around but it appears not. Thank you for your time.