One way to modify the form would be to add a user profile plugin. That way
you would be able to modify the form before it is rendered.
Alternatively, you could perhaps think about overriding the default user
registration form template using the template overrides. That perhaps would
allow you to also modify the JForm object there before the html is output.
You could also look at overriding some of the CSS and Javascript by adding
a new css file to your template.
On Wednesday, September 12, 2012 5:58:59 AM UTC+1, sathyashrayan wrote:
> Any help?
> On Tuesday, 11 September 2012 14:06:30 UTC+5:30, sathyashrayan wrote:
>> Group,
>> This is very simple yet i really dont know how to do it. I have
>> installed a fresh joomla 2.5. Then i went to create new user below the
>> loggin part. I simple click the submit button. Since no filed has been
>> filled out i get a red border highlighted. But what i want is the message
>> from the language file, that has been called in the jform .xml in the model
>> of com_user folder. I also want the same thing when the user plugin
>> enabled for extra filed. Any help or links?