Hi, Mike
I’m trying to follow your tip to change the values in a select field.
I need change the couple option – value:
Curso 1 – 101
Curso 2 – 102
Curso 3 – 103
…
Using
101==Curso 1
102==Curso 2
…
doesn’t work (show option=Curso 1 value=1, option=Curso 2 value=2, … in the form)
Any help appreciated
Cheers
Perico
It works!
The code in the page is curso1 – 1, curso2 – 2…, but it sends 101, 102, 103…
Sorry
-
This reply was modified 8 years, 11 months ago by perico55.