If I submit form then I write <% f.submit %> and it’s html like <input id="subscriptions" name="commit" type="submit" value="Save"> but I want this <button class="btn submit" type="button">SUBMIT</button>. How can I do this?
If I submit form then I write <% f.submit %> and it’s html like
Share
Try this: