I am in the process of modifying the Feedback Module version 04.03.00 so it does not show the Email: and the textbox and does not have the white space where they normally appear. I can get them to not appear by setting the visible="False" on them with no problem.
When I comment them out in the ascx and resx files I still get the error "Microsoft JScript runtime error: 'dnn_ctr370_Feedback_valEmail1' is null ornot an object" with Break or Continue enabled buttons and a disabled Ignore button.
The error is occurring on line 918 in "http://localhost/Local_dnn/ which is the statement dnn_ctr370_Feedback_valEmail1.controltovalidate = "'dnn_ctr370_Feedback_valEmail";
I have rebuilt the solution and published the website.
What am I missing.
Thanks much,