Skip to content

how to deal dynamic form variable name where there is no label

Hi,

A form is:

<tr>
<td ><span style="color:#000000;">Job</span></td>
<td><input name="profile_field_1203"></td>
</tr>


How to deal with that ?

Could that be something like:  profile_field_*=Myjob <span style="*">;</span>

But as the <span..> is not surronding the field... i am lost.



Comments

  • SvenSven www.GSA-Online.de
    *job*=... as the label before the field is also used to identify certain fields.
Sign In or Register to comment.