is there a way to set an organizer as standard for a specific user when submitting an event? So that one organizer is always auto selected until decided otherwise?
thank you for the answer! No, no submission from not logged in users is possible, and logged-in. I would ideally like to have the author auto-fill the organizer, but that does not work, does it? Therefore, maybe:
In the submission form, organizer selection, no organizer is present when the users starts. Is there a way to have the first organizer pre-set as standard? This would probably also be an option.
Dear Developers,
is there a way to set an organizer as standard for a specific user when submitting an event? So that one organizer is always auto selected until decided otherwise?
Best,
Timo
Hi,
I assume you are talking about the front-end submission form.
Do you allow events submissions from users that are not logged in?
I see I have something similar added to my code snippets. I'll attach it here.
The code snippet should be placed in your theme or child-theme functions.php file.
This code automatically sets the event author as organizer.
Let me know if this solution does not work for you.
Stachethemes Developer
Hi,
thank you for the answer! No, no submission from not logged in users is possible, and logged-in. I would ideally like to have the author auto-fill the organizer, but that does not work, does it? Therefore, maybe:
In the submission form, organizer selection, no organizer is present when the users starts. Is there a way to have the first organizer pre-set as standard? This would probably also be an option.
Best,
Timo