Tell us what you are trying to do?
I have a form with 2 hidden fields.
[cred_generic_field field='hiddenfirstname']
[cred_generic_field field='hiddenlastname']
I populate these fields from custom fields in the post the user is viewing. This is working well. Now, I want to compose an email notification and use the fields in the email - eg:
Dear [ 'hiddenfirstname'] ['hiddenlastname'], thank you for .....
What is the syntax to reference these fields? I hope you can help! thanks.
To use the generic fields in notifications you need to generate custom placeholders for them which you can then use in the body (or subject) of your notification emails.
My issue is resolved now. Thank you!
Thanks so much - I could not find that answer 0- didn't know it would be listed as placeholder field - searched madly using other terms and couldn't find it.
Is there nothing toolset cant do? This answer is part of a solution that I have been trying to resolve with formidable for 1 month. Done & dusted in 1 night. thanks.