Form IP Info ❺
Capture the current user's IP and geo-location data as part of your form submits.
Captures the sender’s IP and geolocation info and appends it to the tagged form as hidden fields.
Demonstration
Use cases
Capture general geographic info, such as country and city.
Store IP ( where permitted, and part of your privacy policy ), as a verification of the send. Required by some services like Mailchimp, for loading external lists.
Getting Started
First, add the library as detailed in Quick Start.
Tag your Form Block. Place this Place this custom attribute on your form block element:
[wfu-form-ipinfo]
Handler Options
Currently the only supported handler is GeoJS.
Sample Data
This is an example of the data appended to the form.
The name
and value
fields come through with your form content.
Only non-blank results will be sent.
Future
Separate this data lib from the data-binding lib, and allow it to be used independently.
Last updated