- This topic has 5 replies, 2 voices, and was last updated 12 years, 11 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- The forum ‘Generic’ is closed to new topics and replies.
Events Made Easy › Forums › Generic › RSVP form not working for non-registered users
I am having an issue with the RSVP form. Everything works fine for a user who is logged in, but for non-registered users the booking is made, the person and their info is added to the list, but the person id does not link to the newly formed booking. The result is that the event shows an unnamed person as the registrant.
Does this problem sound familiar to anyone?
Which version are you using?
I am using Events Made Easy 1.0.1.
I took a look at the database and it seems that all of the non-registered bookings get assigned a person id of 0.
I just tried it here and it seems to be working ok: non-registered bookings appear just fine and get a person id. But maybe you mean something else with “The result is that the event shows an unnamed person as the registrant”? What do you mean by this (what EME setting are you using that allows you yo deduce this?)
I found the issue. There is a problem with the W3 Total Cache Plugin. I suspect it has something to do with the URL rewriting. Is there some relative path or external file involved in the booking form?
I have some experience coding, so I’m trying to track down exactly what’s wrong. It would help if you can point me in the right direction. How does the booking form work? I see that it populates two tables: one for the person and one for the booking. Why would one work without the other?
Searching for Total Cache in the forum gives me this:
http://www.e-dynamics.be/bbpress/topic.php?id=1170#post-4617
and also, from the doc site (for minify):
http://www.e-dynamics.be/wordpress/?page_id=383
Maybe that can help you?