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
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
Hi ctecha,
You can use {amount} in the On Submit After Email box to do this.
Bob
You can use {amount} in the On Submit After Email box to do this.
Bob
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?
Is the {amount} and {name} fields corresponding to the names of the input fields?
Hi ctecha,
Yes and Yes - you can use it for any input name form the form.
Bob
Yes and Yes - you can use it for any input name form the form.
Bob
This topic is locked and no more replies can be posted.