• Resolved scottgreening

    (@scottgreening)


    I would like to change the wording on the first line of the Form to “Submit Your Testimonial.”

    I have figured out how to change the “Review Title:” to “Testimonial Title:” through the plugin editor.

    I also adjusted the settings for the buttons to reflect our preferred language of testimonial.

    Can anyone help me know what I need to change? Thanks.

    https://www.ads-software.com/plugins/wp-customer-reviews/

Viewing 2 replies - 1 through 2 (of 2 total)
  • There appears to be an error on line 662 or wp-customer-admin-reviews.php

    <label for="leave_text">Text to be displayed above review form: </label><input style="width:250px;" type="text" id="goto_leave_text" name="goto_leave_text" value="'.$this->options['goto_leave_text'].'" />

    It is repeating the goto text which is that of the button above the form. Change this line to

    <label for="leave_text">Text to be displayed above review form: </label><input style="width:250px;" type="text" id="leave_text" name="leave_text" value="'.$this->options['leave_text'].'" />

    Hopefully the developer will get this into the next update.

    Plugin Author Aaron Queen

    (@bompus)

    This has been fixed in v3 which will be the next release of the plugin with some major overhauls ?? Thanks for providing others with the fix for the current version.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing "Submit your review" on form’ is closed to new replies.