Where to put #_ADDBOOKINGFORM_IF_LOGGED_IN for it to work? #904
Answered
by
liedekef
refugeindhamma
asked this question in
Q&A
-
|
Hi Franky, I tried putting it in the header, body, footer templates and in the shortcode |
Beta Was this translation helpful? Give feedback.
Answered by
liedekef
Jan 1, 2026
Replies: 2 comments 1 reply
-
|
it goes in your RSVP form template |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
refugeindhamma
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




ok, I see. The #_ADDBOOKINGFORM_IF_LOGGED_IN works per event, but not for the header part of the multibooking form.
As you can see in your screenshot: you can't select any seats per event in your multibooking form (or, if the seats are hidden due to min/max=1: the html won't be there).
In your case, the header-section shows the part where you ask for info for all events in your multibooking (like name, email, ...). If you want to block this: use [eme_if] and check for the value of the placeholder #__IS_LOGGED_IN
However, easier in this case would be that you edit your WP page and in the page settings configure the EME access settings:
Or put the WP page to "private", that way only logged…