Newbies deguchi Posted October 31, 2001 Newbies Posted October 31, 2001 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...
Vaughan Posted November 1, 2001 Posted November 1, 2001 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 deguchi Posted November 2, 2001 Author Newbies Posted November 2, 2001 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..
Vaughan Posted November 2, 2001 Posted November 2, 2001 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...
Anatoli Posted November 3, 2001 Posted November 3, 2001 Dave, did you rename the “fieldname” to “clientip”?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now