Hi and thanks in advance
first off, I created several forms, which are dynamically displayed with php using jumi in an article page using
echo JText::_('<div style="margin-left:110px;position:relative;top:12px;">{chronocontact}newform{/chronocontact}</div>'."\n");
i have about four forms using this method, plus connectoins to database to validate and populate the fields.
this works fine in joomla 1.5.10 version
when i created a new site using joomla version 1.5.15, all i get is the text "{chronocontact}myform{/chronocontact}" within the page, the chronocontact plugin does not seem to pick up ref to form and display it?, if i type the plugin ref manually, into the page on its own, OR under the ref to jumi php page (still shows just"{chronocontact}myform{/chronocontact}"), it works fine!
jumi is working because it shows the ref.
chronocontact is working because it shows the form when typed manually?
got me stumped! checked plugins, modules, and compared with old site.
Help! again thanks in advance.
first off, I created several forms, which are dynamically displayed with php using jumi in an article page using
echo JText::_('<div style="margin-left:110px;position:relative;top:12px;">{chronocontact}newform{/chronocontact}</div>'."\n");
i have about four forms using this method, plus connectoins to database to validate and populate the fields.
this works fine in joomla 1.5.10 version
when i created a new site using joomla version 1.5.15, all i get is the text "{chronocontact}myform{/chronocontact}" within the page, the chronocontact plugin does not seem to pick up ref to form and display it?, if i type the plugin ref manually, into the page on its own, OR under the ref to jumi php page (still shows just"{chronocontact}myform{/chronocontact}"), it works fine!
jumi is working because it shows the ref.
chronocontact is working because it shows the form when typed manually?
got me stumped! checked plugins, modules, and compared with old site.
Help! again thanks in advance.