1st. - i have a contact us form which includes a comments area at the end, for that i need to add the text area, so customers can send their questions or comments. But i am having problems adding this field. i added the field, save the page and then when I go back to WYSYWYG the HTML never loads and it gives me an error that looks like this:
'); foo.document.close() } function updateValue() { if (document.activeElement) { if (document.activeElement.parentElement.id == "ew") { return false; } else { if (parent.document.all.MCWYSIWYG_html != null) { parent.document.all.MCWYSIWYG_html.value = SaveHTMLPage(); } } } }
it happens only with the text area field. i have no idea what to do, i don't know if i'm doing something wrong. Can somebody shed some light?
2nd. problem is happening in both forms i'm trying to do - i have a hidden field for required information, i was testing the form, and even though i fill all the information required it comes back saying i have to fill all the required information. Is there something i'm missing?
Please Help, this is driving me crazy,
thank you so much for any help you can give.
Moraima