I'm attempting to use Chronoforms to create a simple directory listing area on a website. Visitors would fill out a form containing between 10 and 15 fields, and when they click submit, the visitor receives a thank you message, and a Joomla article is created in a specific category. Each article would get displayed in a category blog, and would, ideally, look like this (field name: entered content):
Last Name: Smith
First Name: Bob
Phone: 555-555-5555
Email: [email]email@email.com[/email]
Address (Line 1): 1234 Any Street
Address (Line 2): Apartment B
City: Anytown
State: OH
Zip Code: 55555
The form is built, and the fields are set up. I have the events on submit set up to create an article, which it is doing correctly. What I'm running into however, is that there are only 4 fields that the Joomla article submission action allows, the title, the full text, the intro text and the author.
But what I really need is more similar to the email template... that allows for fields and entrees to all get displayed inside an article. Is this possible?
Last Name: Smith
First Name: Bob
Phone: 555-555-5555
Email: [email]email@email.com[/email]
Address (Line 1): 1234 Any Street
Address (Line 2): Apartment B
City: Anytown
State: OH
Zip Code: 55555
The form is built, and the fields are set up. I have the events on submit set up to create an article, which it is doing correctly. What I'm running into however, is that there are only 4 fields that the Joomla article submission action allows, the title, the full text, the intro text and the author.
But what I really need is more similar to the email template... that allows for fields and entrees to all get displayed inside an article. Is this possible?