Pass Post ID to Popup
-
I need to pass the post ID to a popup. I have a list of posts and in the list is a link to open a popup, which is a form to complete and pass the post information and the form information to the administrator.
My exact scenario:
I have a list of posts that are events, I need to use the excerpt to create a button if a volunteer is needed for the event. I’m not able to use any of the post data except title, date/time, location, and the excerpt from the post.In the excerpt I’m creating an html button to open the popup (Volunteers needed for this event!) the popup opens just fine using the css selector a[href*=”/event_volunteer/”].
How do I pass the lbpostid 25002 to the popup?
Ideally would be for me to put the form shortcode into the excerpt however the excerpt in my theme won’t allow it so I’ll looking for alternatives.
Thanks,
Leslie
- The topic ‘Pass Post ID to Popup’ is closed to new replies.