Home › Forums › Quform WordPress › Missing form elements
- This topic has 6 replies, 2 voices, and was last updated 2 weeks 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 3 weeks ago by
AAperture. Reason: Added in the notification code
Attachments:
You must be logged in to view attached files.January 6, 2026 at 11:23 am #37988Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
January 6, 2026 at 4:55 pm #37989AAperture
ParticipantDone. I have sent it over to you. Let me know if you need anything else.
January 7, 2026 at 11:41 am #37990Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
Attachments:
You must be logged in to view attached files.January 9, 2026 at 11:07 am #37996AAperture
ParticipantHi, yes I have emailed you via reply and also posted the login details below in the Feedback option.
Thank you for your help.
Kind Regards,
DarrenJanuary 12, 2026 at 12:11 pm #38000Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
- This reply was modified 2 weeks ago by
Ally.
January 12, 2026 at 12:18 pm #38002AAperture
ParticipantDone. Thank you very much for your help.
Regards,
Darren - This topic was modified 3 weeks ago by
- AuthorPosts
- You must be logged in to reply to this topic.
