I am not looking for premade sollutions; I'm just asking for learning purposes.
What I would to be able to do is, in the example of a contact form, allow the user to "design" the contact form in Umbraco. Thus allowing him to add any amount and type of input fields.
I am wondering what would be the recommended way of storing such data.
Custom data for nodes?
I would like to know how I can save custom data for nodes.
Like, for example, if I had a datatype ContactForm and would like to add input fields to it. Where do I store this data?
Thanks!
Do you store it as a Umbraco DocumentType?
Then just add the fields you want to store.....
Well since the amount of input fields would be decided by the user, how would I solve this?
You might find the Axendo form designer what you're looking for, or something like it?
http://www.axendo.nl/umbraco-packages/axendo-form-designer
If not, tell us more about what you're looking for and how it would be used.
cheers,
doug.
Thanks for your reply.
I am not looking for premade sollutions; I'm just asking for learning purposes.
What I would to be able to do is, in the example of a contact form, allow the user to "design" the contact form in Umbraco. Thus allowing him to add any amount and type of input fields.
I am wondering what would be the recommended way of storing such data.
is working on a reply...