- Edited
I'm trying to get started with OSTicket 1.8.1.1 on a Linux/Apache Shared Hosting Environment (BaptistHost.net). Here's how I want to set it up:When a person goes to create a support ticket, in addition to the normal stuff (Name, Email, description of issue, etc.), I want to have three different sets of options available, preferably each that change when someone selects a different option from a drop-down menu:So for example, when someone selects type of issue from a drop down menu, there would be three custom types: Type A, Type B, Type C.When a person selects Type A from the menu, some additional fields are added automatically to the form relevant to that type. If someone selects Type B instead, a different set of additional fields are added to the form relevant to that type, etc.I then also want to set it up so that all the Type A forms are assigned and go only to one department, and all the Type B forms to another department, etc.How can we properly set that up? Additionally, I need to ensure that the departments that are assigned these tickets get email notifications in their inboxes of these tickets. Also, it'd be good if these people can respond to the tickets all through their email systems without having to login to OSTicket (just login once a day to close all the tickets). That way people can respond to these when on their mobile devices via email.Also, do we need to roll any CRON jobs for OSTicket?Thanks a bunch for any info you can provide!