The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
Submissions Searchable by Date - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: Submissions Searchable by Date (/showthread.php?tid=484) |
Submissions Searchable by Date - vizzaroo - Feb 2nd, 2010 I think I'm overlooking a setting or something. I've setup a client with a view against a form. The View has certain persmissions as desired. I'd like the client to be able to search by Date (Date ranges). It works fine with the 'All submissions' view (but obviously this is the default admin view) but the client will only be using the custom view. Yet when they use the Date function in the drop down, this is all that show's in comparison to the 'All submissions' view listing various options. ![]() To confirm for the custom view. The field 'Date' has the following ticked [Column/Sortable/Searchable] I've checked numerous times, the permissions in the field options under Views, still /banging head against wall. I must be getting tired. :S Any help or direction appreciated. RE: Submissions Searchable by Date - Ben - Feb 2nd, 2010 Huh, that's odd. The code that generates the list of available dates to search by is smart (hah!) in that it figures out the total range of dates available for submissions in your form View and shows the appropriate search options. It looks like something wonky may be going on... however, just to make sure: log out then log in and try again. I think the information is stored in sessions because it takes time to compute. Perhaps the sessions are being dumped...? Let me know - Ben RE: Submissions Searchable by Date - vizzaroo - Feb 3rd, 2010 (Feb 2nd, 2010, 12:08 PM)Ben Wrote: Huh, that's odd. Thanks for the input, have tried logging in and out of the client account concerned. My Order of process is that I create a new view (from the Template 'All Submissions') , then edit the view to set permissions on what can be viewed / sorted / searched / edited etc. Upon doing that is refrains the client from searching by date range. Even though the tick box for the 'Date' field is true. |