Contact Plugin Template
Created 6 years ago by carsonsuite

Hey!

I have a contact form that is being sent successfully over the Sparkpost API. I'm using a message_view partial as a template for the emails being sent by the form. The message_view is not rendering the {tags}, but I am successfully getting the message view in the email. Is my syntax incorrect to render out what is being passed through the form? Here is an example of my message_view twig file: http://go.web901.io/sJLSls

ryanthompson  —  6 years ago

Close! It's basic Twig here - and the object input is available which is basically the forms stream entry record.

{{ input.budget }}

For example ^