I have a site that uses a drop down menu in a form
that requires the user to select their state they live in
before they hit the submit button.
I would like to geo target their location by state and have
it pre-selected in the drop down menu.
So if the user’s IP address was from California then the
state in the drop down menu would already be selected when
they visit the website.
This needs to be coded in php and work in all browsers.
Must also load very quick.
I will check to m…
