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.