Layout help
-
Hi, great plugin, great documentation and great support, well done! I need a little help with layout please. I’m trying to build textfields such as those displayed by
<?php $this->field->print_element(); ?>
but displayed in a table.like this:
<td><?php $weekly->print_element('this_field') ?></td> <td><?php $weekly->print_element('that_field') ?></td>
The intention is to have a form that will display all the data that the user can go and add to each day of the week simply by clicking in the relevant textfield, updating the info and clicking save. It needs to be displayed in a table, not one above the other as in the standard record loop.
Thanks! Cup a coffee coming your way.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Layout help’ is closed to new replies.