• Resolved virenentice

    (@virenentice)


    Hi i have template files in my theme but i want to have separate add event page and separate edit page… both are using event_submit.php

    Another is there a way i can have add event in multi step or multi page form.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @virenentice

    As per our plugin process, it will be the same template for the insert and update process. If you want to extend you can customize the template as per your needs.

    We already have preview step if you want to add more steps then you need to customize it from your end with add_filter( ‘submit_event_steps’,’YOUR CUSTOM FUNCTION NAME TO ADD MORE STEPS’);

    Make sure you have written proper functions to store each and every step.

    Thank you

    Thread Starter virenentice

    (@virenentice)

    fine thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Separate add event and separate edit page’ is closed to new replies.