Hello all, I am having an issue with my form the submit button doesn't work with IE7 but it works with Firefox, when I submit it in IE7 I get an error about not being able to access "this.form" but in the html code in my form I don't have anything called "this.form" please.. help me here..!!
I attached a screenshot of the error. and I have tried in several computers, I also tried in IE6 and it does the same.
[attachment=0]error.jpg[/attachment]
HI fmejia.
This is a JavaScript error. Somewhere you have a script that is trying to access 'this.form' and 'this.form' isn't defined.
Is your page on-line as this isn't strictly a ChronoForms problem and can't be solved without looking at it.
Bob
hi, thank you for your reply, I am really thankful to know that you didn't just looked at my post and ignored it, as it happens in many other forums..!!!😟 no my form is not online cause it will be used in an intranet, all I've used in my form is joomla and chronoforms, is there something I can copy and paste or a screen shot that can be used to take a look at it and you can give me a hand with it ..😶
Hi fmejia,
There's no form name in the link you have in that error image. Does the form work if you open it using the link in the Form Manager?
Bob
yes it works in the form manager and it works perfect if I use it in firefox
Hi fmejia,
[sendfb][/sendfb]
Bob
thank you very much.!! here it is.. let me know if rar is ok, otherwise I'll make it zip.
Hi fmejia,
I can't get the same error as you do - though I get a couple of others. I think that the main problem is that you have <form . . > and </form> tags inside your form html (two of each) - this is guaranteed to break the form. It looks like some kind of Microsoft webbot - please remove them and I suspect (hope) that the errors will go away.
Bob
you are a life saver.!! God bless you.. thank you very much I was really disapointed about my form.!! is working now.. still getting an error but is saving the data... and that's enogh for me, I have one more question, I actually used MS frontpage to my modify my form and now the form "validation" is not working, I will check if I have some other code from frontpage somewhere that is causing this but if you see something on it, please let me know...!! and again... thank you ..!! God bless all you do...
Hi fmejia,
You don't say what isn't working??? Is it all of the validation? If so then you probably have a JavaScript conflict on your page.
If it is just the 'validate-one-required' groups then I suspect that the problem is your <font></font> tags that wrap the input. Try deleting these and using css styling to set the font-size. The 'validate-one-required' should also go in the last input in the group. This is a sensitive validate method as it relies on the group of inputs sharing a common parent div. I have posted somewhere here a custom validator that is more flexible.
Bob
Hi, thank you for your response GreyHead, the whole validation is not working, but I found that if remove the dropdow that contains the javascript it works in the other textboxes... I honestly have no idea of how to find the javascript error... can you give me a hand on that? I took the code from another post in your forum.
Hi fmejia,
[sendfb][/sendfb]
Bob
here you go.. thank you again ... and sorry for all the troubles 😶
thank you for that Bob.. it worked like a charm...