Can I change the font color in notifications based on a form value?

My form has several questions with default answers selected. If the user changes a default selection to something different I’d like to highlight that in the notification that my team receives. Can I create a notification that lists all those questions and changes the font color to red for any question where the user selected something other than the default?

You could certainly create multiple notifications and send them conditionally based on responses in the form. But I think you are asking for some custom coding?

There are these hooks that could be used: https://i.imgur.com/rPQIYZM.png

Another solution would be to create a text field with administrative visibility, allowing you to create a note that shows up for admins:

It looks like this in the email:
image

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.