Click here to Skip to main content
16,022,971 members

Comments by deepak.dubal (Top 3 by date)

deepak.dubal 11-Aug-16 6:19am View    
I tried two different from which is working fine


<form id="frm1" name="frm1" action="" method="post">
<input id="name" type="text" placeholder="Enter your name" class="form-control input-md" required="required">

<button id="dnrregister" name="signup" class="btn btn-success">Register</button>
</form>

<form id="Form2" name="frm2" action="" method="post">
<input type="text" id="txtname" class="form-control" placeholder="Your Name" required="required"></input>

<button id="submit" type="submit" class="btn btn-primary btn-effect">Send Message</button>
</form>
deepak.dubal 11-Aug-16 5:37am View    
I think this issue occurs because of Query string length is greater than 256 characters.
deepak.dubal 11-Aug-16 5:18am View    
Do you want menu functionality? If yes then i can provide you ready code