Posted: July 29, 2017 at 11:43 am
I followed this procedure for creating a waiting list with Ninja Forms, but nothing appears for the event with the SOLD OUT message. Can you help? I created the Ninja form, pasted the PHP code into functions.php, and replaced the sample form ID with the correct one for my form. THANKS! |
|
P.S. Here is a link to a sold-out event on our test site: |
|
Oh, and I’m using Ninja Forms 3.1.6, and EE 4.9.45p. Here’s the code from my functions.php:
|
|
Hmm, suddenly today I’m seeing the Wait List form! Not sure what changed, if anything. But I only see it for an event where ALL the datetimes are sold out (see Acting Pre-Teen on this page). I’m not seeing the Wait List form for another event where ONE datetime is sold out but tickets are still available for that event’s OTHER datetime (see Sing Dance Act on that same page). Can I edit the PHP function so that an event’s Wait List triggers when ANY of that event’s datetimes are sold out? |
|
Oops, another issue: It seems when I’m trying to make the Wait List function work on a category page, the form appears only for the first SOLD OUT instance? Again, see this page, where I now also have Acting Teen sold out, in addition to Acting Pre-Teen, but only the latter is showing the Wait List form. This most recent problem is less critical to our site than the problem of getting SOMETHING to trigger when ANY of the datetimes are sold out for an event. If we can get the trigger to work right, I can change the “something” to a link to a generic Wait List form on another page, where the user can fill in the name and date of the event manually. Thanks for any assistance you can provide! 🙂 |
|
Looking at this event: http://wp.hobokenchildrenstheater.com/events/sing-dance-act-2017-fall/ Are the individual tickets set to only give access to each specific datetime? There’s another version of the Ninja form function here: https://gist.github.com/Pebblo/c48f75894b232f405727cf5ebfa4f119 That loops over all of the available tickets on an event and if any of them have a status of sold out, displays the form. Will that work for you? |
|
Yes, the individual tickets each give access only to the associated datetime. That alternate version of the function worked, thanks!! |
|
The support post ‘EE4 wait list with Ninja Forms not working’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.