The advanced form plugin developed by JAT is used to create mail forms, which can be integrated into any CMSimple page by means of the CMSimple scripting command. I developed this plugin because I noticed in the forum posts, that there were quite a lot of request for an easy to implement mail form. I had previously altered Peter Harteg’s inbuilt mail form.
Add this line to the page you want the form on. (Enter the correct “NameOfForm” of course.)
#cmsimple $output.=showadvform(’NameOfForm’);#
If you want to add additional content to the page holding the form, you say:
#cmsimple $output.=showadvform(’NameOfForm’,'true');#
Download page: http://www.jat-at-home.be/?CMSimple_plugins:Advanced_form_plugin
back to plugins
see also: custom_mailform
Hi,
First: I love your formular-plugin, it very convinient and usefull. But I have got some problems...:
The formular seems to integrate fine, but upon sending I just get an danish error: “Formularen er ikke blevet send - ukendt fejl opstod” (unknown failure). I think its because i have upgraded to 2.9. Maybe? It runs here: http://cms.safi.dk/index.php?Kontaktformularmedfejl (Feel free to (try to) send me a mail)
And by the way, why does the H1 text disappear (likewise all other tekst on that page). That problem was the same with earlier version of CMSimpel too. I would love to be able to make to’five lines introduction above a formular.
Looking forward to your reply,
Mads
Sorry for trying to post here, but I just tried to contact JAT with his own formular at his site. But it also failed!! What going on? Anyone used the plug in with succes?
Hi, use this code, it works. <P>#cmsimple $output.=showadvform(’YourFormularName’);#</P>
German User
There is an undocumented feature! If you say:
<P>#cmsimple $output.=showadvform(’YourFormularName’, ‘true’);#</P>
you can add text (with headings) as well as images.
Till
Thanks for your advises, just what I was looking for!
Mads
Discussion