Greetings. Does the PDF template support conditional blocks based on form field values, and if so what is the exact syntax? I have a Pro Form for a travel agency where the user can choose how many guests will be accompanying them on their trip. It’s a dropdown select field that lists from 1-6 guests. If they choose more than 1, then additional fields open up for them to fill out. The form works great. But I want to use the “create pdf” action. Everything works nicely but in the PDF, I’d like the additional guest blocks in the HTML to appear on condition if there are more than 2 users, etc. In the documentation, it says that Twig-style syntax is used for the email editor so I was wondering if it works in PDF creation as well.
Thanks in advance!