The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Input/Radio fields inserted the hard way?
I've been adding fields to my profile page using code input fields rather than the variable so that I can arrange it all nicer than how VB does it, but I am having trouble doing the radio buttons.
Heres the code for the input fields Code:
<input type="text" class="bginput" name="userfield[field11]" id="ctb_field11" value="$bbuserinfo[field11]" size="25" maxlength="100" /><input type="hidden" name="userfield[field11_set]" value="1" /> Code:
<label for="rb_cpf_field10_1"><input type="radio" name="userfield[field10]" value="1" id="rb_cpf_field10_1" />Here</label> <label for="rb_cpf_field10_2"><input type="radio" name="userfield[field10]" value="2" id="rb_cpf_field10_2" checked="checked" />Away</label> Thanks in advance for anyones help. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|