Forums Index > Mewsoft Products > Auctionawy > Account User Field Customization for custom fields 1-20
cbitterfield First Post Posted on: 09-02-09 12:08 PM
Account User Field Customization for custom fields 1-20

Ok, I figured out that I need to edit the language English Register.PM and EditProfile.Pm for changing the custom user fields.\ \

"Got it".\ \

Do you have an example of using a select (Drop down menu) that works in both Register and EditProfile and allows multiple selections.

Here is an example of my User2: field. It does place the information into the SQL table at that looks like this:

private pilot||multi-engine||seaplane||instrument rated||ATP


<HTML Snipped>

<tr><td align="right" valign="top" bgcolor="#DDFFEC">User2:</td><td>
<select name="User2" size="9" multiple>selected="<!--User2-->" 
<option value="none">None  
<option value="private pilot">private pilot  
<option value="multi-engine">multi-engine 
<option value="seaplane">seaplane  
<option value="instrument rated">instrument rated  
<option value="student">student 
<option value="sport pilot">sport pilot  
<option value="ATP">ATP  
<option value="helicopter">helicopter</select>
<!--User2_Required--></td></tr>

The problem is that the fields do not stay selected in Edit Profile.

Also why does the user agreement check box need to be checked every time? Is that logged in another table?
cbitterfield Reply #: 1 Posted on: 09-02-09 12:31 PM
An example of each type of form input would also be helpful

 An example of each type of form input would also be helpful

Radio Box
Check Box
Hidden