PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Notifications Conditional

  1. 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

    Posted 11 years ago on Thursday April 18, 2013 | Permalink
  2. David Peralty

    How many choices do you have? If it is all but one, you could do isnot value = A. Otherwise, the way you are doing it is the only way, but you can collapse them all into a "single line" so that you don't get the extra paragraph breaks.

    Posted 11 years ago on Thursday April 18, 2013 | Permalink
  3. Thank you!

    Posted 11 years ago on Thursday April 18, 2013 | Permalink