Umbraco forms
# help-with-umbraco
y
Can İ create a Form from the content tree? Like create something in the content and make the users create forms frome there !??
t
@Yasein H. Burqan Umbraco Forms is its own tab/section in the top of the backoffice. You create forms there. Then, you can create a form picker field on a document type, and let editors select forms on that.
y
Hi @TackleMcClean 🏅 , My idea is make them create it directly from the content, not from the forms section
t
@Yasein H. Burqan I'm not fully sure I understand what the end difference is? Is the main goal to make sure the editor does not have to go over to the "Forms" section? And stay inside the "Content" section?
y
@TackleMcClean 🏅 Yes exactly
t
It sounds like an uphill battle. Do you still want the forms created under Content to "end up"/show up in the Forms section as well?
Or do you want to act separately from the Forms section completely?
Where should form entries/submissions end up?
y
Hello @TackleMcClean 🏅 , I want to create under Content to "end up"/show up in the Forms section as well
Hello @TackleMcClean 🏅 , I found a way that after publishing content , take this content to and create a form, but how can I save or create a new form by coding ? now I catch the data after saving or publishing the content, so I want to take these data and create a new Form. Any Idea ?
t
I don't understand your use case fully, it seems you are fighting against the Forms system. The idea is to create new Forms first, and then you set these into fields into your content. It is an inverse approach to create the forms outside of Forms section. You will basically have to create your own version of the Forms GUI, reinventing a complex wheel. I would advise against it. But I'm not saying it's impossible.
y
I want to do that because I did not find any way to make the form going in workflow, so if the editor create or edit the form it will direct save and edit, but I want to make this to create a work flow for it.
t
Aha, I have no experience with the Umbraco Workflow add-on.