Jump to content

Newbie: How do I save clientIP in db?


This topic is 8204 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Make a text field in your database to hold the clientIP data. In the submitted html form, include a hidden field tag...

<input type="text" name="fieldname" value="[FMP-ClientIP]">

Link to comment
Share on other sites

  • Newbies

I could not get the suggested solution to work, but I had another idea that tested okay...

1. go into Define, Fields..

2. select the field that will receive the IP address and click OPTIONS

3. select AUTO ENTER tab

4. select Calculated Value and enter EXTERNAL("Web-ClientIP",0)

It seems to work okay..

Link to comment
Share on other sites

This topic is 8204 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.