ChronoForms 2.3.9
Joomla 1.0.15
I recently installed ChronoForms in our Joomla site, via my workstation (Mac). The form works fine. But an XP user told me the form does not "submit." I have read the forums here and see a few folks have experienced the same problem that may be JavaScript related. I wrote my registration form in Dreamweaver and pasted it into ChronoForms. I did turn off validation, and tried to turn on/off other functions with negative results.
The code is below, any suggestions? Thank you in advance for your advice.
~Ralph
<table width="294" height="502" border="1">
<caption>
<b>One Hundred Club registration form</b>
</caption>
<tr>
<td width="79">Name</td>
<td colspan="2"><input type="text" name="name" value="">
</td>
</tr>
<tr>
<td>Address</td>
<td colspan="2"><input type="text" name="address" value="">
</td>
</tr>
<tr>
<td>City</td>
<td colspan="2"><input type="text" name="city" value="">
</td>
</tr>
<tr>
<td>Business_Name </td>
<td colspan="2"><input type="text" name="businessname" value="">
</td>
</tr>
<tr>
<td>Address</td>
<td colspan="2"><input type="text" name="businessaddress" value="">
</form></td>
</tr>
<tr>
<td>City</td>
<td colspan="2"><input type="text" name="businesscity" value="">
</td>
</tr>
<tr>
<td>Occupation</td>
<td colspan="2"><input type="text" name="occupation" value="">
</td>
</tr>
<tr>
<td>Mail_Correspondence </td>
<td width="96">Home
<input name="Mail_to" type="radio" value="Home">
</td>
<td width="98">Work
<input name="Mail_to" type="radio" value="Work">
</td>
</tr>
<tr>
<td>Home_Phone </td>
<td colspan="2"><input type="text" name="hphone" value="">
</td>
</tr>
<tr>
<td>Work_Phone </td>
<td colspan="2"><input type="text" name="wphone" value="">
</td>
</tr>
<tr>
<td>Cell_Phone </td>
<td colspan="2"><input type="text" name="cphone" value="">
</td>
</tr>
<tr>
<td>E-Mail</td>
<td colspan="2"><input type="text" name="email" value="">
</td>
</tr>
<tr>
<td>Membership</td>
<td width="96">$100
<input name="membership" type="radio" value="one_hundred">
</td>
<td width="98">$1000
<input name="membership" type="radio" value="one_thousand">
</td>
</tr>
<tr>
<td>Sponsor</td>
<td colspan="2"><input type="text" name="sponsor" value="">
</td>
</tr>
</table>
<input type="submit" name="Submit" value="Submit">
</form>
<!-- You are not allowed to remove or edit the following 3 lines anyway if you didnt buy a license -->
<div class="chronoform">
<a href="http://www.chronoengine.com">Joomla Professional Work</a>
</div>
<!-- You are not allowed to remove or edit the above 3 lines anyway if you didnt buy a license -->
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</div>
</td>
</tr>
</table>
</div>
<div align="center">
Joomla 1.0.15
I recently installed ChronoForms in our Joomla site, via my workstation (Mac). The form works fine. But an XP user told me the form does not "submit." I have read the forums here and see a few folks have experienced the same problem that may be JavaScript related. I wrote my registration form in Dreamweaver and pasted it into ChronoForms. I did turn off validation, and tried to turn on/off other functions with negative results.
The code is below, any suggestions? Thank you in advance for your advice.
~Ralph
<table width="294" height="502" border="1">
<caption>
<b>website name here registration form</b>
</caption>
<tr>
<td width="79">Name</td>
<td colspan="2"><input type="text" name="name" value="">
</td>
</tr>
<tr>
<td>Address</td>
<td colspan="2"><input type="text" name="address" value="">
</td>
</tr>
<tr>
<td>City</td>
<td colspan="2"><input type="text" name="city" value="">
</td>
</tr>
<tr>
<td>Business_Name </td>
<td colspan="2"><input type="text" name="businessname" value="">
</td>
</tr>
<tr>
<td>Address</td>
<td colspan="2"><input type="text" name="businessaddress" value="">
</form></td>
</tr>
<tr>
<td>City</td>
<td colspan="2"><input type="text" name="businesscity" value="">
</td>
</tr>
<tr>
<td>Occupation</td>
<td colspan="2"><input type="text" name="occupation" value="">
</td>
</tr>
<tr>
<td>Mail_Correspondence </td>
<td width="96">Home
<input name="Mail_to" type="radio" value="Home">
</td>
<td width="98">Work
<input name="Mail_to" type="radio" value="Work">
</td>
</tr>
<tr>
<td>Home_Phone </td>
<td colspan="2"><input type="text" name="hphone" value="">
</td>
</tr>
<tr>
<td>Work_Phone </td>
<td colspan="2"><input type="text" name="wphone" value="">
</td>
</tr>
<tr>
<td>Cell_Phone </td>
<td colspan="2"><input type="text" name="cphone" value="">
</td>
</tr>
<tr>
<td>E-Mail</td>
<td colspan="2"><input type="text" name="email" value="">
</td>
</tr>
<tr>
<td>Membership</td>
<td width="96">$100
<input name="membership" type="radio" value="one_hundred">
</td>
<td width="98">$1000
<input name="membership" type="radio" value="one_thousand">
</td>
</tr>
<tr>
<td>Sponsor</td>
<td colspan="2"><input type="text" name="sponsor" value="">
</td>
</tr>
</table>
<input type="submit" name="Submit" value="Submit">
here is the HTML from the browser;[code]<form name="ChronoContact_registration_form" id="ChronoContact_registration_form" method="post" action="index.php?option=com_chronocontact&task=send&chronoformname=registration_form" ><table width="294" height="502" border="1">
<caption>
<b>One Hundred Club registration form</b>
</caption>
<tr>
<td width="79">Name</td>
<td colspan="2"><input type="text" name="name" value="">
</td>
</tr>
<tr>
<td>Address</td>
<td colspan="2"><input type="text" name="address" value="">
</td>
</tr>
<tr>
<td>City</td>
<td colspan="2"><input type="text" name="city" value="">
</td>
</tr>
<tr>
<td>Business_Name </td>
<td colspan="2"><input type="text" name="businessname" value="">
</td>
</tr>
<tr>
<td>Address</td>
<td colspan="2"><input type="text" name="businessaddress" value="">
</form></td>
</tr>
<tr>
<td>City</td>
<td colspan="2"><input type="text" name="businesscity" value="">
</td>
</tr>
<tr>
<td>Occupation</td>
<td colspan="2"><input type="text" name="occupation" value="">
</td>
</tr>
<tr>
<td>Mail_Correspondence </td>
<td width="96">Home
<input name="Mail_to" type="radio" value="Home">
</td>
<td width="98">Work
<input name="Mail_to" type="radio" value="Work">
</td>
</tr>
<tr>
<td>Home_Phone </td>
<td colspan="2"><input type="text" name="hphone" value="">
</td>
</tr>
<tr>
<td>Work_Phone </td>
<td colspan="2"><input type="text" name="wphone" value="">
</td>
</tr>
<tr>
<td>Cell_Phone </td>
<td colspan="2"><input type="text" name="cphone" value="">
</td>
</tr>
<tr>
<td>E-Mail</td>
<td colspan="2"><input type="text" name="email" value="">
</td>
</tr>
<tr>
<td>Membership</td>
<td width="96">$100
<input name="membership" type="radio" value="one_hundred">
</td>
<td width="98">$1000
<input name="membership" type="radio" value="one_thousand">
</td>
</tr>
<tr>
<td>Sponsor</td>
<td colspan="2"><input type="text" name="sponsor" value="">
</td>
</tr>
</table>
<input type="submit" name="Submit" value="Submit">
</form>
<!-- You are not allowed to remove or edit the following 3 lines anyway if you didnt buy a license -->
<div class="chronoform">
<a href="http://www.chronoengine.com">Joomla Professional Work</a>
</div>
<!-- You are not allowed to remove or edit the above 3 lines anyway if you didnt buy a license -->
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</div>
</td>
</tr>
</table>
</div>
<div align="center">
update -
I created the basic form as posted in the tutorial, and it worked in I.E. 6, so the problem may lie in the table tags?
still debugging,
Ralph
last update -
I am a dumb#$%, i left an additional <form> tag in my form. Removed - all better now.
Doooh
I created the basic form as posted in the tutorial, and it worked in I.E. 6, so the problem may lie in the table tags?
still debugging,
Ralph
last update -
I am a dumb#$%, i left an additional <form> tag in my form. Removed - all better now.
Doooh
Hi php4u,
Ah, that would do it. IE6 isn't too tolerant*.
Your form code looked fine to me, just a couple of stray entities in the action url but they coud have come from the copying and pasting.
Bob
* I've just read that the new .Mac service won't support IE6 so maybe the beginning of the end . . .
Ah, that would do it. IE6 isn't too tolerant*.
Your form code looked fine to me, just a couple of stray entities in the action url but they coud have come from the copying and pasting.
Bob
* I've just read that the new .Mac service won't support IE6 so maybe the beginning of the end . . .
This topic is locked and no more replies can be posted.