Viewing 6 replies - 1 through 6 (of 6 total)
  • Yes, I’m having the same problem. Please advise. Thanks!

    Plugin Author Danny van Kooten

    (@dvankooten)

    Hi there,

    You should add text to the button. There are two ways to do this.

    1) Remove the submit button from your mark-up and re-add it using the Add MailChimp field select dropdown located on the right side of the screen when editing a form.

    After selecting “submit button” there should be a field named “button text”.

    2) Change your form mark-up to look like this.

    <p>
        <label>Email:</label>
        <input required="required" name="EMAIL" type="email">
    </p>
    <p>
        <label>First Name:</label>
        <input required="required" name="FNAME" type="text">
    </p>
    <p>
        <label>Last Name:</label>
        <input required="required" name="LNAME" type="text">
    </p>
    
    <p>
        <input type="submit" value="Subscribe">
    </p>

    Hope that helps, good luck!

    Thread Starter fcvolunteer

    (@fcvolunteer)

    Thanks so much. Can’t believe I missed that.

    Appreciate your help and your quick response!

    Plugin Author Danny van Kooten

    (@dvankooten)

    Glad that worked, thanks for letting me know!

    By the way, should you have a quick free minute: a plugin review here on www.remarpro.com would make me quite happy!

    Yep, worked for me as well. And I, too, appreciate the quick response!
    One great plugin review, coming up!

    Plugin Author Danny van Kooten

    (@dvankooten)

    Great russo92, thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Submit Button Text Issue’ is closed to new replies.