Am having problems getting a dropdown list to work. It is a simple list of subjects and they are listed in a Select Box, which initially had a list of:
No=No
Yes=Yes
I simply changed that for:
Airtime=Airtime
Iridium Airtime=Iridum
That did not work so tried:
airtime=Airtime
iridium_airtime=Airtime
Still no go, so I went to:
'airtime'=Airtime
'iridium_airtime'=Airtime
All I get is {input_text_5}
Yes, I am guessing. If I could write the code I would, but I don't even know where to put it.
No=No
Yes=Yes
I simply changed that for:
Airtime=Airtime
Iridium Airtime=Iridum
That did not work so tried:
airtime=Airtime
iridium_airtime=Airtime
Still no go, so I went to:
'airtime'=Airtime
'iridium_airtime'=Airtime
All I get is {input_text_5}
Yes, I am guessing. If I could write the code I would, but I don't even know where to put it.