Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author xnau webdesign

    (@xnau)

    If you are using a custom template for the signup form, it will have to be updated to include the link.

    Easiest is just to change your custom template like this:

    Where you had:

    <td colspan="2" class="submit-buttons">
             <?php $this->print_submit_button('button-primary');  ?>
    </td>

    Replace that with:

    <td class="submit-buttons">
                <?php $this->print_submit_button('button-primary'); ?>
                </td>
    <td class="submit-buttons">
                <?php $this->print_retrieve_link(); ?>
               </td>

    Email me if you need help with that.

    Thread Starter bw3em

    (@bw3em)

    No problem, got it. Perhaps the need to add <?php $this->print_retrieve_link(); ?> could be added to the ‘Resending a Lost Private Link’ instructions.

    Thanks, great addition ??

    Em x

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Resending a Lost Private Link’ is closed to new replies.