Hi,
How I can define the selected item by default if the variable used for selecting is empty?
I mean, with:
<option>[var._POST.shipping_country;selected]</option> |
I set the default element of the list to the value of $_POST["shipping_country"]
But if $_POST["shipping_country"] i want that the element selected were United States, is this possible with TBS or I need to predefine the variables before?
Thanks