# Changing Button Text on Simple Form Submit Buttons

DevFeed: [Changing Button Text on Simple Form Submit Buttons](<https://devfeed.tech/articles/changing-button-text-on-simple-form-submit-buttons-28242.md>)

Original publisher: [Read original article](<http://fuzzyblog.io/blog/rails/2019/11/11/changing-button-text-on-simple-form-submit-buttons.html>)

Author: Fuzzygroup

Published: 2019-11-11T00:00:00Z

Content type: tutorial

Language: en

Sources: [Scott Johnson](<https://devfeed.tech/sources/scott-johnson.md>)

Topics: [Rails](<https://devfeed.tech/topics/rails.md>)

Tags: [rails](<https://devfeed.tech/tags/rails.md>), [simple-form](<https://devfeed.tech/tags/simple-form.md>)

## AI overview

A brief Rails simple_form tip showing how to set custom text on a submit button with the f.button helper.

## Source excerpt

This falls into the category of "I'm old and can't remember this so must, must, must write it down" because I keep losing this html page. If you need to change the text on a submit button for a Rails form implemented with simple_form then use: <%= f.button :submit, 'Submit This Form', class: 'btn btn-primary' %>