Quote:
Originally Posted by harmor19
Yes.
Edit the "userfield_textbox" and try to spot the mistake.
A common mistake is using, for example $vbphrase['text']
The single quotes do not belong
|
I looked and didn't notice anything, can U take a L00k?
Code:
<fieldset class="fieldset">
<legend><label for="ctb_$profilefieldname">$profilefield[title]</label></legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
<tr>
<td>$profilefield[description]</td>
</tr>
<tr>
<td><input type="text" class="bginput" name="userfield[$profilefieldname]" id="ctb_$profilefieldname" value="$bbuserinfo[$profilefieldname]" size="$profilefield[size]" maxlength="$profilefield[maxlength]" /></td>
</tr>
</table>
</fieldset>
<input type="hidden" name="userfield[{$profilefieldname}_set]" value="1" />