<?php
/**
* Implements hook_webform_submission_insert().
*
* Triggered after a webform submission is inserted.
*/
function webform_to_node_webform_submission_insert($node, $submission...
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....
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