This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
Form Entries
Started 12 years ago by sapan | 3 posts |
-
Hello,
how can i increase the number of entries per page in the admin panel i.e. currently only 15 records are shown per page for a particular form, i want to increase it to 100 records per page.Thanks
SapanPosted 12 years ago # -
Hi,
You need to edit "manage_entries.php" file for this, go to line 546 and you will see this code :
$entries_options['rows_per_page'] = 15;
Simply change the number to 100
MachForm Support
Posted 12 years ago # -
Thank you
Posted 12 years ago #
Reply
You must log in to post.