- This topic has 1 reply, 2 voices, and was last updated 9 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Beginner Question on using #_ commands…(i.e. #_SUBMIT, #_CAPTCHAHTML)
So how can I use these #_ commands on pages within my wordpress site?
For instance, I set up a new event: •Vacation Bible School (VBS): August 10, 2015 : 9:00 am.
Location: Jamesville Community Church (http://jamesvillecommunitychurch.org/wordpress/). I want to display a registration screen which I understand is called an RSVP screen, on a subpage. I’ve turned on the RSVP for this event so far as I can tell but can’t figure out any way to display the RSVP screen on pages where I want it. I could not find any posts answering this basic question. How do I call to the RSVP function so to speak to get it to display? I tried adding this code to my page in the html text section but it did nothing…
<table class=’eme-rsvp-form’>
<tr><th scope=’row’>Parent / Guardian Last Name*:</th><td>#_LASTNAME</td></tr>
<tr><th scope=’row’>Parent / Guardian First Name*:</th><td>#REQ_FIRSTNAME</td></tr>
<tr><th scope=’row’>Number of Children Being Registered*:</th><td>#_SPACES</td></tr>
<tr><th scope=’row’>Parent / Guardian E-Mail*:</th><td>#_EMAIL</td></tr>
<tr><th scope=’row’>Parent / Guardian Phone number:</th><td>#_PHONE</td></tr>
<tr><th scope=’row’>Allergies or Other Medical Conditions:</th><td>#_COMMENT</td></tr>
#_CAPTCHAHTML{<tr><th scope=’row’>Please fill in the code displayed here:</th><td>#_CAPTCHA</td></tr>}
</table>
#_SUBMIT
Thanks in advance, new to eme, this plugin, etc. tried looking at the eme pages but they weren’t extremely helpful.
In your single event format settings, use the placeholder #_ADDBOOKINGFORM where you want the form to be shown, no seperate page needed.
See this also: http://www.e-dynamics.be/wordpress/?cat=8