Home › Forums › General › See the result on another page
See the result on another page
I created a form that calculates from a number box I have integrated the result in an invisible box
When you validate the form I am redirected to another page made under elementor
I would like to integrate the result of my calculation in a sentence:
the result of your calculation is xxx€, thank you
I do not understand how to recover my result and ‘integrate it
Thanks for helping
Hi Quentin
You could do this with a redirect that includes a query string parameter containing the value of your calculated field. Similar to this:
Passing Data from One Form to Another Using a Query String
Except on your page you redirect to you would need to extract the query string parameter using your own custom code.
Many thank
Mark
Thanks Is good for me