Hi Bhargav,
I don't see any error in IE8? Have you now fixed it?
Bob
PS All the code you are using is very, very old :-(
Hi Bob,
Thanks for your quick response.No i could not able to fixed it yet.
When we submit form in IE6,7,8 , its directly submit the form and redirecting to thank you page even though all fields are empty.
Yes its very old :-( Please suggest what can i do to fix this ? Is it possible to fix this without any upgrade to joomla or chronoform ?
Thanks,
Bhargav
Hey Bob,
You are right, i have checked form in friends pc and they also not see any error in IE8 and ie7,however it still submit form without checking for validation. I thought it might be caching issues with my pc but even after clear all caching,i am getting same error in IE.
I tried other suggestions as well from related forum bugs posted...but not succeed :-(
Do you found any hint related this issue ?
Thanks,
Bhargav
Hi Bhargav,
Your submit button input doesn't have a name attribute. Try adding name='submit' or name='submit_btn' and see if that makes a difference - ChronoForms uses the input names to identify them.
Bob
Yes Bob,
i tried to put name='submit' before as well, and again after you suggested, even i tried by put id="submit" but it doesn't make any difference.
Bhargav
Hi Bhargav,
I dug a bit further and the JavaScript error that shows up in IE8 appears to come from a new input being created by the statusChange script that you are running on the 'Your Title' input.
Bob
Thanks Bob for looking further in it.
yes there is already pre-written Javascript function called StatusChange which having some AJAX code, but i think its not necessary. so i removed it from form now...and its working fine in Firefox and other modern browsers, but not in IE6,7,8 only.
Can you please check now is it still having any issue?
Frankly saying i am not that good with AJAX...so please let me know if you would need to look in function.
Bhargav
Thank You So Much Bob,
Yes it was the only issue, very small yet very big issue....It's working fine now :-)
Thank you very much for pointing me to right path....You are really a MASTER...:-) Keep it up
With Thanks & Warm Regards,
Bhargav
Hi Bob & Jason,
i have also looked at your url in ie, its showing me different error
"Jquery is undefined"
i think it may being used before jquery has been loaded.
Regards,
Bhargav
Thanks Bob & Bhargav,
IE9 is the culprit. Will continue to try and fix. Bob, followed your document, changes to complicated as it differed from your solution. Might see if I can remove the jQuery element from that page only.
Thanks,,
Jason
Thanks Bob,
Forced to IE8 browser, works like a treat. Will leave for now.
Cheers,
Jason
I finally could make it work.
I installed JB Library and disabled the chronoform files for my form.
Thanks!
Thomas