This thread I am starting is a carry over from this thread
In the thread above BBQKAREN and ALMOSTBOB was able to resolve her issue wich is the same issue I have but I have no way of contacting THEM here.
I have a form field (no PHP) code anywhere at this point that I wish to include the users IP address on the form as a hidden field like she did and pass it back to me when they contact us. Ok so this is what I have
1.HTML form only
2.The form does not call or execute any php. All the processing is done on the form itself.
3.The form itself was a snippet provide to me by a CRM system I use but there is nothing rocket science about it.
4.I need to pull the IP address as just one more hidden field and I would be set.
5.I tried some of the things bbqkaren did in her thread above but no avail.
6.The first thing was to simply copy all the html code to a new file with a .php extension publish the file and the page comes up just fine and works.
7.The minute I make ANY change to the php file and re-publish. Something breaks and the page does not come up anymore.
I am familiar with some PHP and have a simple PHP file that displays the REMOTE_ADDRESS Ip address on the screen after I publish the file to my hosting company. What this means is that PHP works for me.
I am already using the REMOTE_ADDRESS field on a contact us page and sucessfully am sending it back when they send us an email but now I want to use it on the REGISTRATION PAGE and send IP address back to me as one of the fields for me to record.
I am ready to provide whatever we need here on the thread. I work in IT but not a web guy per say. Just doing some support for my wifes website.
Any help would be greatly appreciated.
GSam777