Configure Web Address URL Fields

Add a URL control to allow users to enter a web address URL to your web form.

  1. From the Basic Palette, drag and drop a URL control onto the canvas.
  2. Select the control and edit its properties on the Properties pane's General tab.
    Field Description

    Name

    An internal identifier that you will use to identify the control.

    Binding

    Defines a link between the control and a data attribute.

    Computed Value

    Set this property to apply a computation to the control. See Create Computed Controls.

    Default Value

    Sets a value to display to users when the form loads and the current control value is empty.

    You must ensure that you enter a correct web address URL format in the field, otherwise you will get a message indicating that the URL format entered isn’t valid.

    Placeholder

    Hint text that describes the expected value. This hint text will display in the control before users enter a value.

    Hint

    Useful hint text to display to users when they select the control.

    Help

    Help text to display to users when they hover over or click the control’s help icon.

    Max Length

    Specifies the maximum number of characters users can enter into the control.

    Min Length

    Specifies the minimum number of characters users must enter into the control.

    Events

    Specifies events that trigger actions and conditions. You can customize the control’s behavior by configuring events. See Add Dynamic Behavior to Forms.

  3. On the Styling tab, edit the control's styling properties.
  4. Click Preview to try out using the control.