Hi gang, I just started using ChronoForms. From what I've seen so far I'm very impressed. I'm sure the problem I'm having is entirely my doing. I'm hoping someone could point out my obvious mistake. Somehow I'm not seeing it.
I entered all my html form code and saved my form. When I test the form our I get the expected email but the only information in the email is the "name" field contents from my html. I dont get the data the users would post to the form.
Any ideas everyone? In advance I thank you all for any help
If you'd like to play with the form I set up maybe you can figure it out. Here's the url to it
http://primeassembly.info/index.php?option=com_chronocontact&chronoformname=application
Thanx again
rvsawyer67
:blush:
I entered all my html form code and saved my form. When I test the form our I get the expected email but the only information in the email is the "name" field contents from my html. I dont get the data the users would post to the form.
Any ideas everyone? In advance I thank you all for any help
If you'd like to play with the form I set up maybe you can figure it out. Here's the url to it
http://primeassembly.info/index.php?option=com_chronocontact&chronoformname=application
Thanx again
rvsawyer67
:blush:
Hi rvsawyer67,
A few small problems here but easily fixed. In no particular order:[list=1]The <textarea> tags work in pairs so <textarea>. ..</textarea> (you have <textarea />). The biggest problem is spaces in 'names' - replace 'email address' with email' or 'email_address' (the names passed in to the results page have the spaces replaced with '_' so ChronoForms can't match any of them. Take any punctuation out of the names e.g. make 'hours/ week' 'hours_week' or better 'hours' - same with "other rpg's" (you can use ChronoForms 'Elements Titles' or create an email template to put meaningful names in the results email). Take the spaces out of the checkbox titles, and make them into array names so ' pve' becomes 'pve[]' (if you don't return these as an array then only the last checkbox is returned). You may need to make the radio input names into arrays too, I don't remember how they work. [/list:o]I think that's all that I spotted, make these changes and see if they form works OK, if not I'll have another look at the code.
Bob<br><br>Post edited by: GreyHead, at: 2007/07/30 12:28
A few small problems here but easily fixed. In no particular order:[list=1]
Bob<br><br>Post edited by: GreyHead, at: 2007/07/30 12:28
I'll give it a try and post the results.
If anyone else has any further suggestions I will greatly appreciate them.
And Thanx Bob. I'm a little new at this joomla and html thing.
EDIT
IT'S ALIVE !!!!!
Bob you did it...Thank you SO MUCH !<br><br>Post edited by: rvsawyer67, at: 2007/07/30 18:57
If anyone else has any further suggestions I will greatly appreciate them.
And Thanx Bob. I'm a little new at this joomla and html thing.
EDIT
IT'S ALIVE !!!!!
Bob you did it...Thank you SO MUCH !<br><br>Post edited by: rvsawyer67, at: 2007/07/30 18:57
This topic is locked and no more replies can be posted.
