Hi,
I was wondering if somebody can answer my following question. I would like to add some more requiered fields in the user registration form (like the adress etc). It should be like the contact form where the user can fill in the street, city, country, phone etc). Is there a easy way to expand the registration form with this kind of fields?
Thanks for your help
Noppes
Comments
<td><?php echo gettext("City:"); ?></td>
<td><input type="text" id="admin_city" name="admin_city" value="<?php echo html_encode($admin_n); ?>" size="22" /></td>
Thanks for ypur help.
[edit]
Well, this seemed a good feature. So in the development branch it is implemented. If you wish to try this, after tonight download the development nightly build.
Today I had the chance to test it. It works fine. Would it be possible to set the adress fields as required? If I don't fill them out I don't get an error message.
Thanks again
Norbert
Thanks
Noppes
[edit] Turns out it is easy to require the address. You just have to set the same option for the comment form--that is where the address handling comes from. If you do not want comments normally enabled, just temporarily enable the plugin, set the option, then disable the plugin.
[edit again] Well that does not really work. Stay tuned. I will also preserve the posted data if there is an error.