Hello! This is really more of a programming question and I thought I would try to draw from the community and see if anyone had any suggestions on how to do this. The requested functionality is this:
1. have visitor fill out a form
2. upon submission of the form, direct visitor to a generic page with button linking to a results page that is complied based on inputs from the form
3. Upon clicking the button, open a page displaying results
If the process was from step 1 straight to 3, I would just plan on using dynamic parameters and have the form submit to the display template. However, having step 2 thrown in the middle of the process, I’m unsure how to pass the form inputs from 1 to 2 to 3. I think I may be able to accomplish this through an embedded template?
Any suggestions are much appreciated!