Webflow does not natively collect or store the IP addresses of users who submit forms. However, you can achieve this using third-party tools or custom code.
Example steps:
visitor-ip
).tag, add a small script that fetches the IP and injects it into the hidden input.
Webflow doesn’t collect submitter IP addresses by default. To gather them, you must use custom JavaScript with a hidden field or a form service like Formspree or Basin that handles metadata. Always consider legal implications when capturing identifiable data.