SOLVED

Re: Embed form as banner on external page

Go to solution
Kim_Gandy1
Level 7

Embed form as banner on external page

I know you can grab iFrame code for forms as a light box or embed on external pages, but the dimensions are limiting. Can you manipulate the form to meet various dimension needs and place as a banner like this example?

1 ACCEPTED SOLUTION

Accepted Solutions
Josh_Hill13
Level 10 - Champion Alumni

Re: Embed form as banner on external page

you could ask a coder to modify the CSS, or perhaps just create a jquery form to use the API.

View solution in original post

4 REPLIES 4
Josh_Hill13
Level 10 - Champion Alumni

Re: Embed form as banner on external page

you could ask a coder to modify the CSS, or perhaps just create a jquery form to use the API.

SanfordWhiteman
Level 10 - Community Moderator

Re: Embed form as banner on external page

Can you manipulate the form to meet various dimension needs and place as a banner like this example?

Why not?  It's an HTML form with an easily-viewed inner DOM.

16_Trainee1
Level 1

Re: Embed form as banner on external page

Hi

How to get the inner DOM of the form? It is being generated/embeded using js.

SanfordWhiteman
Level 10 - Community Moderator

Re: Embed form as banner on external page

Inspect?