merge register form with profile form
madwalo - June 17, 2008 - 22:38
| Project: | Inline Registration |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
can you merge the user registration form with other fields in the registration page? i mean, take off the fieldset and change the form fields order, i see i can put more fields under the fieldset, but if i want to put username input at the end of the form?
many thanks

#1
Hi Walo. As with any Drupal form, you can use Drupal's hook_form_alter() to change the "weight" (the order in which the elements are displayed on the page) of the various form elements to your liking. Here's a good overview of the Form API and how you can use it to customize Drupal's forms.
If I might inquire, why is this a critical feature request?
#2
Automatically closed -- issue fixed for two weeks with no activity.