Home › Forums › Quform PHP › Howto put some form input values into the autoreply mail ?
- This topic has 4 replies, 2 voices, and was last updated 9 years, 9 months ago by Ally.
- AuthorPosts
- February 11, 2015 at 11:23 am #13829aixtremeParticipant
I need to put some form input values into the autoreply mail.
Something like “Hello %name%,”
Found no documentation about this issue.Thanks for your answer.
aixtreme
February 11, 2015 at 1:31 pm #13836AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
February 11, 2015 at 2:23 pm #13839aixtremeParticipantThanks for your answer.
But I’ve tried this before in several variations. Attached you find my relevant source files.
Please take a look at “readme_please_first.txt” in the ZIP because there are the relevant source positions (line…) for this issue mentioned. It is only the problem of the input from “nachname” in the autoreply mail. Everything else is working.Sorry for your effort
Aixtreme
Attachments:
You must be logged in to view attached files.February 11, 2015 at 2:37 pm #13842aixtremeParticipantJust noticed that it is working with <?php echo $form->getValue(‘nachname’); ?>
(I’ve tried it with <?php echo $form->getValueHtml(‘nachname’); ?>) before.
Is there a problem possible while using only <?php echo $form->getValue(‘nachname’); ?> ?thanks for your answer
Aixtreme
February 12, 2015 at 12:57 pm #13856AllySupport 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.