October 31, 200124 yr Newbies 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...
November 1, 200124 yr 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]">
November 2, 200124 yr Author 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..
November 2, 200124 yr 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...
Create an account or sign in to comment