Topic-icon Register form design

Active Subscriptions:

None
10 years 11 months ago #53566 by deivjstu
I try to change the design of the login form, because with many custom profile fields from JomSocial it looks ugly.

However, the whole form is retrieved with single line:
foreach ($profileFields as $profileForm) echo $profileForm;

Result is bunch of dd fields. What I need to do is to change those dd to div. Where are they coming from? Thank you.
The topic has been locked.
Support Specialist
10 years 11 months ago #53570 by alzander
Replied by alzander on topic Register form design
The forms are generated in each socialprofile plugin. If you look in the /plugins/socialprofiles/jomsocial/jomsocial.php file, the "getRegistrationForm" function is what actually generates that form. You can modify that however you see fit. However, please note that any modifications you make will need to be updated whenever you upgrade JFBConnect.

I hope that helps,
Alex
The topic has been locked.