Hello @byron222,
You simply should follow the steps below:
– Into the thank you page attribute in the form’s settings, enter the URL to the second page (it would be the webpage where the user is redirected after submit the form).
– Into the thank you page, you simply should use the shortcode for results to access the values of fields collected by the form.
For example, assuming you want generate a javascript variable called: my_var, with the value entered into the fieldname1 field in the form, the shortcode to insert in the thank you page would be similar to:
[CP_CALCULATED_FIELDS_RESULT]<script>my_var = '<%fieldname1_value%>';</script>[/CP_CALCULATED_FIELDS_RESULT]
More information in the following links:
https://cff.dwbooster.com/documentation#thanks-page
https://cff.dwbooster.com/documentation#special-tags
Best regards.