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
Display entries to the public
Started 12 years ago by mrblond | 2 posts |
-
I'm trying to set up Machform as kind of a "Guest Book" whereby users that fill out the form have their data displayed on a page that the general public can see.
Any way to display entries from forms to the public?
Posted 12 years ago # -
The View entries is basically for Admin users - Mach form's not intended to be a guestbook type application.
That said, you could duplicate the View Entries page (make a copy of the view_entries.php page, or whatever it is called, and remove the "start_session(); line from the top (or near to) the top of that page. Removing that line should then cause the page not to redirect to the Machform's Control Panel login box.
If you need to restyle the page, you will probably have to know HTML, CSS, and PHP enough not to mess up the PHP code.
Posted 12 years ago #
Reply
You must log in to post.