That is Drupal Developer state of affairs:
A webform with Drupal Developer following fields
Query -> Textfield Class -> Choose choices (Listbox) Itemizing vocabulary HETCAT
A content material kind Query with these fields
Title Class -> Time period reference itemizing vocabulary HETCAT
As soon as Drupal Developer webform is submitted i create a brand new query node. Every thing works advantageous, Drupal Developer Query subject of Drupal Developer webform is Drupal Developer new Query node title, however i can’t see Drupal Developer approach to copy Drupal Developer class chosen on Drupal Developer webform to Drupal Developer new node
Thanks upfront
That is Drupal Developer export rule code
{ "rules_submissions_to_node" : { "LABEL" : "Submissions to node", "PLUGIN" : "response rule", "OWNER" : "guidelines", "REQUIRES" : [ "webform_rules", "rules" ], "ON" : { "webform_rules_submit" : [] }, "IF" : [ { "webform_has_id" : { "form_id" : [ "form_id" ], "selected_webform" : { "worth" : { "webform-client-form-140" : "webform-client-form-140" } } } } ], "DO" : [ { "entity_create" : { "USING" : { "type" : "node", "param_type" : "het_question", "param_title" : [ "node:title" ], "param_author" : [ "user" ] }, "PROVIDE" : { "entity_created" : { "new_question" : "New query" } } } }, { "data_set" : { "knowledge" : [ "new-question:title" ], "worth" : "[data:question-value]" } }, { "data_set" : { "knowledge" : [ "new-question:field-month" ], "worth" : [ "site:current-date" ] } }, { "entity_save" : { "knowledge" : [ "new-question" ], "speedy" : 1 } }, { "mail_to_users_of_role" : { "roles" : { "worth" : { "4" : "4" } }, "topic" : "New query to approve", "message" : "[new-question:title]rnrnu003Ca href=u0022[new-question:edit-url]u0022u003EEdit to publish itu003C/au003Ern", "from" : "[site:name]" } }, { "node_unpublish" : { "node" : [ "new-question" ] } } ]}}