(2013-04-12, 00:46:25)TeeJay Wrote: It works okay for me, did you try it even without your changes?
Try to do the changes again and control the form functionality after every important step.
The changes that I made are as follows.
The original text in the support document at http://nliautaud.fr/wiki/travaux/p01-contact shows
(% contact : address@domain.ext, another@domain.ext,
subject => About this script,
email!,
textarea "How old is born Napoléon?",
phone,
radio "Do you like this script?" = "Yes" selected | "No",
website,
select = "One" selected | "Two" | "Three" | "Four" | "Five" ,
message = Say something!,
password = tomato,
captcha,
askcopy %)
When I place that text exactly in my page and then view the page, it shows me that text printed on the page, no form. (I did change the email address)
I edited the text so that it looks like this.
(% contact : address@domain.ext, another@domain.ext, subject => About this script, email!, textarea "How old is born Napoléon?", phone, radio "Do you like this script?" = "Yes" selected | "No", website, select = "One" selected | "Two" | "Three" | "Four" | "Five" , message = Say something!, password = tomato, captcha, askcopy %)
All I did was delete all the extra spaces and line feeds. But I do like the potential of this form and will continue experimenting.
I should add this. If I simply put (% contact %) on my web page and put the select elements in the plugin's default parameters section of the settings page, I get the same results.
I should also add that if I create a form with no checkbox, select, or radio fields, then the form works perfect with no errors.