How to change Button Color and Text When Clicked Submit Button
16-07-2020Change button text and background color then submit form:
<input class="btn btn-primary"
onclick="this.style.backgroundColor='red';
this.style.borderColor='red';
this.value='E-Posta Gönderiliyor... Bu işlem 1-2 dakika sürebilir.. Lütfen Bekleyiniz';
document.getElementById('mainForm').submit()" type="submit" value="Gönder" />