{|Form.Title|} not displaying form title in email subject of a custom sitefinity form

157 Views Asked by At

I am trying to show my sitefinity form title in my response email subject like this solution.

When I use {|Form.Title|} in my subject it prints as it is without fetching the actual title. I am directly updating the subject column in my sql server database using the below query

UPDATE [sf_notif_msg_template] SET [subject] = '{|Form.Title|}' WHERE [id] = '9FC119BA-FD37-6072-98E5-FF000022C5F7';

I have searched on the limited sitefinity forums but no help.

EDIT : {|Form.Title|} works perfectly fine in email body and prints the actual form title

1

There are 1 best solutions below

1
On

Have you tried {|FormDescription.Title|} instead of {|Form.Title|}? The image from the knowledgebase article you provided appears to show that in the column (red box in image).

Knowledgebase image