|
[!]*********************************************
ERROR CHECKING FOR ENTRY FORM 1
*********************************************[/!]
[!]---- Company Name ----[/!]
[showif [__Company]=]
Company Name cannot be empty. Please go back and fill in ad Company Name.
[Text]everything=NotOK[/Text]
[/showif]
[!]---- Contact Name ----[/!]
[showif [__Contact_Person]=]
Contact Person cannot be empty.
[Text]everything=NotOK[/Text]
[/showif]
[!]---- Company Address ----[/!]
[showif [__Address]=]
Company Address cannot be empty.
[Text]everything=NotOK[/Text]
[/showif]
[!]---- City ----[/!]
[showif [__City]=]
City cannot be empty.
[Text]everything=NotOK[/Text]
[/showif]
[!]---- State ----[/!]
[showif [__State]=]
State cannot be empty.
[Text]everything=NotOK[/Text]
[/showif]
[!]---- ZipCode ----[/!]
[showif [__zipcode]=]
Zip Code cannot be empty.
[Text]everything=NotOK[/Text]
[/showif]
[!]---- Company Phone ----[/!]
[showif [__ContactNumber]=]
Company Phone cannot be empty.
[Text]everything=NotOK[/Text]
[/showif]
[!]---- Email ----[/!]
[showif [__Email]=]
Email cannot be empty.
[Text]everything=NotOK[/Text]
[/showif]
[!]---- TITLE ----[/!]
[showif [__title]=]
Ad Title cannot be empty. [Text]everything=NotOK[/Text] [/showif] |
||||