Advertisement
Guest User

Untitled

a guest
Oct 7th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <p>
  2.     If you are having difficulty accessing your documents, please call your insurance
  3.     <cfif qryPolicy.agentOfficeAreaCode NEQ "">
  4.         agent at #qryPolicy.agentOfficeAreaCode#-#qryPolicy.agentOfficeExchange#-#qryPolicy.agentOfficeNumber#.
  5.     <cfelseif qryPolicy.agencyMainAreaCode NEQ "">
  6.         agent at #qryPolicy.agencyMainAreaCode#-#qryPolicy.agencyMainExchange#-#qryPolicy.agencyMainNumber#.
  7.     <cfelse>
  8.         agent.
  9.     </cfif>                        
  10.     <cfif IsValid("email", qryPolicy.agentEmailAddress)>
  11.         You may also email your agent at #qryPolicy.agentEmailAddress#.
  12.     <cfelseif IsValid("email", qryPolicy.agencyEmailAddress)>                          
  13.         You may also email your agent at #qryPolicy.agencyEmailAddress#.
  14.     </cfif>
  15. </p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement