Submit does nothing in any version of IE

timmiller 14 May, 2009
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
Max_admin 15 May, 2009
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
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
timmiller 15 May, 2009
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!
timmiller 15 May, 2009
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.
GreyHead 15 May, 2009
Hi timmiller,

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
timmiller 15 May, 2009
Ahh!

Thanks. Honestly, I had someone else put this form together for me...

Thank you again for digging deeper.
timmiller 15 May, 2009
Ok, I changed:
<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.
GreyHead 15 May, 2009
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
timmiller 15 May, 2009
Thanks Bob. Will do.
Max_admin 18 May, 2009
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
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
timmiller 18 May, 2009
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.
Max_admin 19 May, 2009
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
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.