PDA

View Full Version : displaying form data in thanks & specified email addr messages


gailp
02-03-2007, 04:09 PM
I am attempting to display form data in the thanks & specified email address messages by putting the {element} name ( in my case {Full_Name}) in the message. But nothing is displayed. I am not using a table. I just created the form. The email Form To: sends an email with all the inputed elements. What am I doing wrong?

Thanks

echologic
02-05-2007, 03:11 PM
Hi Gail,

What version of Fabrik are you using? That was a bug that should be fixed with the 1.0.2 release.

Thanks,
-Graylan King

echologic
02-05-2007, 03:12 PM
Also, did the user receive a receipt at all, or is it just the placeholders that arent working?

-Graylan King

iagirl215
02-08-2007, 10:25 AM
Gail - make certain all your text is lower case. If you're using {Full_Name} it won't work but {full_name} will.

wilfy
02-08-2007, 12:03 PM
keri it will probably be case sensitive rather than all lowercase, especially on unix servers

i have this problem too gail. are you using the module? i'm just going to test it on a component form

wilfy
02-08-2007, 12:11 PM
just tried it using a component form and i still get blanks where there should be data

<p>Dear &nbsp;</p><p>Many thanks for registering for the Axe District Fun Day 2007. Further details will follow at a later date including your unique reference number needed for entry into the event.</p><p>You have requested:</p><p> Ticket/s<br /> Ticket/s<br /> Ticket/s</p><p>We look forward to seeing you!</p><p>The Axe Fun Day Team</p>

i'm using 1.0.2 as well

iagirl215
02-08-2007, 06:42 PM
yes - case sensitive but also lowercase. I had caps in my titles and they didn't work then changed both the element and form info to lowercase and it worked.