Missing form elements

Home Forums Quform WordPress Missing form elements

This topic is: not resolved
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #37981
    AAperture
    Participant

    Hi, 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.
    #37988
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #37989
    AAperture
    Participant

    Done. I have sent it over to you. Let me know if you need anything else.

    #37990
    Ally
    Support Staff

    You 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.
    #37996
    AAperture
    Participant

    Hi, 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,
    Darren

    #38000
    Ally
    Support Staff

    You 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.
    #38002
    AAperture
    Participant

    Done. Thank you very much for your help.

    Regards,
    Darren

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2025 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy