Advice Needed: Implementing a Calculation Form with Bricks and ACF

You should be able to do this is two ways, either using the custom action bricks/form/custom_action and save the data and read it back in the page you redirect too

OR

Using the redirect option, include the form values in the URL as GET fields (Not sure if the form support POST?) and then process the result on the page where you redirect.

Read more here Form Element – Bricks Academy

2 Likes