Lead Capture Tools

DJames79
参加者

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

解決

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 いいね!
2件の承認済みベストアンサー
Wesimplifi_
解決策
トップ投稿者 | Platinum Partner
トップ投稿者 | Platinum Partner

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

解決

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.

元の投稿で解決策を見る

albertsg
解決策
ガイド役

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

解決

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 いいね!
4件の返信
albertsg
解決策
ガイド役

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

解決

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 いいね!
DJames79
参加者

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

解決

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 いいね!
Wesimplifi_
解決策
トップ投稿者 | Platinum Partner
トップ投稿者 | Platinum Partner

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

解決

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
参加者

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

解決

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.