I've seen this before but didn't see a good answer that applies to me.
http://itltexas.com/index.php?option=com_chronocontact&Itemid=81
the above link is to a form that works great in FF, Chrome, Safari, but clicking submit does nothing at all in IE, 6 or 8 (didn't check 7).
I saw a thread earlier that talked about changing the submit name to 'submit' instead of psubmit, but it's already named that.
I'm open for suggestions.
Thanks
tm
http://itltexas.com/index.php?option=com_chronocontact&Itemid=81
the above link is to a form that works great in FF, Chrome, Safari, but clicking submit does nothing at all in IE, 6 or 8 (didn't check 7).
I saw a thread earlier that talked about changing the submit name to 'submit' instead of psubmit, but it's already named that.
I'm open for suggestions.
Thanks
tm
Hi tm,
your form uses the validation, try to disable it ?
try to upgrade to latest version too as you are using an outdated one!
Regards
Max
your form uses the validation, try to disable it ?
try to upgrade to latest version too as you are using an outdated one!
Regards
Max
Hi,
Thanks for the input. Unfortunately I can't get any different response. I've turned off validation in the validation tab, I've also upgraded to the most recent v5.0 and still nothing when I hit the submit button.
Also the calander function doesn't work in IE as well.
http://itltexas.com/index.php?option=com_chronocontact&Itemid=81
I'd like to buy a license, but this is a stumbling block. I appreciate any assistance.
Thanks again!
Thanks for the input. Unfortunately I can't get any different response. I've turned off validation in the validation tab, I've also upgraded to the most recent v5.0 and still nothing when I hit the submit button.
Also the calander function doesn't work in IE as well.
http://itltexas.com/index.php?option=com_chronocontact&Itemid=81
I'd like to buy a license, but this is a stumbling block. I appreciate any assistance.
Thanks again!
With IE 8, I got a dialog box saying that a script on this page is causing IE to run slowly...want to stop running the script?
Thanks for the assistance.
Thanks for the assistance.
Hi timmiller,
You have a form embedded inside your form html
Bob
You have a form embedded inside your form html
<FORM id=form1 action="" method="post" name="form1"><INPUT type=checkbox value=checkbox name=checkbox $included="null"> By Checking this box I am stating that I am authorized to submit this request. </FORM>
This is illegal HTML and will break the form.Bob
Ahh!
Thanks. Honestly, I had someone else put this form together for me...
Thank you again for digging deeper.
Thanks. Honestly, I had someone else put this form together for me...
Thank you again for digging deeper.
Ok, I changed:
to:
And unfortunately I'm still getting nothing using IE.
<FORM id=form1 action="" method="post" name="form1"><INPUT type=checkbox value=checkbox name=checkbox $included="null"> By Checking this box I am stating that I am authorized to submit this request. </FORM>
to:
<INPUT type=checkbox value=checkbox name=checkbox $included="null"> By Checking this box I am stating that I am authorized to submit this request.
And unfortunately I'm still getting nothing using IE.
Hi timmiller,
Cant'd ig more now - I'm already late for dinner but I have no idea what $included is doing in there. I'd grab the source code from your browser and run it though an HTML validator like Tidy and see what errors are thrown up.
Bob
Cant'd ig more now - I'm already late for dinner but I have no idea what $included is doing in there. I'd grab the source code from your browser and run it though an HTML validator like Tidy and see what errors are thrown up.
Bob
Hi timmiller,
Please try to create a new quick form in V3.1 RC5 using the wizard then try to submit it and let me know if it works well or not!
Regards
Max
Please try to create a new quick form in V3.1 RC5 using the wizard then try to submit it and let me know if it works well or not!
Regards
Max
Hi Max,
Well I did find the issue. I had a form within a form- the text area at the end was a form by itself. I do however have another issue, since I upgraded to the newest version, I'm finding that the datetimepicker isn't working anymore. If you could take a look at that and give me your thoughts, I'd appreciate it.
Well I did find the issue. I had a form within a form- the text area at the end was a form by itself. I do however have another issue, since I upgraded to the newest version, I'm finding that the datetimepicker isn't working anymore. If you could take a look at that and give me your thoughts, I'd appreciate it.
Hi timmiller,
what was the old version ? if it was older than V3.1 RC4 then the code for the field will need to edited, show me it!
if it was RC4 or above then you may need to open the form inside the wizard and resave it to reset some data, make sure you have all your browser cache cleared before you do so!
Regards,
Max
what was the old version ? if it was older than V3.1 RC4 then the code for the field will need to edited, show me it!
if it was RC4 or above then you may need to open the form inside the wizard and resave it to reset some data, make sure you have all your browser cache cleared before you do so!
Regards,
Max
This topic is locked and no more replies can be posted.