Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 2253

Joomla! 3.x Coding • Re: Registration override with custom fields

$
0
0
Thank you very much for the reply Toivo!

I received some help from a member in the Joomla facebook group which was a similar solution to what you provided.
He provided the following line of PHP code:

Code:

<?php echo '<pre>'; print_r($fieldsetsDefault); echo '</pre>'; ?>
that when placed after the following line of code in the template override:

Code:

<?php $fieldsetsDefault = $this->form->getFieldsets(); ?>
displays the fields, so with that information I was able to find the name of the field groups.

Your code though is much more succinct. I will definitely be saving this so I can use it or something like it in the future if I need it.

FYI, I know that "customprofile" isn't a field, it is the name of a custom plugin that was coded by another developer to be used on the registration page and placed at the top of the page, hence the template override.

Thank you again for your help!

P.S. - I'll be posting another question here shortly that I hope you can help with.

Statistics: Posted by mkoontz — Sun Feb 25, 2024 11:56 pm



Viewing all articles
Browse latest Browse all 2253

Trending Articles