Project:Inline Registration
Version:5.x-1.x-dev
Component:Code
Category:feature request
Priority:minor
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

Priority:critical» minor
Status:active» fixed

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

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

nobody click here