Search code examples
phpjoomlajoomla2.5joomla-extensionsjoomla3.0

Joomla Profile Custom Field Placement


I just successfully added a custom field "Address" in the User Profiles using this tutorial.

However, in the picture below, the custom field is in a separate <div> from the core fields. Is there any way I could have the "Address" field right below the "Confirm email Address"?

Given that the tutorial never included any HTML files for layout.

The "misplaced" Address field.

Thanks.


Solution

  • You have to use Joomla's Override facility, that is the standard way for customizing any component views HTML according to our requirement.

    In JED already some extensions available to add custom registration fields you can check that too.

    Hope its helps..