Using the Default JS Code
This option allows a user to have contextual resizing of their form. Once this script is used, your form will be set to an initial height based on the visible fields in the first page of the form. As the user navigates through the form, it will resize dynamically based on the user action. The code snippet will automatically calculate the height of your form based on the visible fields in your form page.
To get the auto resizing JS code,
-
In your form builder, navigate to Share tab and click Embed in the left menu.
-
Click Javascript.
-
Under Default JS Code, click Copy Code.
-
Paste the copied code into the HTML of your website at the place where you want the form to appear on your page.
Customizing the JS Code
Set Fixed Height
You can set a fixed height for your form using this option. If your form is long, a scroll will be provided.
To use a customized
Javascript
code snippet to set a fixed height for your form,
-
In your form builder, navigate to the
Share
tab and click Embed
in the left menu.
-
Click Javascript and click
Customize Now.
-
Select Set Fixed Height
and enter the desired form height.
-
Click
Get Code,
then click Copy Code.
-
Paste the copied code to the HTML of your web page.
Include URL Parameters
You can include the following URL parameters using this option:
-
Referrer name : This helps you track the source from which the form was filled.

When to prefer JavaScript code over iframe?
While choosing the provided iframe code to embed in your webpage, the height and width of the form is auto-calculated. This is an approximate value, hence there are chances of your forms not showing up correctly on your web page.
In such cases, we recommend you to use the JavaScript code, which will help you overcome the following issues:
-
Too much white space around your form
-
A part of the form gets cut-off on embedding
-
The form gets embedded with scroll bars
-
The scrolls vary depending on each page length making your form appear uneven
With the JavaScript code, your form dimensions are auto-calculated to fit the style of your webpage.