NMR Context Fields for CF7

설명

When a Contact Form 7 form is submitted, do you know which page it came from? Which campaign drove the lead? Context Fields for CF7 automatically injects contextual data into every CF7 submission so you always have the full picture.

Works out of the box — activate and you’re done.

Every CF7 form automatically receives three hidden fields:

  • Page URL — the full URL of the page where the form was submitted
  • Page Title — the title of that page
  • HTTP Referrer — where the visitor came from before landing on this page

These values are appended to the email notification under a -- Submission Context -- section.

Want more?

Context Fields for CF7 Pro adds:

  • UTM parameters (utm_source, utm_medium, utm_campaign, utm_term, utm_content) — read from URL
  • IP Address — server-side
  • User Agent — browser/device string
  • Submission timestamp
  • Logged-in user data (name, email, role)
  • Geo-IP (Country, City) — via free IP lookup, cached 24h
  • [context_field] custom tag — add any data point to your CF7 form tag list
  • Per-field source control — choose exactly which data points appear in each form
  • Settings page to configure which fields appear globally

Privacy Notices

With the default configuration, this plugin:

  • does not track users by stealth — it only records data at the moment a form is submitted
  • does not send any data to external servers
  • does not use cookies
  • records the visitor’s IP address only in the Pro version, and only when explicitly enabled

스크린샷

  • Settings How It Works: email preview showing the auto-appended Submission Context block, plus the table of injected fields (Page URL, Page Title, Referrer) and their JS sources.
  • Settings Pro Features: Free vs Pro comparison table covering UTM parameters, IP address, Geo-IP, user data, submission timestamp, and the custom [context_field] tag.

설치

  1. Upload the context-fields-for-cf7 folder to /wp-content/plugins/.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. That’s it — no configuration needed.

All CF7 form email notifications will now include a -- Submission Context -- block with the page URL, page title, and referrer.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“NMR Context Fields for CF7”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “NMR Context Fields for CF7”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.0

  • First version.
  • Auto-inject page URL, page title, and referrer into all CF7 submissions.
  • Dismissible admin notice.
  • Settings page with Pro feature overview and upsell.