• Resolved gadgetviper

    (@gadgetviper)


    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

    (@specialk)

    Hi @gadgetviper, currently the only way to do it is to enable the custom form. There are steps on the Installation page, 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.

    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.