adrianmak Posted January 23, 2015 Posted January 23, 2015 I enabled save form as page with this line of code as instructed from the readme $form->parent = $page; all submitted form are saved. When I view each of submitted form result, it just show me a form I have to use edit to edit form result to see the data
LostKobrakai Posted January 23, 2015 Posted January 23, 2015 Just to be clear, what exactly did you expect? There's nothing special about this pages in any way. What you see if you click on "view" comes from the template's php file. Change that file, to show you're formdata instead of the form itself. But keep in mind to limit the access for these pages, as I would think you don't want public form data access.
adrianmak Posted January 23, 2015 Author Posted January 23, 2015 I expected , when viewing the submitted form data, it will presented into a normal page instead of a edit form page.
renobird Posted January 23, 2015 Posted January 23, 2015 adrianmak, So, saving to a page is just like creating a page. (a page in this case being a group of fields in the admin). If you want to view the entries in some other format, you can create a frontend view for those pages, or you can create an admin page (via Process Module) or use the Admin Custom Pages module. 2
adrianmak Posted January 24, 2015 Author Posted January 24, 2015 ok thanks. I'll take a look on process module
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now