This topic is locked

Request Search Parameters Before opening view

7/6/2011 2:54:45 PM
PHPRunner General questions
P
phpwalker author

i have a list view of a query, and I would like the user to have to enter a start and end date for a "dateCreated" field before the entire list is displayed. (So you must pick a start and end date first).
Sorry for the newbie question, and my apologies if the answer is already in this forum somewhere... I've been searching for quite a while and couldn't find the answer, so thought I'd post to see if anyone can help.
cheers,

C
cgphp 7/6/2011

Do you want to filter the list view with a start and end date ? Do you want to use two text field for the dates ?
You have to write some custom code for this.