For some time ago, I heard that using the <button></button> to submit a form, is not good - because IE submits the value of the button instead of the inputs in the form. Is this true.?
Because currently I'm working with bootstrap, and I have this login button, which should contain the arrow icon too. like:
<button type="submit" class="btn btn-primary" name="btnSubmit"> Login <i class="icon-arrow-right"></i> </button> I can't see how I should do it with a normal input button :/
Hope someone can answer this question!
Thank you guys!
class="btn btn-primary"attribute to an <input> element? It should apply the same styling.