Web Form: Dynamic Redirect
The Web Form benchmark includes an "after submit" section where you can choose to either stay on the current page and display a response or redirect users to another page via a specified URL. It also supports passing dynamic data for more customized interactions.
- Create a hidden field in the form and set the meta key to something like
redirect_url
- Set the value to
{GET.redirectURL}
in the field's advanced tab - Then in the thank-you page URL, you can use the meta replacement
?redirectURL={meta.redirect_url}