November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hi,
Has anyone found a way around IF/Else in the Email template?
Thanks,
Rams
You could use the Placeholder API to achieve this by extending the DefaultPlaceHolderProvider. Conditional logic can be added in your custom implementation to set your form field placeholder value to specific HTML based on the form field value.
Refer to documentation https://docs.developers.optimizely.com/content-cloud/v1.2.0-forms/docs/placeholder-api
This blog shows an example of how to extend the DefaultPlaceHolderProvider https://devblog.gosso.se/2017/02/customize-summary-in-emails-from-episerver-forms/
Hi,
Is it currently possible to add an IF/ELSE logic in email templates for Episerver.Forms?
The email I want to setup in one of the forms will show varying content, based on the user-selected dropdown value in the form.
I tried setting up the dropdown field to store the content-specific HTML in the value but validation says it can't take any comma's.
Any help would be appreciated!
Kind regards,
Nicola