• Resolved Byron Hasegawa

    (@byron222)


    I want to send the result of my calculation form using session
    after sent, I want to get the result in another page.

    how can I do this??

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    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.

Viewing 1 replies (of 1 total)
  • The topic ‘Send the result using session_start’ is closed to new replies.