On Wed, Apr 17, 2013 at 8:12 AM, Dennis Njuguna <cknjuguna at gmail.com> wrote:
> Ohhh yes thanks alot Bernado, one last one can I re-label other field like
> "initials" I need to use this as student number
>
>
As many as you need, just repeat the statement
$("#memberentry_contact label[for='AAAA']").html("BBBB");
Regards