I have a webform with Inline confirmation, AJAX enabled and saving of submissions disabled.
Is it possible to access the submitted values from the webform-confirmation.html.twig
template?
I know that I can do this by adding token values to the Confirmation message in the WebForm UI. But I prefer to solve this by modifying the template.
My motivation for doing this is that I need to add a javascript snippet after the user has submitted the form. And I want to do it at the template level because I have a larger number of forms where I need to add the javascript snippet.
Cheers
Stian