Title: Contact Form Submit Button
Last modified: August 21, 2016

---

# Contact Form Submit Button

 *  Resolved [wtfbingo](https://wordpress.org/support/users/wtfbingo/)
 * (@wtfbingo)
 * [13 years ago](https://wordpress.org/support/topic/contact-form-submit-button/)
 * I would LOVE to change the text (value) on the submit button without having to
   edit the plug-in’s grunion php file. How can I override this in my functions.
   php file?
 * [http://wordpress.org/extend/plugins/jetpack/](http://wordpress.org/extend/plugins/jetpack/)

Viewing 11 replies - 1 through 11 (of 11 total)

 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [13 years ago](https://wordpress.org/support/topic/contact-form-submit-button/#post-3760613)
 * I’m afraid we do not offer this option yet, but I took note of your feedback,
   and we’ll consider adding an option to customize the button in a future Jetpack
   release!
 * Trac ticket: [http://plugins.trac.wordpress.org/ticket/1742](http://plugins.trac.wordpress.org/ticket/1742)
 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [13 years ago](https://wordpress.org/support/topic/contact-form-submit-button/#post-3760655)
 * We have now added a new shortcode parameter to allow you to customize the text
   of the Submit button. This change will be available in the next Jetpack release,
   and the parameter works like so:
 * `[contact-form submit_button_text='Submit Now']`
 *  [James](https://wordpress.org/support/users/jpcutler85/)
 * (@jpcutler85)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/contact-form-submit-button/#post-3760694)
 * Does this short code work now? I am having trouble changing the text of the submit
   button.
 *  [ifingers](https://wordpress.org/support/users/ifingers/)
 * (@ifingers)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/contact-form-submit-button/#post-3760696)
 * The code works for me.
 * However I am trying to add a Font Awesome icon to my submit button. I am entering
   code as below, but it is not working. To put it another way Is there another 
   way of adding a class to the button?
 * `[contact-form submit_button_text='<i class="icon-envelope"></i> Submit Now']`
 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [12 years, 8 months ago](https://wordpress.org/support/topic/contact-form-submit-button/#post-3760697)
 * You should not need to add a new class: you can use existing CSS classes to target
   the contact form button, like so:
 *     ```
       .contact-form input[type="submit"] {
       /* Custom Rules here */
       }
       ```
   
 * You can also use the `:before` selector to place an element before the submit
   button:
    [http://css-tricks.com/almanac/selectors/b/before/](http://css-tricks.com/almanac/selectors/b/before/)
 *  [Louise Toft Petersen](https://wordpress.org/support/users/indianer9/)
 * (@indianer9)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/contact-form-submit-button/#post-3760699)
 * Hi
    It works as long as I write ‘Submit Now’ but if I change it to the Danish
   word it fails.
 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [12 years, 6 months ago](https://wordpress.org/support/topic/contact-form-submit-button/#post-3760700)
 * [@indianer9](https://wordpress.org/support/users/indianer9/) Could you please
   start your own thread, as per the [Forum Welcome](http://codex.wordpress.org/Forum_Welcome)?
   
   [http://wordpress.org/support/plugin/jetpack#postform](http://wordpress.org/support/plugin/jetpack#postform)
 * Could you also let me know what Danish word you’re trying to use?
 * Thank you!
 *  [Louise Toft Petersen](https://wordpress.org/support/users/indianer9/)
 * (@indianer9)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/contact-form-submit-button/#post-3760701)
 * Yes sorry it seem like a good place to ask.
    Made an new thread [http://wordpress.org/support/topic/jetpack-contact-form-submit_button?replies=1#post-4908717](http://wordpress.org/support/topic/jetpack-contact-form-submit_button?replies=1#post-4908717)
   The Dansish word is ‘Send’
 *  [IreneLinda](https://wordpress.org/support/users/irenelinda/)
 * (@irenelinda)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/contact-form-submit-button/#post-3760709)
 * Hi Jeremy,I have the ocntact form on a page on our WordPRess.org site but no 
   matter where I paste the short code, it make my form disappear.
 * I am not too technical. Could you tell me where the code you provided should 
   go? Would like to change the Submit Now text.
 * Here is the code for my form.
    `[contact-form to='name@mygoforthegreen.com' subject
   ='Skill Advisor Question']<span style="color: #96d440;">[contact-field label='
   Name' type='name' required='1'/][contact-field label='Email' type='email' required
   ='1'/][contact-field label='Question' type='textarea' required='1'/]</span>[/
   contact-form]`
 * Thanks for any help you can provide, Linda
 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [12 years, 3 months ago](https://wordpress.org/support/topic/contact-form-submit-button/#post-3760710)
 * [@irenelinda](https://wordpress.org/support/users/irenelinda/) Could you please
   start your own thread, as I mentioned above?
 *  [IreneLinda](https://wordpress.org/support/users/irenelinda/)
 * (@irenelinda)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/contact-form-submit-button/#post-3760711)
 * I’m sorry, Jeremy. I missed the “Resolved” button and thought my note sort of
   continued the conversation (despite having read your post to indianer9). Sorry.
 * It’s now at this link: [http://wordpress.org/support/topic/submit-button-text-on-jetpack-contact-form?replies=1#post-5287413](http://wordpress.org/support/topic/submit-button-text-on-jetpack-contact-form?replies=1#post-5287413)

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Contact Form Submit Button’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

## Tags

 * [contact-form](https://wordpress.org/support/topic-tag/contact-form/)
 * [submit button](https://wordpress.org/support/topic-tag/submit-button/)

 * 11 replies
 * 6 participants
 * Last reply from: [IreneLinda](https://wordpress.org/support/users/irenelinda/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/contact-form-submit-button/#post-3760711)
 * Status: resolved