Forums / Developer / Inserting new data with forms
Hugo Oliveira
Wednesday 07 February 2007 9:18:20 am
Hi everyone
I don't know if this is the place to ask. I'm sorry if it's not.
Here goes.
I have a content tree with folders. Inside a given folder (let's call it A) I only have sub-folders. When someone goes to A's page one gets a listing of all its sub-folders but also a link for a page with a form that enables one to insert new content. This content will then be stored under one of A's sub-folders. According to what I've found so far the best approach would be to define an override template for that content's class. However, how I could I get the href attribute for the mentioned link and how could I choose where to store this new content?
I hope it was not too confusing.
Thanks in advance for any help provided.