Can you automatically add tags to the contact form 7? I want to take some of the information the user enters and make that into a tag from the form so it completes the tags automatically. The code below adds the tag value but does not actually tag the post. I am posting to my site through email.
Form:
< p>Your University or College< br />
[text* university_name]< /p>
< p>[submit "Submit"]< /p>
message body:
location: [university_name]
[your-message]
< p class="tags">< a href="http://xxxxxxxxxx.com/?tag=[university_name]" rel="tag">[university_name]< /a>< /p>< br />









