Home › Forums › Quform WordPress › Field description in email
hi there, is it possible to pass the descriptions from Dropdown fields to the notification email?
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
Hi Ally,
Following on from that code example (which is perfect for my needs too) …
If you replace the config('description') with config('label') you could output the label text – correct?
config('description')
config('label')
And for the admin label you would use config('adminLabel') – correct?
config('adminLabel')
Thanks
thanks ally 👍
Close ticket