Hi this post is in response to a previous thread – https://theeventscalendar.com/support/forums/topic/how-to-disable-organizer-details-on-front-end-submission/ where I made the changes that were suggested and nothing happened except that I received a number of emails from user who said they couldn’t submit their events.
Here’s what I need to do:
1) Delete the “organizer details” option on the event submission form.
2) Prevent the dialogue “are you sure you want to do this?” from popping up after they hit submit. After a user hits submit I need the page to go directly to my custom ‘Thank you’ page.
How do I do this? I followed instructions from the previous post and commenting out did nothing and when I deleted the two lines of code posted below it broke the submission form.
<?php tribe_get_template_part( ‘community/modules/organizer’ ); ?>
<?php do_action( ‘tribe_events_community_before_form_submit’ ); ?>
Obviously I made some mistakes and I appreciate your attention with helping me delete or comment out the correct parts of the code so my event submissions will be a bit more seamless for my users.
Thanks!