If you’re using Contact Form 7 on your WordPress site, you may want to collect not only user data from the form, but also technical information such as IP address, browser info, and the page the form was submitted from.
These are dynamic values automatically generated at submission time. You can use them in the Mail section of your CF7 form.
1 | [_remote_ip] |
1 | [_user_agent] |
1 | [_post_url] |
1 | [_post_title] |
1 | [_post_id] |
1 | [_post_name] |
1 | [_post_author] |
1 | [_post_author_email] |
1 | [_date] |
1 | [_time] |
1 2 3 4 5 6 | IP: [_remote_ip] Browser: [_user_agent] Page: [_post_url] Title: [_post_title] Author: [_post_author] ([_post_author_email]) Date: [_date] at [_time] |