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:that when placed after the following line of code in the template override: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.
Thank you again for your help!
P.S. - I'll be posting another question here shortly that I hope you can help with.
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>'; ?>
Code:
<?php $fieldsetsDefault = $this->form->getFieldsets(); ?>
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.
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