helpdesk theme / form template area

Discussion in 'Templates customization' started by ccwjames, Nov 11, 2015.

  1. ccwjames

    ccwjames Member

    Joined:
    Sep 11, 2014
    Messages:
    430
    i want to add a few bits to the helpdesk area
    can you tell me where the template is for the helpdesk on making a ticket?

    i see the message subject ect, but want to move the Category of question and add other bits
  2. caesar

    caesar aMember Pro Developer Staff Member

    Joined:
    Oct 16, 2009
    Messages:
    2,295
    All templates related to helpdesk module can be found at
    amember/application/helpdesk/views/

    aMember build forms from PHP so to customize new ticket form you need to change PHP file.
    You can find related code in file amember/application/helpdesk/library/Am/Helpdesk/Strategy/Abstract.php method createNewTicketForm

Share This Page