- This topic has 3 replies, 2 voices, and was last updated 5 years, 8 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Membership Form
I maybe posting in the wrong place. Cannot find a new post button.
I have been trying to create a Membership Form on a page.
This is the code I have used:
[eme_add_member_form]
#_LASTNAME
#_FIRSTNAME
#_EMAIL
#_SUBMIT
This is the output I am getting:
#_LASTNAME
#_FIRSTNAME
#_EMAIL
#_SUBMIT
What am I doing wrong?
Thanks in advance – Sam
See the doc on this shortcode: https://www.e-dynamics.be/wordpress/category/documentation/6-shortcodes/eme_add_member_form/
You need to first define the membership, configure the needed templates and then use the id or name as option to this shortcode. Mentioning #_LASTNAME below the shortcode will do nothing and show it just as text, you need to use those in the setting “membership form” when defining the membership.
Thank you.
I seem to be going nowhere fast.
Here is what I have done:
1. Defined the membership name=MKP and id=1.
2. Configured a template (the template id is 4):
[eme_add_member_form id=1]
#_LASTNAME
#_FIRSTNAME
#_EMAIL
#_SUBMIT
3. Created a page with [eme_events template_id=4]
4. When loading the page all I get is a blank page with the page title.
Totally lost!