Hi,
I've been searching a whole day yesterday to achieve some very simple, I thought, but I don't succeed in doing it.
I have a form with 2 items that need to be linked with each other. But it's not that easy ;-)
First, I have a <select> item where people have to choose their postcal code. When they click on one of the elements I want to show a value (number) in a input type=text field.
eg:
select
<option value=5%> brussels
<option value=7%> antwerp
<option value=5,5%> bruges
When they click on Brussels I want to display the value, 5% in a input type=text field.
I know this must be possible,
but how???? ;-)
Any help more than welcome.
bram
I've been searching a whole day yesterday to achieve some very simple, I thought, but I don't succeed in doing it.
I have a form with 2 items that need to be linked with each other. But it's not that easy ;-)
First, I have a <select> item where people have to choose their postcal code. When they click on one of the elements I want to show a value (number) in a input type=text field.
eg:
select
<option value=5%> brussels
<option value=7%> antwerp
<option value=5,5%> bruges
When they click on Brussels I want to display the value, 5% in a input type=text field.
I know this must be possible,
but how???? ;-)
Any help more than welcome.
bram