In wordpress admin if i go to the form section and then I click "Notifications" then in message area I put the html code something like that for all fields . like its a huge code I just put a small html snippet. If you can give me your email address then I can send you the screen shot or the link of my URL.
"Name: {First Name:2} {Last Name:3}
Phone: {Phone:4}
Email: {Email:5}
Moving From: {Moving From:7}
Moving To: {Moving To:8}
Moving Date: {Moving Date:9}
<table>
<tbody>
<tr>
<td style="vertical-align: top;">
<table style="font-size: 10px;">
<thead>
<tr>
<th>Item</th>
<th>Quantity</th>
<th>Weight (lbs)</th>
<th>Volume (cu. ft.)</th>
</tr>
</thead>
<tbody>
<tr>
<td>Appliances</td>
</tr>
<tr>
<td>AirConditioner Large</td>
<td>{AirConditioner Large:20}</td>
<td>{Volume:42}</td>
<td>{Weight:41}</td>
</tr>
<tr>
<td>AirConditioner Small</td>
<td>{AirConditioner Small:25}</td>
<td>{Volume:43}</td>
<td>{Weight:45}</td>
</tr>
<tr>
<td>Dehumidifier</td>
<td>{Dehumidifier:29}</td>
<td>{Volume:44}</td>
<td>{Weight:46}</td>
</tr>
<tr>
<td>Diswasher</td>
<td>{Diswasher:488}</td>
<td>{Volume:489}</td>
<td>{Weight:490}</td>
</tr>
<tr>
<td>Dryer</td>
<td>{Dryer:478}</td>
<td>{Volume:48}</td>
<td>{Weight:49}</td>
</tr>
<tr>
<td>Freezer 10 or less</td>
<td>{Freezer 10 or less:50}</td>
<td>{Volume:51}</td>
<td>{Weight:52}</td>
</tr>"
Posted 11 years ago on Thursday February 21, 2013 |
Permalink