I’ve setup Custom Member Fields, ie: Country and Company, however when the user registers, the data doesn’t get applied to the user. I have it int he forum, (I even have hooks in there that email the input data) however it seems to not enter data.
Field Name: company
Field Label: Company
Is field visible in registration page? YES
In my registration: <input type=“text” name=“company” value=”” maxlength=“120” class=“input” size=“40” style=“width:300px” />
So I’m not sure whats going wrong. Any hints?