The multiform tag is used to display a field from a previous step. If you have a select field named “guest” on a previous step, you can use [multiform "guest"] to display what the user selected on the previous form.
I have a drop down menu named guest on the previous page. How would I use the tag to display the selection from the previous page?
Like i said, you would use [multiform "guest"]
I hope I can jump in here and ask a similar question 😉 Thanks for the great plugin! It works great.
At the end of the form I want to show the summary of all the fields they entered, but I have a bunch of checkboxes so I need to show all the boxes that the person checked. Is there a way to show only the checked checkboxes?
Thank you