Advertisement
chrishajer

Conditional notification for checkboxes

Jul 23rd, 2012
457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 3.23 KB | None | 0 0
  1. <body style="background-image:url(http://hammond-associates.com/wordpress1/wp-content/uploads/2012/07/HA_Background_25.jpg)">
  2.     <table align="center" width="600" style="border: #666666 1px solid;" cellpadding="0" cellspacing="0">
  3.         <tr>
  4.             <td bgcolor="#636363" style="border-bottom: #666666 1px solid;">
  5.                 <table border="0" align="left" cellpadding="5" cellspacing="4">
  6.                     <tr>
  7.                         <td>
  8.                             <a href="www.hammond-associates.com"><img src="http://hammond-associates.com/wordpress1/wp-content/uploads/2012/07/Logo_Email.jpg" alt="" border="0" /></a>
  9.                         </td>
  10.                         <td>
  11.                             <p style="font-family: neuton, helvetica, sans-serif;font-size: 16px;color: #999999;">| <em>experienced counsel on Philanthropy</em></p>
  12.                         </td>
  13.                     </tr>
  14.                 </table>
  15.             </td>
  16.      </tr>
  17.      <tr>
  18.         <td bgcolor="#FFFFFF" style="border-bottom:#666666 1px solid;">
  19.             <table width="600" border="0" cellpadding="0" cellspacing="0" align="center">
  20.                 <tr>
  21.                     <td bgcolor="#FFFFFF">
  22.                         <table width="510" border="0" align="center" cellpadding="0" cellspacing="0" style="font-family: neuton, helvetica, sans-serif; font-size: 14px;color: #0D0D0D;">
  23.                             <tr>
  24.                                 <td><p>Dear {Feel quite strongly that you,:8},<br /><br />I feel quite strongly that you should get in touch with my friend, {Should get in touch with my friend:2}, over at Hammond & Associates because:</p>
  25.                                     <ul>
  26.                                     [gravityforms action="conditional" merge_tag="{Over at Hammond because::3}" condition="contains" value="They did great work for me"]<li>They did great work for me</li>[/gravityforms]
  27.                                     [gravityforms action="conditional" merge_tag="{Over at Hammond because::3}" condition="contains" value="You'll like their philosophy"]<li>You'll like their philosophy</li>[/gravityforms]
  28.                                     [gravityforms action="conditional" merge_tag="{Over at Hammond because::3}" condition="contains" value="They know everyone in town"]<li>They know everyone in town</li>[/gravityforms]
  29.                                     [gravityforms action="conditional" merge_tag="{Over at Hammond because::3}" condition="contains" value="You need their help"]<li>You need their help</li>[/gravityforms]
  30.                                     [gravityforms action="conditional" merge_tag="{Over at Hammond because::3}" condition="contains" value="They're blackmailing me"]<li>They're blackmailing me</li>[/gravityforms]
  31.                                     </ul>
  32.                                     <p>Give them a call at 248.889.5200 or <a href="http://hammond-associates.com/wordpress1/ask-hammond">ask Hammond</a> a question.</p>
  33.                                     <p>Happy fundraising,<br />{I,:1}</p>
  34.                                 </td>
  35.                             </tr>
  36.                         </table>
  37.                     </td>
  38.                 </tr>
  39.             </table>
  40.         </td>
  41.     </tr>
  42.     <tr>
  43.         <td bgcolor="#636363" style="border-bottom: #666666 1px solid;">
  44.             <table border="0" align="center" cellpadding="4" cellspacing="0">
  45.                 <tr>
  46.                     <td>
  47.                         <img src="http://hammond-associates.com/wordpress1/wp-content/uploads/2012/07/Dotted_email.jpg" alt="" border="0" />
  48.                     </td>
  49.                     <td>
  50.                         <img src="http://hammond-associates.com/wordpress1/wp-content/uploads/2012/07/Logo_H_Email.jpg" alt="" border="0" />
  51.                     </td>
  52.                     <td>
  53.                         <img src="http://hammond-associates.com/wordpress1/wp-content/uploads/2012/07/Dotted_email.jpg" alt="" border="0" />
  54.                     </td>
  55.                 </tr>
  56.             </table>
  57.         </td>
  58.     </tr>
  59.     </table>
  60. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement