Page 1 of 1

IP in the form

Posted: Wed May 11, 2022 2:18 pm
by karleduard
How do I put the IP of who is filling the form in the message received in HTML or Rich Text?

Re: IP in the form

Posted: Wed May 11, 2022 2:25 pm
by Pablo
You can use the variable:
$ipaddress

Re: IP in the form

Posted: Wed May 11, 2022 2:48 pm
by karleduard
Thank you for your help!

sorry for my ignorance and what would be the date and time variable ex. (11/05/2022 12:00)

I ask these questions because I want to put the following in the footer:

"sent by: $ipadress on $date at $hours."

Re: IP in the form

Posted: Wed May 11, 2022 5:00 pm
by Pablo
There is no variable for the time or date.
But you can insert custom code to the form script via the Object HTML of the form.

Re: IP in the form

Posted: Wed May 11, 2022 5:12 pm
by karleduard
thanks for the answer!