Replace the code you posted with this:
AbsoluteCode:<fieldset> <legend><?php echo $selection[$i]['module']; ?></legend> <?php echo $selection[$i]['redeem_instructions']; ?> <div class="gvBal larger"><?php echo $selection[$i]['checkbox']; ?></div> <label class="inputLabel"<?php echo ($selection[$i]['fields'][$j]['tag']) ? ' for="'.$selection[$i]['fields'][$j]['tag'].'"': ''; ?>><?php echo $selection[$i]['fields'][$j]['title']; ?></label> <?php echo $selection[$i]['fields'][$j]['field']; if ($j==0) { echo zen_draw_input_field('employeeid') . zen_draw_input_field('rewarddate') . zen_draw_input_field('presenter'); } ?> </fieldset>


Reply With Quote
