Frontend form + backend view entries + create page from entry
Permalink
Hi,
I currently have a standard Concrete5 form where users can submit questions. The results are emailed to me. Afterwards I create a page with a 'question block' and an 'answer block' and email the client when his question is answered with the url (publicly available). This needs to be automated.
In short:
- Form submission to database ('question form block' that I can put on any page I like)
- View entries in backend (custom backend page)
- Create a page from entry and put content-block on that page
More info:
What I need:
- Form on frontend with some basic fields (seehttp://air-compressor-guide.com/questions/ask-question).... This question form as a block that I can put on any page.
- Subsmission need to be stored in the DB in separate table
- In admin, create admin page to view submissions (1 per line). Much like the built-in 'form results' in admin now.
- Every submission (line) has a details button where I can view the question in detail and create a page from the form submission data, delete the submission, etc.
- view submission (popup or new screen with details).
On this details page:
- create page from form submission data (see below)
- view page (only if already created)
- delete submission
- send email
- Create page - creates a page and puts a content-block on that page
I need to be able to check and edit all data before the page is actually created
- page title is set according to questions submitted title
- page is child of a certain (already existing) page
- page category/tags can be set by me manually.
- creates a 'question block' (already have this block) on this page (with content from submitted question).
- When page is created I can delete the submission so the list stays clean
- send email buttons sends an email to the guy asking the question to let him now his question has been answered online with a link to the newly created page. This according to a template file, which can simply be a php file somewhere (no need for anything fancy, I know html, php, css, etc).
No need for fancy templates, setting screens, etc. when I want to edit the form fields, email template, etc, I can just edit the php code.
I'm a web-developer myself bus simply have no time to create this at the moment. I think it shouldn't take too much work if you know Concrete 5
If you have any quesitons, please don't hesitate to ask!
Thanks
Carsten
I currently have a standard Concrete5 form where users can submit questions. The results are emailed to me. Afterwards I create a page with a 'question block' and an 'answer block' and email the client when his question is answered with the url (publicly available). This needs to be automated.
In short:
- Form submission to database ('question form block' that I can put on any page I like)
- View entries in backend (custom backend page)
- Create a page from entry and put content-block on that page
More info:
What I need:
- Form on frontend with some basic fields (seehttp://air-compressor-guide.com/questions/ask-question).... This question form as a block that I can put on any page.
- Subsmission need to be stored in the DB in separate table
- In admin, create admin page to view submissions (1 per line). Much like the built-in 'form results' in admin now.
- Every submission (line) has a details button where I can view the question in detail and create a page from the form submission data, delete the submission, etc.
- view submission (popup or new screen with details).
On this details page:
- create page from form submission data (see below)
- view page (only if already created)
- delete submission
- send email
- Create page - creates a page and puts a content-block on that page
I need to be able to check and edit all data before the page is actually created
- page title is set according to questions submitted title
- page is child of a certain (already existing) page
- page category/tags can be set by me manually.
- creates a 'question block' (already have this block) on this page (with content from submitted question).
- When page is created I can delete the submission so the list stays clean
- send email buttons sends an email to the guy asking the question to let him now his question has been answered online with a link to the newly created page. This according to a template file, which can simply be a php file somewhere (no need for anything fancy, I know html, php, css, etc).
No need for fancy templates, setting screens, etc. when I want to edit the form fields, email template, etc, I can just edit the php code.
I'm a web-developer myself bus simply have no time to create this at the moment. I think it shouldn't take too much work if you know Concrete 5
If you have any quesitons, please don't hesitate to ask!
Thanks
Carsten
Thanks for all who send me a message with offer.
It was decided to postpone this project, due to some other things coming up.
Will keep all messages for future reference!
Thanks!
pawon