How to export values from form into the thank you page?

ctecha 23 Mar, 2011
Hi everybody,

I have a form where I'm accepting donations and on the thank you page I would like to use the value from the "name" field and the value from the "amount" field in the thank you message. Example would be:

Hi ($name),

Thank you for your donation of ($amount). Is there any way to do this? I have the thank you page text in the "On Submit Code - After Sending Email" section on the form code page.

Thanks for the help
GreyHead 23 Mar, 2011
Hi ctecha,

You can use {amount} in the On Submit After Email box to do this.

Bob
ctecha 23 Mar, 2011
thanks bob would you do the same thing for the name as well like {name}?

Is the {amount} and {name} fields corresponding to the names of the input fields?
GreyHead 23 Mar, 2011
Hi ctecha,

Yes and Yes - you can use it for any input name form the form.

Bob
ctecha 23 Mar, 2011
thanks bob i appreciate the help
This topic is locked and no more replies can be posted.