Not all results displaying

GreyHead 06 Apr, 2009
Hi Paul,

Field names and ids can only contain a-zA-Z1-9 and underscore, they may not contain spaces or brackets () - and they must start with a letter.

My guess is that names like this one are causing the problem:
<input id="director (1) address (2)" type="text" size="50" name="director (1) address (2)"/>
make this something like like name='director1_address2'

Bob
brocars 06 Apr, 2009
perfect

many thanks

Paul
This topic is locked and no more replies can be posted.