WaitUntil: Real-Time Frontend & Backend Syncing—No Refresh Needed
ClickFix’s WaitUntil shortcode bridges the gap between frontend and backend in Ontraport Pages by enabling real-time interactions—without ever refreshing the page. Unlike Ontraport’s standard behavior that requires a full page reload to fetch fresh data, WaitUntil allows your page to dynamically respond to user actions with backend-driven changes, instantly and smoothly.
Perfect for use cases like personalizing experiences, validating user input, or conditionally revealing content, this feature brings interactivity and intelligence to the forefront of your page design.
Key Benefits & Use Cases
To use this feature, you will need to obtain your %clickfix_token% and use a shortcode on your page with a WebHook in your Ontraport Automation.
ShortCode :
[ WaitUntil %your_token%
key=%key%
redirect=%response%
]
Attribute | Type / Values | Description | |
---|---|---|---|
token= | Key | Your ClickFix Token (click to get it). Required. | |
key= | Key | Your unique Key, It can be or any unique field. Required. | |
redirect= | #%anchor%.$%var% OR %$variable% OR {url} | When the webhook with the same token and key is used the response send can be used to trigger an Anchor #anchor.$response or update a variable $response or redirect to a {url} .Required. |
Webhook :https://klikfx.com/a/h/wait-until?
PARAMETER | TYPE | DESCRIPTION |
---|---|---|
token= | Key | Your ClickFix Token (click to get it). Required. |
&key= | Key | Your unique Key, It can be or any unique field. Required. |
&redirect= | String | The response you want to send to the WaitUntil shortcode. It can be a String that will be used to trigger an Anchor #anchor.$response or update a variable $response or an URL to redirect to.Required. |
NOTE: All shortcodes you see on this page have a space after the opening bracket "[" so you can see them. In order for them to work on your page you'll need to remove the space between the opening bracket "[" and the first letter of the shortcode command.