Hi guys, I need help to get this Modal's Submit button to work without 
closing my Modal after Submit Button is Clicked. Can someone help me asap. 
This is for my school's project and my assignment is due the following day 
-.-".


<div class="modal-footer">
                      <a href="#" class="btn" data-dismiss="modal">Close</a>
                      <input class="btn" data-reset="modal" type="reset" 
value="Reset" />
                <input class="btn btn-primary" type="submit" value=" Submit 
" />
                <input type="hidden" name="submitted" value="true" />
</div>

Reply via email to