Hi,
I have a form at my checkout with a simple country selection box. e.g.:
"<select id="del_country" name="del_country"><option selected>Australia</option><option >Austria</option>..."
The selected country gets posted back to my PHP to decode the selection. This all works fine until a user visits my site using google translate. The selection is returned to me in the translated language, which is currently meaningless. What's a good way around this?
Although not completely ruled out, I'm trying to achieve this without using javascript.
Regards,
Jez.