- This topic has 3 replies, 2 voices, and was last updated 11 years, 9 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The forum ‘Generic’ is closed to new topics and replies.
Events Made Easy › Forums › Generic › problem with #eme-rsvp-message
Tagged: anchor, eme rsvp message
Hi
I noticed today that when someone registers to an event, the anchor #eme-rsvp-message goes to the wrong page (another than the current page).
In my case it goes to : http://www.beinstitute.fr/fr/events/10/programme-de-meditation-mbsr-en-janvier-2012/#eme-rsvp-message
instead of going to :
http://www.beinstitute.fr/programme/mbct-une-approche-dediee-a-la-depression/#eme-rsvp-message
which is the page where the registration form is.
I guess the problem is in eme_rsvp.php:
$destination = eme_event_url($event).”#eme-rsvp-message”;
Can you help me please?
thanks
How did you get the event info on that page (what shortcode did you use)?
I’m thinking that just changing
$destination = eme_event_url($event)."#eme-rsvp-message";
to
$destination = "#eme-rsvp-message";
should work …
I use this : [display_single_event id=10]
indeed your solution works.
do you plan to correct it in the trunk version?
It is already in the released version 🙂