Is it possible to set the 'Notification to User' text to be different based on the values provided in the form submission?
For example:
if ({Phone:Field} == 'x')
{ Thanks for the number. We'll be in touch soon}
else
{ Thanks for contacting us.}
Is it possible to set the 'Notification to User' text to be different based on the values provided in the form submission?
For example:
if ({Phone:Field} == 'x')
{ Thanks for the number. We'll be in touch soon}
else
{ Thanks for contacting us.}
No, this isn't currently possible. It's a feature we would like to add in the future but it isn't something Notifications can currently do. If you wanted to do this you'd have to write your own custom notifications using PHP and the available API hooks.