Job Type Conditional Statement Help
I would like to change the "Job Description" and "How To Apply" text depending on the Job Type. I have two Job Types, if it is listed in Job A I would like "Job Description" to read "Job A Description" and so on for the other categories/types.
`<?
If ($category=20)
{"Job A Description"}
Else
{"Job B Description"}
End If
?>`
What would I use in place of $category for type? Any help would be appreciated. Thanks!