• The plugin works well. No problems so far. Thank you.

    Just was wondering how to do something.
    I prefer using buttons when sending to users, so am wondering how to convert the email verification link to a button; either HTML or CSS or something else.

    In this case, after
    Please click the following link to verify your email: [ BUTTON ]

    The section that allows for editing in the config sections is a Pro feature.

    Thank you.

Viewing 1 replies (of 1 total)
  • Plugin Author WPFactory

    (@wpcodefactory)

    You’re welcome ??

    You could try something like this for example:

    <form action="%verification_url%">    
        <button type="submit">Verify Account</button>
    </form>
Viewing 1 replies (of 1 total)
  • The topic ‘Make the Verification Link a Button’ is closed to new replies.