Home › Forums › Quform WordPress › Selectbox Values not shown in Email!
- This topic has 1 reply, 2 voices, and was last updated 1 month ago by
Ally.
- AuthorPosts
- July 25, 2025 at 3:41 pm #37875
Dirk
ParticipantHi there,
I’m using QForm (latest version) and encountered a frustrating issue with Select/Dropdown fields when used in email templates.
Setup:
I have the following fields in my form:Salutation (Select) → ID: 3_13 (e.g. Mr, Mrs, Other)
Title (Text or Select) → ID: 3_14
Name (Text) → ID: 3In the confirmation email, I want to display something like:
Hello {element|id:3_13} {element|id:3_14} {element|id:3},
The issue:
In the received email, {element|id:3_13} and {element|id:3_13|label} are completely empty – even though the values are:visible in the form on submit, ✅
saved correctly in the backend entry, ✅
and appear correctly in {all_elements} logs. ✅What I already tried:
“Show in email” is enabled for all fieldsNo conditional logic is enabled ✅
Field is visible, not hidden ✅
Tried both |label and without ✅Created a hidden text field (3_17) with a dynamic default value:
{element|id:3_13|label} {element|id:3_14|label}
→ Still results in empty value in the email.
document.querySelector(‘[name=”3_17″]’).value = ‘Some combined value’;
Bottom line:
Data is saved ✅
Appears in admin ✅
But email rendering completely ignores itQuestion:
Is this a known issue?
Or is there a documented method to reliably use Select/Dropdown values (either value or label) in outgoing emails?Right now, this is blocking a live project – would appreciate any working solution or insight.
Thanks in advance!
Best regards,
DirkJuly 28, 2025 at 9:12 am #37877Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
- AuthorPosts
- You must be logged in to reply to this topic.