PDA

View Full Version : Quick help please, Profile Field on registration


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:

Marco van Herwaarden
02-10-2009, 07:02 AM
If you have questions/problems with a modification or style, then please post in the thread (or support forum/board) about that modification/style. Best chance to receive a reply from either the author or another member using the same modification/style.

christian8a
02-10-2009, 08:38 AM
is not any mod or style
Is something Im making but I need help