Open Link
Open a URL in a new browser tab when the visitor clicks a button or changes a field.
In the builder: select a widget → On Click or On Change → Add action → Open link
Behavior
When the action runs, the visitor's browser opens the configured URL in a new tab (noopener,noreferrer).
- Runs entirely in the browser.
- Use full URLs including
https://. - The link opens even if the form has not been submitted.
Setup fields
Open the action settings (gear icon next to Open link):
| Field | Description |
|---|---|
| Url | Full address to open, e.g. https://example.com/pricing. |
Action name
Internal label in the builder action list. Use distinct names when the same widget runs multiple actions.
FAQ
Can the URL include form values?
Not directly in Open link setup — the field expects a fixed URL. For dynamic links, use Custom JS or a Button that builds the URL from variables.
Why does nothing open?
| Symptom | Check |
|---|---|
| Popup blocked | Browser may block window.open — visitor must allow pop-ups for your site |
| Broken link | Include https:// — example.com alone may fail |
| Empty URL | Url field must not be blank in action settings |
Open Link vs embedding?
Open link sends visitors away from the page. For in-page flows, use Show form step or Switch View Mode instead.