Jump to content

A few questions on the capability of this CMS


randyj
 Share

Recommended Posts

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

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')"

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...