mashby
02-27-2003, 03:53 PM
I know I've seen this answered somewhere, but for the life of me I can 't find it, nor can I remember how to do it.
In the modifyprofile template, I would like to stop using the $ customfields and instead manually place them where I want within the template. This way I can group them better than they are in just one big chunk.
For one field that I use for MSN Handles, I wanted to put it under the Yahoo field. I was successful in getting the field in place, however, when I edit the field the field is not updated. So, clearly I'm missing a step. :(
This is the code I'm using for the MSN Field, which is field number 5 in the database:
<input type="text" class="bginput" name="$bbuserinfo[field5]" value="$bbuserinfo[field5]" size="30" maxlength="30">
Can any share some insight in what I'm doing wrong?
In the modifyprofile template, I would like to stop using the $ customfields and instead manually place them where I want within the template. This way I can group them better than they are in just one big chunk.
For one field that I use for MSN Handles, I wanted to put it under the Yahoo field. I was successful in getting the field in place, however, when I edit the field the field is not updated. So, clearly I'm missing a step. :(
This is the code I'm using for the MSN Field, which is field number 5 in the database:
<input type="text" class="bginput" name="$bbuserinfo[field5]" value="$bbuserinfo[field5]" size="30" maxlength="30">
Can any share some insight in what I'm doing wrong?