1779 Posts in 582 Topics by 556 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1001 Views |
-
Adding visitor IP capture to User Forms

29 April 2010 at 11:25pm
Hi,
Trying to capture IP address of visitor on form submission. Have added hidden field, called 'IPaddreess' to form, but stucked with applying any value to that field. Here's what i'm trying to add to UserDefinedForm.php:
if($submittedField->Name == 'IPaddress') {
$submittedField->Value = 'Test';
}Either code is wrong, or i'm applying it at the wrong place, have inserted it right after
$submittedField = $field->getSubmittedFormField();
$submittedField->ParentID = $submittedForm->ID;
$submittedField->Name = $field->Name;
$submittedField->Title = $field->Title;Any ideas?
| 1001 Views | ||
|
Page:
1
|
Go to Top |

