@codepeople
thanks for your help, so far I’m still not able to get it to work. Could you explain to me what this part mean –[id*=”fieldname’+’1_”]– ?
so basically if I have this in my drop down:
example:
<select id=”fieldname7″>
<option value=”fieldname22″>1</option>
<option value=”fieldname23″>2</option>
<option value=”fieldname24″>2</option>
</select>
I want to be able to do this in another field but grabbing the “Text” not the “Value” of fieldname7:
example:
(fieldname7*13)
so what should I put in this field to do this?
thanks ??