Currently almost at the beginning of our html we have, for example,
<div class="layout--boxton layout contextual-links-region">
Please, rather than just boxton-layout
, could we have the machine name of a custom layout here so that it is easy to target styles for the layout?
GitHub Issue #:
2012
Recent comments
Great, thanks a lot I will try it, there should be a webform module that covers this. Regards
How to Create Nodes via a Block-Embedded Form in Backdrop
<?php /** * Implements hook_webform_submission_insert(). * * Triggered after a webform submission is inserted. */ function webform_to_node_webform_submission_insert($node, $submission...
How to Create Nodes via a Block-Embedded Form in Backdrop
I recently tried to make nodes from webform submissions going through what you tried. I ended up using custom code. We had a conversation about it on Zulip. https://backdrop....
How to Create Nodes via a Block-Embedded Form in Backdrop