URL Element Properties

The URL element creates a URL in the body of a form in a position that you specify.

In addition, you can specify a text description for the link and create a new window when the link is clicked.

The URL element also provides the ability to render a browser inside your form. However, some sites may not work inside the form and will need to be launched using the New Window option.

Back to Form Elements

Related topic: Element Properties

Property

Description

Name

The descriptive name of the element.

Label

Label of the element.

New Window

Whether or not to create a new window in which to display the URL when the user clicks the link. Default value is False.

Include Content Inline

Displays the results of the URL inline in the form. Default value is True.

Inline Height

The height in pixels of the panel that displays the URL inside the form. Default value is 500px.

Inline Width

The width in pixels of the panel that displays the URL inside the form. Default value is 100%. Which means complete width given to the control. We can specify this in pixels as well.

URL

The field from which to get the URL.

Text Field

The field from which to get the text to display in the page for the link (used in case of New Window is set to true).

Result File Field

The field that should be replaced in the form with the URL and its text.