I am using Webform Content Creator module and having two content type News,Blog. With Webform Content creation I need to create two forms and separately assign them in webform content creation then I can create entry with in the respect content type with webform submissions

If i create single Webform with conditional fields (show and hide) and map them differently and create two Content creation entries first with News and second with Blog with correct mapping but when i submit the form it ways goes to first content type which is News.

Is any way or hook where we can change it programming so it pick second or correct entry and store in other content type

Comments

wombatbuddy’s picture

What if you create two webforms and a node with two fields to render them. After that you can add another fields needed to conditional logic and dispaly first or second webform base on a user input. The condition can be implemented using hook_form_alter() or the Conditional Fields module.