• Resolved Trevor01

    (@trevor01)


    I was hoping you could help me with a quick question. I’m using the Constant Contact API plugin on a WordPress page that displays a simple form and includes a name and email address field. Below it there is a button that says “Sign Up”. My question, is there a way to change the button copy from “Sign Up” to “Sign In”, or “Enter”?

    http://wordpress.org/extend/plugins/constant-contact-api/

Viewing 4 replies - 1 through 4 (of 4 total)
  • We’re also looking for a way to change the “Signup” button text. Ideally, this would be editable in the widget.

    If this could be added, it would also be great if it could be translatable! We’re using WPML for a multilingual site and can translate the widget title, email and name, so it’d be great to be able to not only change the button text in English, but translate it for different languages.

    This doesn’t really help in terms of editing the field in the widget, but if I change line #222 of widget-legacy.php, to:

    $submit_button = '<input type="submit" name="constant-contact-signup-submit" value="' . __('Sign Up') . '" class="button submit" />';

    then I can at least alter the button text, plus translate the text in the WPML string translator. But will of course lose any changes when plugin is updated.

    Plugin Author Zack Katz

    (@katzwebdesign)

    I’ve added a setting for the submit button text in the next update. Thanks for the idea.

    Excellent work, thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Constant Contact for WordPress] Constant Contact API Sign Up Button’ is closed to new replies.