Passing 2 WP-Members fields
-
I have a page that I pull into my blog via PageView (https://www.ads-software.com/extend/plugins/pageview/). Within this page I call two javascript files that then populate {screenname} & {coachid}.
I saw the Short Codes List, and created the following.
{screenname} > [wp-members field=”coach_name”]
{coachid} > [wp-members field=”coachid”]So it appears as though I would call wp-members by adding the following:
<script type=”text/javascript” src=”https://successtrainingcenter.HankFit247.com/wp-content/plugins/wp-members/js/admin.js”></script>
<script type=”text/javascript” src=”https://successtrainingcenter.HankFit247.com/wp-content/plugins/wp-members/js/wp-members-admin.js”></script>Correct?
- The topic ‘Passing 2 WP-Members fields’ is closed to new replies.