Forums

Form without form tag

emmexx 07 Oct, 2013
Up to now I used a CF form to show a list of records or to show a single (uneditable) record.
CF is very useful with many elements to format the fields, to add css and js actons.
Now I have a problem in a project where I have to add Jcomments.
I have a table with some data and I want to show a record with some php code that loads Jcomments.
The problem is that Jcomments uses the form tag and there's some kind of interference between my CF form and the Jcomments form.
The Jcomments form tag is missing and I can't submit comments.

Is there a way to omit the CF form tag?

Should I create the page not using CF?

Thank you
maxx
GreyHead 07 Oct, 2013
Hi emmexx,

You are right that you can't nest <form> tags with one set inside another set.

You can turn off the ChronoForms form tags with the Add form tags setting on the form General Tab (click the form name link in the Forms Manager to see it).

You can also use Jumi to include PHP in pages if ChronoForms is over-kill for what you need.

Bob
emmexx 07 Oct, 2013
I was sure I had seen that option somewhere... I checked the General Tab 2 times.
I'll book an eye examination. 8)

Thank you Bob!

maxx
This topic is locked and no more replies can be posted.