How to create a form template and embed it on a external website | Community
Skip to main content
Nerea_Eguia1
Level 3
October 7, 2019
Question

How to create a form template and embed it on a external website

  • October 7, 2019
  • 1 reply
  • 1865 views

Hello community!!

We are working on creating templates of forms that we would like to add later in external landing pages. 

However, we are planning on creating a template with an appeareance that has been customized using code. 

Do you think that its appeareance will be distorted when embedding it into an external landing page due to the use of code?

Thank you very much!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
Level 10
October 7, 2019

"Code" is too vague to give a concrete answer.

But customizing forms, whether via CSS alone or with significant DOM element changes/reordering, is always subject to the wider styles applied to the document. This is true on Marketo LPs as much as on external CMSes. If you use a too-general CSS library like Bootstrap (or many others) you have to make sure the Marketo form styles override the general styles as necessary. Nothing special here, just proper design/CSS specificity.

Nerea_Eguia1
Level 3
October 8, 2019

Understood, Thank you very much for your answer Sanford!!