• Resolved Pickles321

    (@pickles321)


    Great plugin thank you, I am just setting it up to achieve the outcome I am looking for.

    Once a user signs up they get emailed the following message:

    <p>Thank you, [first_name], for your order.</p><p>You may view your order information and status by this private link at any time: [record_link].</p>

    However instead of a link to their record page [pdb_record] I would like the user to get a private link to the their [pdb_single] page. This is so they can view their information and not edit it.

    Is there a placeholder for [pdb_single]? Or how can I create one?

    Thank you,

    https://www.ads-software.com/plugins/participants-database/

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

    (@xnau)

    Yes, you can do something like this…the [id] tag will give the id of the record, so you just have to create a link, using whatever the page you have your [pdb_single] shortcode on. For example:

    To see your record, <a href="show-record/?pdb=[id]" >click here</a>.

    Thread Starter Pickles321

    (@pickles321)

    Worked a treat, thank you very much ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Placeholder for [pdb_single]?’ is closed to new replies.