Posted
on Dec 19, 2011
(permalink)
Hi.
I need help with a problem.
On the page where new news items are getting created (Sitefinity_Admin_ControlTemplates_News_NewsItemNew) I have a title field, the text area for adding content, and then the rest is wrapped in:
<sf:ContentMetaFields ID="MetaFields" runat="server">
<ItemTemplate>
etc...
I cant wrap the entire page in the ContentMetaFields tag because I want to avoid dumping the actual article text content into a metafield.
The problem is that the "Title" field is "above" the content area. So, how do I set the Title metafield along with all the others when the form submits? It has been referenced in the config file.
I hope I have explained myself well. This is deadline work so, any fast suggestions would be much appreciated! Thanks.