Over more than half a century, Georgia Public Broadcasting (GPB) grew from a single public television station to a statewide source for public media, including news, tv, radio, education, sports, and more. Having this immense and growing library of content came with challenges. Users could not find the content they came for and, if they did find it, could easily miss valuable related content.
I am attempting to make a Webform that has a checkbox to complete a survey (a second Webform). If the checkbox is checked, I want to route to the second Webform after the first is submitted.
Question is, HOW do I do this?
I've checked the ACTIONS and don't see how I could link the second Webform conditionally.
I have a node template, node--newsletter.html.twig that has access to a custom variable field_download_link . its a boolean and I can access it in the template via {{content.field_download_link[0]}}
the node template calls a field template via {{ content.field_nl_articles }}
from within field-articles.html.twig I would like to reference content.field_download_link from node--newsletter.html.twig (or pass the variable from the node template to the field template...either way I dont care, just need to see the value in the field template)