i am using dnn6.1 and i have a skin and i created modules in that skin.My problem is i am not getting textbox values with in that skin.
there is a cde in that skin like
<li>
<form action="http://letmegooglethat4u.com/" method="GET">
<input type="text" name="q" value="" placeholder="Type then press Enter.." />
</form>
</li>
when i delete this particular code snippet,its working means textbox values are getting in code behind.my question is is there any problem when we use a form tag in DNN?