DNN page display inside default form tag because of that if I want to post data using javascript.
To avoid overwriting form tag I am using external Javascript function & posting data
eg: function doPost(url){
theform.action="....";
theform.submit();
}
But the problem is not able to post hidden filed How to post hidden form field in DNN on form submit using javascript