Jump to content

Suppot Departments


Adamski

Recommended Posts

Hi,

 

I'm trying to alter the support ticket template (step-two) so that the client can choose the support department from a drop down list

 

I am assuming I need to use {foreach..} but not too sure what else and I can't get it working!

 

Any pointers?

 

Thanks

 

Adam

Link to comment
Share on other sites

To add this is what I have so far:

 

<tr><td>{$LANG.supportticketsdepartment}:</td><td><select name="deptid">{foreach key=num item=department from=$department.name}<option value="{$department.name}">{/foreach}</select></td></tr>

 

The drop down box is displayed it just isn't populated!

 

Adam

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated