Events Made Easy › Forums › Generic › RSVP Form Will Not Work
- This topic has 19 replies, 2 voices, and was last updated 11 years, 7 months ago by Anonymous.
-
AuthorPosts
-
Fri 26 Apr 2013 at 22:00 #42779AnonymousInactive
I have set up a RSVP form as follows:
<table class=’eme-rsvp-form’>
<tr><th scope=’row’>Name*:</th><td>#_NAME</td></tr>
<tr><th scope=’row’>School Name*:</th><td>#_FIELD2</td></tr>
<tr><th scope=’row’>E-Mail*:</th><td>#_EMAIL</td></tr>
<tr><th scope=’row’>Phone Number*:</th><td>#_PHONE</td></tr>
<tr><th scope=’row’>Number Attending*:</th><td>#_SPACES</td></tr>
<tr><th scope=’row’>Unique Requirements :</th><td>#_COMMENT</td></tr>
#_CAPTCHAHTML[<tr><th scope=’row’>Please fill in the code displayed here:</th><td>#_CAPTCHA</td></tr>]
</table>
#_SUBMIT
However, I receive the following error whenever I try to submit the form.
You entered an incorrect code
Could you please help?
Thanks,
Rod
Fri 26 Apr 2013 at 22:20 #47667FrankyKeymasterWell … I would say that you entered an incorrect captcha code … can you provide a test link?
Fri 26 Apr 2013 at 23:24 #47668AnonymousInactiveThat is what I think…but I have verified the entry several times and continue to get the message. If you go to HTTP;//www.chstx.org/public_php you will be on my site and you can click on one of the listed events to be taken to the “events page” to signup.
Hope you can get to the bottom of my problem.
Thanks,
Rod
Sat 27 Apr 2013 at 09:00 #47669FrankyKeymasterI tried your site, but the page public.php doesn’t exist so I can’t find your events page.
Sat 27 Apr 2013 at 13:28 #47670AnonymousInactiveSat 27 Apr 2013 at 22:29 #47671FrankyKeymasterstill no rsvp form I can see
Sun 28 Apr 2013 at 02:31 #47672AnonymousInactivePlease try this link to one of the pages and then possible you can click on one of the listed events to get to the RSVP form.
http://www.hssctx.org/public_php/tour-information/
Rod
Sun 28 Apr 2013 at 02:41 #47673AnonymousInactiveI copied the code from the events page shown below to see if that will help.
<h1 class=”entry-title”>School Class Tour</h1>
</header><!– .entry-header –>
<div class=”entry-content cf”>
<p>1 Jul 2013 – 12:00 pm</p><p>Georgetown, TX 78626</p><p></p><p><form id=’eme-rsvp-form’ name=’booking-form’ method=’post’ action=’#eme-rsvp-message’><table class=’eme-rsvp-form’>
<tr><th scope=’row’>Name*:</th><td><input type=’text’ name=’bookerName’ value=’admin’ disabled=’disabled’ /><div class=’eme-required-field’> (Required field)</div></td></tr>
<tr><th scope=’row’>School Name*:</th><td><input type=’text’ name=’FIELD2′ value=’#_FIELD2′><div class=’eme-required-field’> (Required field)</div></td></tr>
<tr><th scope=’row’>E-Mail*:</th><td><input type=’text’ name=’bookerEmail’ value=’thelockes@suddenlink.net’ disabled=’disabled’ /><div class=’eme-required-field’> (Required field)</div></td></tr>
<tr><th scope=’row’>Phone Number*:</th><td><input type=’text’ name=’bookerPhone’ value=” /><div class=’eme-required-field’> (Required field)</div></td></tr>
<tr><th scope=’row’>Number Attending*:</th><td><select id=’bookedSeats’ name=’bookedSeats’><option value=’1′ >1</option><option value=’2′ >2</option><option value=’3′ >3</option><option value=’4′ >4</option>
<option value=’5′ >5</option><option value=’6′ >6</option><option value=’7′ >7</option><option value=’8′ >8</option><option value=’9′ >9</option><option value=’10’ >10</option><option value=’11’ >11</option>
<option value=’12’ >12</option><option value=’13’ >13</option><option value=’14’ >14</option><option value=’15’ >15</option><option value=’16’ >16</option><option value=’17’ >17</option>
<option value=’18’ >18</option><option value=’19’ >19</option><option value=’20’ >20</option><option value=’21’ >21</option><option value=’22’ >22</option><option value=’23’ >23</option>
<option value=’24’ >24</option><option value=’25’ >25</option><option value=’26’ >26</option><option value=’27’ >27</option><option value=’28’ >28</option><option value=’29’ >29</option>
<option value=’30’ >30</option><option value=’31’ >31</option><option value=’32’ >32</option><option value=’33’ >33</option><option value=’34’ >34</option><option value=’35’ >35</option>
<option value=’36’ >36</option><option value=’37’ >37</option><option value=’38’ >38</option><option value=’39’ >39</option><option value=’40’ >40</option><option value=’41’ >41</option>
<option value=’42’ >42</option><option value=’43’ >43</option><option value=’44’ >44</option><option value=’45’ >45</option><option value=’46’ >46</option><option value=’47’ >47</option>
<option value=’48’ >48</option><option value=’49’ >49</option><option value=’50’ >50</option> </select></td></tr>
<tr><th scope=’row’>Unique Requirements :</th><td><textarea name=’bookerComment’></textarea></td></tr>
<tr><th scope=’row’>Please fill in the code displayed here:</th><td><img src=’http://www.hssctx.org/public_php/wp-content/plugins/events-made-easy/captcha.php’>
<input type=’text’ name=’captcha_check’ /></td></tr>
</table>
<input type=’submit’ value=’Send your booking’/><span id=’honeypot_check’>Keep this field blank: <input type=’text’ name=’honeypot_check’ value=” /></span>
<p>(* marks a required field)</p>
<input type=’hidden’ name=’eme_eventAction’ value=’add_booking’/>
<input type=’hidden’ name=’event_id’ value=’220’/>
</form></p><p><div id=’eme-location-map_220_1367116396_0384′ class=”eme-location-map”></div><script type=’text/javascript’>
<!–//
latitude_220_1367116396_0384 = parseFloat(‘30.6365’);
longitude_220_1367116396_0384 = parseFloat(‘-97.6796’);
map_text_220_1367116396_0384 = ‘Georgetown Library
402 West 8th Street – Georgetown, TX 78626
Details‘;enable_zooming_220_1367116396_0384 = ‘true’;
//–>
</script></p> </div><!– .entry-content –>
Rod
Sun 28 Apr 2013 at 21:26 #47674FrankyKeymasterI still can’t see any registration form. Did you use the option to require wordpress membership for registrations?
Mon 29 Apr 2013 at 00:16 #47675AnonymousInactiveI cancelled it out because I thought it would make it easier for you to view.
Mon 29 Apr 2013 at 08:22 #47676FrankyKeymasterWell, sorry …
Just find a link to an event yourself that shows the registration form without being logged in into wordpress and let me know that one.
Mon 29 Apr 2013 at 14:52 #47677AnonymousInactiveHope this one works.
http://www.hssctx.org/public_php/events/4/school-class-tour/
Mon 29 Apr 2013 at 15:51 #47678FrankyKeymasterNo RSVP form on that page
Mon 29 Apr 2013 at 19:55 #47679AnonymousInactiveI see the form at this link.
http://www.hssctx.org/public_php/events/4/school-class-tour/
I have no ideal of how else to get you the information you need.
From the error code it appears that the CAPTCHA is not working. I enter the code get the error message “You entered an incorrect code”. the file “events-made-easy/captcha_check.php (inactive) shows under edit to be showing the error.
Any help would be appreciated.
Rod
Mon 29 Apr 2013 at 21:45 #47680FrankyKeymasterSorry, but if you can’t provide a link to a working RSVP form, I can’t help you here.
Can you see the RSVP form when you’re NOT logged in into wordpress?
Mon 29 Apr 2013 at 21:48 #47681AnonymousInactiveNo
Mon 29 Apr 2013 at 22:02 #47682AnonymousInactiveThis link works on a second computer here. http://www.hssctx.org/public_php/events/4/school-class-tour/
Mon 29 Apr 2013 at 22:37 #47683FrankyKeymasterOk, I saw the login form now. Indeed it seems there’s something wrong with your setup: I think your php or wordpress installation blocks php sessions, can that be? I do have the php session cookie, but it always returns the same error you have when entering the correct value.
This is normally only the case when the server has issues with the php session storage …
Tue 30 Apr 2013 at 00:27 #47684AnonymousInactiveThanks Franky,
I have submitted a ticket to my web host to see if they can address these issues.
Rod
Tue 30 Apr 2013 at 13:49 #47685AnonymousInactiveMy web host has corrected the problem and my form works as it should! This item is closed.
Events-Made-Easy is a fantastic plugin which I highly recommend…especially the support, knowledge and service can not be beat.
Thanks again,
Rod
-
AuthorPosts
- The forum ‘Generic’ is closed to new topics and replies.