Dont know if this at all is possible in Forms. But we want to build an ad system with Umbraco Forms.
I have created the form with drop down choices of "Watersports" and "Skiing".
Based on either of those choices, umbraco should create a new content node in either:
/site/ads/watersports
or
/site/ads/skiing
Is that possible with Xpath like $site/ads/ @some-id-based-on-dropdown-choice..
Create content based on drop down
Hi there.
Dont know if this at all is possible in Forms. But we want to build an ad system with Umbraco Forms. I have created the form with drop down choices of "Watersports" and "Skiing". Based on either of those choices, umbraco should create a new content node in either:
/site/ads/watersports
or
/site/ads/skiing
Is that possible with Xpath like $site/ads/ @some-id-based-on-dropdown-choice..
Hi Elitenet
I think it's better to write own form workflow that will do the job for you. Check out documentation for custom workflow - https://our.umbraco.org/documentation/Add-ons/UmbracoForms/Developer/Extending/Adding-a-Workflowtype
Alex
Thanks Alex. I will give it a try. :-)
is working on a reply...