randyj Posted November 22, 2013 Share Posted November 22, 2013 Does this CMS: 1. Allow a user to submit an entry through a form on the website and have it automatically displayed on the website? It would work like Safecracker for Expression Engine. 2. Have the ability to automatically hide a form entry after X amount of days? I am planning on creating a listing of used merchandise that a visitor could view and submit his own products into. Thanks Link to comment Share on other sites More sharing options...
RyanJ Posted November 22, 2013 Share Posted November 22, 2013 Hi, Have you had a look through the forum? I think you will find your answer, but to answer your question, yes. With Processwire, the sky is the limit. Have a look (just a few) http://processwire.com/talk/topic/4925-is-it-possible-populate-site-pages-from-a-form-submission-adding-content-without-admin-access/?hl=%2Bsubmit+%2Bpage+%2Bthrough+%2Bforms#entry48121 http://processwire.com/talk/topic/3105-create-pages-with-file-upload-field-via-api/ http://processwire.com/talk/topic/2937-creating-a-front-end-admin/?hl=%2Bsubmit+%2Bpage+%2Bthrough+%2Bforms#entry28954 1 Link to comment Share on other sites More sharing options...
diogo Posted November 22, 2013 Share Posted November 22, 2013 Welcome to the forum randyj. There's no point and click option to do those things, if that's what you're asking, but there are some good ways of achieving them. For 1. have a look at Ryan's form builder http://store.di.net/products/processwire-form-builder that would be the easiest way of doing it. Rjay's suggestions would be the free (probably more flexible) way of doing it. 2. would be easy to achieve with a very easy to write date check on your template code: "$pages->find('template=form, created<$today-minus-time')" 1 Link to comment Share on other sites More sharing options...
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