Hi,
Thankyou so much for the swift feedback.
Part of the problem is that its not just site address, its site address, phone and 2 other details.
If I were setup a table in mysql with LocationName, SiteAddress, SitePhone, SiteEmail and fetch this info on the ticket page and then on the form side, I add a custom form with SiteName field. When the end user submits a ticket they select the SiteName from the dropdown list. I do a if SiteName = LocationName then fetch LocationName, SiteAddress etc and display for that respective SiteName. Which variable do I need to use for SiteName for comparison ? I know bit of php and mysql any pointers would be helpful 🙂