• Hi,

    I tried to change the “send link”-text in the back end but it is not reflected on the front end. I’m not sure since when this doesn’t work anymore.

    cheers
    dan

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

    (@xnau)

    There was a problem with the bootstrap template for the signup form, it’s been fixed, but if you’re using a custom template, you may need to make this change.

    In the template, where the link is printed, you’ll see a function like this:

    <?php $this->print_retrieve_link(__('Forget your private link? Click here to have it emailed to you.','participants-database')); ?>

    it should be simply:

    <?php $this->print_retrieve_link(); ?>

    so that it uses the global setting.

    Thread Starter Ghostflasher

    (@ghostflasher)

    thx, worked like a charm!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘send link text not changeable’ is closed to new replies.