Form2Content Template questions
The Form2Content Component combines the data from a form and the layout from a template to generate valid HTML and insert this into a Joomla article. The F2C template can consist of patTemplate code, html, Joomla plugin codes and the form variables. In other words, anything you might usually use when writing you article content.
How do I get the 'Article Title' in my template?
The article title can be inserted into the Form2Content template using the following string:
{JOOMLA_TITLE}
Where can I find the Form2Content templates?
The Form2Content templates are stored in the joomlaroot/media/com_form2content/templates folder.
