I have set up a custom field, which will be displayed on the New Ticket page when staff enter a ticket.
Right now, it displays underneath the message box and submit button. This is kind out "out of the way" for it's function.
EDIT: Solved that part, now I need to know if it's possible to put my radio buttons in seperate columns of a table and how would I edit this?
Problem is, the list of options is kind of long and would be better if I could place the radio buttons in more then one column.
For Reference, here is the code which pulls the custom field data into the New Ticket page:
PHP Code:
echo '<tr><td class="contenttableborder" colspan="2"><table border="0" cellpadding="0" cellspacing="" width="100%">'.SWIFT_CRLF;
renderStaffCustomFields(CUSTOMFIELD_STAFFTICKET, $_department["departmentid"]);
echo '</table></td></tr></table>';
Thanks in Advance,
~Paul