[Plugin: Events Manager] Attributes
-
I’m trying to attach various page links off the event details page by having the user select an Region. Here’s the code:
#_ATT{Region}{Select Region|<a href="/?page_id=108">Northwest</a>|<a href="/?page_id=100">North</a>|<a href="/?page_id=110">Central</a>|<a href="/?page_id=112">South</a>}
And I’ve added the associated
#_ATT{Region}
in the single event page to display the resultant name and link.You can select the Region, but the event will display the default wording “Select Region”.
If I put the first region anchor in the default selection, then the Title Name (Northwest) is labeled and passed correctly and the page link is passed along with it. Only the default value seems to be used when passing a link.How do I create a selectable list and pass the page link and name to the Event Detail? I thought this would be the way.
- The topic ‘[Plugin: Events Manager] Attributes’ is closed to new replies.