I would like to use constants in the CF7. For example:
[const const-url "http://google.com"]
[const const-name "Google Chrome"]
[text sender-name]
[submit]
It will be great to use these constants at the fields and email template, for example:
Dear [sender-name]!
You can download Google Chrome here:
<a href="[const-url]/chrome">[const-name]</a>
Can you implement this feature?