This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Render form entries in a custom table?
Started 15 years ago by mattbontrager | 2 posts |
-
Hi,
I'm so excited to have MachForm up and running on my site! I would really like to be able to access the form entries and have a separate webpage that shows the different form entries in a custom table. Is this possible?
i.e. One of my forms is for users to enter the status of a machine.
Select Machine: A, B, C
Select Status: Working, Not WorkingSubmit
Then I would like a separate page to show these entries in a custom table (a page that I build and put on my site... not the 'view entries' page).
Any ideas?
Posted 15 years ago # -
That is possible indeed. However, it would require custom coding, which depends on your exact requirements.
Basically, you will need to write PHP code which do query to "ap_form_x" table (x is your form id number) and then display the result into your custom page.
We won't be able to provide the whole code for this, but it should be quite simple for most PHP programmer.
MachForm Founder
Posted 15 years ago #
Reply
You must log in to post.