christian8a
02-10-2009, 05:47 AM
Ok I have this mini register form on homepage
It shows the default fields, username, password, email, birthday and the agree check.
I want to add a profile field, for example field20 for country, so I have on the form
This will show the drop down menu good:
<b>Country:</b> <select name="Country" id="fieldxx" style="width:70px" />
<option value="-1" >United States</option>
<option value="01" >Canada</option>
<option value="02" >Germany</option>
<option value="03" >Italy</option>
<option value="04" >Guatemala</option> ...
</select>
few of them for example, now I want the one they choose to be put on the actual field.
Wich id would that be? I tried id="fieldxx" with no luck
any help very appreciated :up:
It shows the default fields, username, password, email, birthday and the agree check.
I want to add a profile field, for example field20 for country, so I have on the form
This will show the drop down menu good:
<b>Country:</b> <select name="Country" id="fieldxx" style="width:70px" />
<option value="-1" >United States</option>
<option value="01" >Canada</option>
<option value="02" >Germany</option>
<option value="03" >Italy</option>
<option value="04" >Guatemala</option> ...
</select>
few of them for example, now I want the one they choose to be put on the actual field.
Wich id would that be? I tried id="fieldxx" with no luck
any help very appreciated :up: