Home › Forums › Quform PHP › Labels in the mail message
Hello,
On the message I want only something like that:
Name: Lionel
To get Lionel I am using the following code: <?php echo $form->getElement('name')->getFormattedValue('html'); ?>
<?php echo $form->getElement('name')->getFormattedValue('html'); ?>
How can I get the LABEL Name?
I tried this code, but I got an error:
<?php echo $form->getLabel('name')->getFormattedValue('html'); ?>
Thanks in advance, Cruxy
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
Thank you very much Ally:)
It works perfect.
Have a nice day, Cruxy