Quote danielbidala Total posts: 153 07 Aug 2014 20:14 Hi all! I want to put submission form's groups into separate div elements. I found this in template file: if($name != 'tab-main') { echo "<div><legend>{$label}</legend>"; } here I can add the opening tag but where put the closing? Thanks in advance. Last Modified: 08 Aug 2014
Hi all!
I want to put submission form's groups into separate div elements. I found this in template file:
if($name != 'tab-main') {
echo "<div><legend>{$label}</legend>";
}
here I can add the opening tag but where put the closing? Thanks in advance.