Hello,
I'm in need to replace/override the standard user name input-box on the registration form. So it gives out 3 options.
Whit Something Like this.
Code:
<? <select name="Username">
<option value="<? echo $Username[user1];?>"><? echo $Username[user1];?></option>
<option value="<? echo $Username[user2];?>>"><? echo $Username[user2];?></option>
<option value="<? echo $Username[user3];?>"><? echo $Username[user3];?></option> ?>
Were and how can I do this?