Home › Forums › Quform WordPress › Missing form elements
- This topic has 0 replies, 1 voice, and was last updated 2 days ago by
AAperture.
- AuthorPosts
- January 3, 2026 at 2:13 pm #37981
AAperture
ParticipantHi, I have added a couple of conditional form entries, nothing too hard and they are working as they should. The problem is they are not showing on the actual email? They are showing in the database but for some reason no matter what I do they are not making in onto the email that is sent when the form is submitted? I have checked the send in email and also add to database options in the elements settings but to no avail?
Here is the notification code:
<p style=”color:red;font-weight:bold;”>TEST MARKER 11:15</p>
<table style=”border-collapse: collapse; width: 100%;” role=”presentation” width=”100%” cellspacing=”0″ cellpadding=”0″>
<tbody><tr>
<th style=”font-weight:600;text-align:left;width:220px;padding:4px 6px;border:none;”>Company</th>
<td style=”padding:4px 6px;border:none;”>{element|id:56}</td>
</tr><tr>
<th style=”font-weight:600;text-align:left;width:220px;padding:4px 6px;border:none;”>Branch</th>
<td style=”padding:4px 6px;border:none;”>{element|id:54}</td>
</tr><tr>
<th style=”font-weight:600;text-align:left;width:220px;padding:4px 6px;border:none;”>Agent Name</th>
<td style=”padding:4px 6px;border:none;”>{element|id:8}</td>
</tr><tr>
<th style=”font-weight:600;text-align:left;width:220px;padding:4px 6px;border:none;”>Agent Email</th>
<td style=”padding:4px 6px;border:none;”>{element|id:55}</td>
</tr><tr>
<th style=”font-weight:600;text-align:left;width:220px;padding:4px 6px;border:none;”>Address Line One</th>
<td style=”padding:4px 6px;border:none;”>{element|id:57}</td>
</tr><tr>
<th style=”font-weight:600;text-align:left;width:220px;padding:4px 6px;border:none;”>Address Line Two</th>
<td style=”padding:4px 6px;border:none;”>{element|id:62}</td>
</tr><tr>
<th style=”font-weight:600;text-align:left;width:220px;padding:4px 6px;border:none;”>Postcode</th>
<td style=”padding:4px 6px;border:none;”>{element|id:58}</td>
</tr><tr>
<th style=”font-weight:600;text-align:left;width:220px;padding:4px 6px;border:none;”>Bedrooms</th>
<td style=”padding:4px 6px;border:none;”>{element|id:78|value=label}</td>
</tr><tr>
<th style=”font-weight:600;text-align:left;width:220px;padding:4px 6px;border:none;”>Property Type</th>
<td style=”padding:4px 6px;border:none;”>{element|id:79|value=label}</td>
</tr><tr>
<th style=”font-weight:600;text-align:left;width:220px;padding:4px 6px;border:none;”>Property Value</th>
<td style=”padding:4px 6px;border:none;”>{element|id:80|value=label}</td>
</tr><tr>
<th style=”font-weight:600;text-align:left;width:220px;padding:4px 6px;border:none;”>Approx SQ FT</th>
<td style=”padding:4px 6px;border:none;”>{element|id:96|value=label}</td>
</tr><tr>
<th style=”font-weight:600;text-align:left;width:220px;padding:4px 6px;border:none;”>Property Access</th>
<td style=”padding:4px 6px;border:none;”>{element|id:81|value=label}</td>
</tr><tr>
<th style=”font-weight:600;text-align:left;width:220px;padding:4px 6px;border:none;”>Contact Who</th>
<td style=”padding:4px 6px;border:none;”>{element|id:82|value=label}</td>
</tr><tr>
<th style=”font-weight:600;text-align:left;width:220px;padding:4px 6px;border:none;”>Is there a detached garage?</th>
<td style=”padding:4px 6px;border:none;”>{element|id:118|value=label}</td>
</tr><tr>
<th style=”font-weight:600;text-align:left;width:220px;padding:4px 6px;border:none;”>Is the property vacant?</th>
<td style=”padding:4px 6px;border:none;”>{element|id:119|value=label}</td>
</tr><tr>
<th style=”font-weight:600;text-align:left;width:220px;padding:4px 6px;border:none;”>Is there an alarm?</th>
<td style=”padding:4px 6px;border:none;”>{element|id:120|value=label}</td>
</tr><tr>
<th style=”font-weight:600;text-align:left;width:220px;padding:4px 6px;border:none;”>Is there a garden?</th>
<td style=”padding:4px 6px;border:none;”>{element|id:117|value=label}</td>
</tr><tr>
<th style=”font-weight:600;text-align:left;width:220px;padding:4px 6px;border:none;”>Client First Name</th>
<td style=”padding:4px 6px;border:none;”>{element|id:66}</td>
</tr><tr>
<th style=”font-weight:600;text-align:left;width:220px;padding:4px 6px;border:none;”>Client Last Name</th>
<td style=”padding:4px 6px;border:none;”>{element|id:69}</td>
</tr><tr>
<th style=”font-weight:600;text-align:left;width:220px;padding:4px 6px;border:none;”>Client Email</th>
<td style=”padding:4px 6px;border:none;”>{element|id:70}</td>
</tr><tr>
<th style=”font-weight:600;text-align:left;width:220px;padding:4px 6px;border:none;”>Client Phone #</th>
<td style=”padding:4px 6px;border:none;”>{element|id:67}</td>
</tr><tr>
<th style=”font-weight:600;text-align:left;width:220px;padding:4px 6px;border:none;”>Send the invoice to the</th>
<td style=”padding:4px 6px;border:none;”>{element|id:46|value=label}</td>
</tr><tr>
<th style=”font-weight:600;text-align:left;width:220px;padding:4px 6px;border:none;”>Parking</th>
<td style=”padding:4px 6px;border:none;”>{element|id:45|value=label}</td>
</tr><tr>
<th style=”font-weight:600;text-align:left;width:220px;padding:4px 6px;border:none;”>Vendor paid services</th>
<td style=”padding:4px 6px;border:none;”>{element|id:122|value=label}</td>
</tr><tr>
<th style=”font-weight:600;text-align:left;width:220px;padding:4px 6px;border:none;”>Vendor paid services further details</th>
<td style=”padding:4px 6px;border:none;”>{element|id:124}</td>
</tr><tr>
<th style=”font-weight:600;text-align:left;width:220px;padding:4px 6px;border:none;”>Services</th>
<td style=”padding:4px 6px;border:none;”>{element|id:48|value=label}</td>
</tr><tr>
<th style=”font-weight:600;text-align:left;width:220px;padding:4px 6px;border:none;”>Further Details / Must get shots</th>
<td style=”padding:4px 6px;border:none;”>{element|id:71}</td>
</tr></tbody>
</table>Thank you for your help 🙂
- This topic was modified 6 hours, 37 minutes ago by
AAperture. Reason: Added in the notification code
Attachments:
You must be logged in to view attached files. - This topic was modified 6 hours, 37 minutes ago by
- AuthorPosts
- You must be logged in to reply to this topic.
