Closed (fixed)
Project:
Inline Registration
Version:
5.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Jun 2008 at 22:38 UTC
Updated:
2 Jul 2008 at 16:13 UTC
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
Comments
Comment #1
matt@antinomia commentedHi 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?
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.