Georgia Public Broadcasting

Homepage of GPB.org

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.

Sectors: 
Education
Media

Routing a Webform to a Webform

Hello,

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.

Any assistance would be greatly appreciated.

access custom field in node template from field template

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)

Help using Ajax in formbuilder

I am making a form using formbuilder, and it has some ajax on it. I am having trouble trying to get values on the submit handler of the ajax field. 

I have a parent container called ['isbn'],

  $form['isbn'] = [
'#type' => 'container',
'#id' => 'isbn_search',
  ];

and inside of that are two children:

['isbn']['number'] - which is a textfield

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x