Posted: October 31, 2024 at 12:17 pm
Is it possible to sort the events dashboard by date on load? |
|
To clarify, we know you can click the headings in the table, but we’d like the initial sort order to be by the events date. |
|
A couple of additional questions from my client if you don’t mind, or I can open separate threads… > If someone registers for an event and an account is created for them, will subsequent registrations with the same email address appear in that users account? > While doing a test registration, I couldn’t find a way to go back to the Registration/Attendee Information screen after proceeding to payment options. I imagine someone might need to go back to correct a name misspelling or email address, etc. Is this possible? |
|
Hi there,
Yes, its possible using a snippet like this: https://gist.github.com/joshfeck/3ad962e282219f922021ebf55d6d79e2 That just sets the filters using the Query string for the menu item and as it stands orders ASC and only upcoming events. From the above you’ll likely need something like:
Only if using the same First Name, Last Name and Email, but yes. Note for this to work they need the WP user integration add-on active.
Not from Payment Options to Attendee info no, they would need to restart the registration currently. However, the thank you page does have the option to edit the registrant date and a link can be included in the emails if needed. |
|
Great, thanks for the info! One more related question, is there a filter on the “Overview” tab link as well? https://imgur.com/a/ardJdiM |
|
Not that I can see but I’ve asked one of our devs to double check. |
|
You must be logged in to reply to this support post. Sign In or Register for an Account