To modify event form, follow these steps below to modify the form for customization:
- Modify the event form UI file
to include any additional input one would like to include on the event form./server/html/event-create.html.php
- Edit event class
class, in which save and edit event functions as/server/classes/cls_events.phpandsaveEvent(). Keep in mind that an event data is passed as a simple array.editEvent()
- Those two functions
are called insaveEvent, editEvent/ajax/event_manager.php
- Lastly, be sure to modify the database event table to include any additional data.