Contact-form-7: Change year-text in auto-replies dynamically
问题 In every email auto-reply, there is a text for copyright purposes like: <em>Copyright © 2019 - All rights reserved.</em> Every year I have to change it manually for every form. Can this be done automatically? Like replacing the year with a variable: <em>Copyright © {{current_year}} - All rights reserved.</em> ? 回答1: There is no simple 'variable replacement' in the CF7 email. It is however easy to include the value of a form field. With that said, you could create a custom form tag [year_tag]