Hello!!!
I successfully installed an earlier version of ChronoForms on a different web site.
Nothing seems to work on this new site, with the latest version.
Really wish there were some better instructions. Have searched the forums.
History:
1- I created a form, copied the html code from a different editor, setup email, TURNED ANTI-SPAM ON, adding an error message.
2 - tested form. The CAPTCHA image was omitted, but got the error message that I typed in.
3 - turned the Anti-Spam off, and now the message still displays, but even before the form is submitted.
4 - created a new form (I'll need multiple forms on the site anyway), and had ANTI-SPAM OFF
5 - tested the new form, but the message still displays.
Questions / Challenges:
A) How do I get the CAPTCHA image to display? Do I need a second extension just for this? If so, which one?
B) How do I get rid of this error message, especially when the page is accessed for the first time?
C) Why is the form data not being e-mailed?
Here's links to my forms:
first form:
- http://ciwservices.net/demo/index.php?option=com_content&view=article&id=49&Itemid=81
second form:
- http://ciwservices.net/demo/index.php?option=com_content&view=article&id=61&Itemid=81
Here's my html form code:
Any ideas?
I successfully installed an earlier version of ChronoForms on a different web site.
Nothing seems to work on this new site, with the latest version.
Really wish there were some better instructions. Have searched the forums.
History:
1- I created a form, copied the html code from a different editor, setup email, TURNED ANTI-SPAM ON, adding an error message.
2 - tested form. The CAPTCHA image was omitted, but got the error message that I typed in.
3 - turned the Anti-Spam off, and now the message still displays, but even before the form is submitted.
4 - created a new form (I'll need multiple forms on the site anyway), and had ANTI-SPAM OFF
5 - tested the new form, but the message still displays.
Questions / Challenges:
A) How do I get the CAPTCHA image to display? Do I need a second extension just for this? If so, which one?
B) How do I get rid of this error message, especially when the page is accessed for the first time?
C) Why is the form data not being e-mailed?
Here's links to my forms:
first form:
- http://ciwservices.net/demo/index.php?option=com_content&view=article&id=49&Itemid=81
second form:
- http://ciwservices.net/demo/index.php?option=com_content&view=article&id=61&Itemid=81
Here's my html form code:
<p>Name: <input type="text" name="submitted_by" size="30"></p>
<p>Email: <input type="text" name="email" size="30"></p>
<p>Person's Name to Pray For:<br />
<input type="text" name="pray_for" size="30"></p>
<p>Your prayer request: <br />
<!--webbot bot="Validation" s-data-type="String" b-value-required="TRUE" i-minimum-length="5" i-maximum-length="400" --><textarea rows="7" name="prayer_request" cols="40"></textarea></p>
<p>
<input type="submit" value="Submit" name="B1"></p>
Any ideas?