Recently I have purchased a Metronic Theme. I am using this theme in a ASP.NET MVC application. The <button> not supporting form POST method. Please help.
Existing HTML for the same is given below:
<button type="submit" id="kt_sign_in_submit" class="btn btn-lg btn-primary w-100 mb-5">
<span class="indicator-label">Continue</span>
<span class="indicator-progress">
Please wait...
<span class="spinner-border spinner-border-sm align-middle ms-2"></span>
</span>
</button>