Title: Changing Text on Submit Button
Last modified: September 12, 2019

---

# Changing Text on Submit Button

 *  Resolved [gadgetviper](https://wordpress.org/support/users/gadgetviper/)
 * (@gadgetviper)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/changing-text-on-submit-button/)
 * Hi, Really great plugin, quick question,
 * I’d like to change the text on the button from ‘Submit Post’ to ‘Upload Image’
 * How can I do this?
 * Thank you.

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

 *  Plugin Author [Jeff Starr](https://wordpress.org/support/users/specialk/)
 * (@specialk)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/changing-text-on-submit-button/#post-11927119)
 * Hi [@gadgetviper](https://wordpress.org/support/users/gadgetviper/), currently
   the only way to do it is to enable the custom form. There are steps on the [Installation page](https://wordpress.org/plugins/user-submitted-posts/#installation),
   under the section “Custom Submission Form”. So then once the custom form is enabled,
   you can find the text “Submit Post” in the file and change it to whatever you
   would like.
 *  [blackpager](https://wordpress.org/support/users/blackpager/)
 * (@blackpager)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/changing-text-on-submit-button/#post-12059371)
 * You can install the “Header and Footer Scripts” plugin and add this in the footer:
 * <script type=”text/javascript”>
 * jQuery(document).ready(function($) {
 * $(‘#user-submitted-post’).val(‘Upload Image’);
 * });
 * </script>

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

The topic ‘Changing Text on Submit Button’ is closed to new replies.

 * ![](https://ps.w.org/user-submitted-posts/assets/icon-256x256.png?rev=2567685)
 * [User Submitted Posts – Enable Users to Submit Posts from the Front End](https://wordpress.org/plugins/user-submitted-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/user-submitted-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/user-submitted-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/user-submitted-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/user-submitted-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/user-submitted-posts/reviews/)

## Tags

 * [Button text](https://wordpress.org/support/topic-tag/button-text/)

 * 2 replies
 * 3 participants
 * Last reply from: [blackpager](https://wordpress.org/support/users/blackpager/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/changing-text-on-submit-button/#post-12059371)
 * Status: resolved