The URL element allows users to enter a web address. It is useful for collecting links to websites, social media profiles, or other online resources.

Available Options:

  • Field label – sets the visible name of the URL field.

  • Placeholder text – displays sample text before the user enters a URL.

  • Additional message – optional helper text displayed below the field.

 Field Layout Settings:

  • Half width – displays the field in half of the form width.

  • Required – makes URL input mandatory.

  • Field in center – centers the field horizontally within the form.

Advanced Settings:

  • Custom class – used for advanced styling or JavaScript.

  • Custom ID – unique identifier for targeting the field with CSS or JS.