Hi
I have a form where people hire stalls. I want it to show more information if they choose certain types of stalls. I have set it up lie this:
[gravityforms action="conditional" merge_tag="{Stall Type:86}" condition="is" value="B. Food Stall Single"]
insert more info here
[gravityforms action="conditional" merge_tag="{Stall Type:86}" condition="is" value="C. Food Stall Double"]
insert same info here
[gravityforms action="conditional" merge_tag="{Stall Type:86}" condition="is" value="D. Food Vans"]
insert same info here
the thing is, all the info is the same for the above stalls. And when the form is submitted there are lots of paragraph breaks. is there a way to set it so the one message goes to the above stalls?
like this? [gravityforms action="conditional" merge_tag="{Stall Type:86}" condition="is" value="B. Food Stall Single" "C. Food Stall Double" "D. Food Vans"]
insert more info here