Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

  • Newbies
Posted

I have an HTML form that appends records to a FileMaker 4 database. How can I save the client IP of the submitter in a designated text field (called "clientip")in the database?

Thanks in advance...

Posted

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]">

  • Newbies
Posted

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..

Posted

That's a great suggestion, but try to work out why the first solution didn't work. that's the best way to learn about this stuff...

This topic is 8413 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.