Hi Michael,
Sorry, this is all new and I'm one step ahead of you. The only documentation so far is in forum posts here.
The important piece to get in this is that ChronoForms is a way of displaying html on a Joomla page. It's usually used to create a form but doesn't have to be.
#__chronoforms_4 is a Joomla table name, except that the first #_ is replaced with a prefix, usually 'jos' . The Profile Plugin has a drop-down that will show you a list of the Joomla database tables - select the corresponding one probably jos_chronforms_4
You put your display code in the Form Code | HTML code box but you don't need to use 'form html'. Just plain ordinary html will do fine. In fact to test you can just write
- Code: Select all
Recipe name : {Recipe_Name}
{Recipe_submitted}
though you'll probably want to pretty it up a bit more than that.
Set the email validation, anti-spam etc to 'No' and create a page link which has a parameter and value at the end. Like index.php?com_chronocontact&chronoformname=recipes&recipe_id=1
You'll need to have put 'recipe_id' in the Profile Page form as the REQUEST Parameter name; and the database record id, probably 'cf_id' in the Target field name box.
Bob<br><br>Post edited by: GreyHead, at: 2008/03/01 23:41