The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $newpmmsg - Line: 40 - File: global.php(841) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/global.php(841) : eval()'d code 40 errorHandler->error
/global.php 841 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5024 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 5024 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7162 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 7162 errorHandler->error
/inc/functions.php 5044 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1415 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 1415 errorHandler->error
/inc/functions.php 1370 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
Submission Search 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: Submission Search By Date (/showthread.php?tid=793)



Submission Search By Date - omardhillon - Jul 26th, 2010

Hi,

first of all form tools works perfect and it is a very helpful resource.

However, I am having a small problem, that when I try to search submissions through date, a drop down appears next to selected "date" field, with value "select date range". This is the single value in that drop box so I cannot select anything. Than there is a text box next to it, where I do not know what to enter. (I am also including a screen shot)

Basically what I want to do is to search submission by date. Any sort of help will be great.

thanks


RE: Submission Search By Date - Ben - Jul 28th, 2010

Hi omardhillon,

Sorry you're having trouble!

Try just logging out and in again. The values for that dropdown are stored in sessions when you first log in. This is because it's rather time-consuming figuring out what values should be in that dropdown. If, for example, your form has a single submission from today - having options to search by the last month and year aren't that relevant. As such, it (should!) just compile a list of options that are relevant to your form.

- Ben

[EDIT]: this looks like it may be a bug: I could reproduce the problem on my installation too. Rats! Okay, I'll do some investigation.


RE: Submission Search By Date - marcat - Feb 16th, 2012

Any report on this issue? I too am seeing the "Select date range" list display with no options in it? This is true even for forms with more than 100 records. However I have some forms that it works on? In every case I am using the system generated date_submitted field...

(Jul 28th, 2010, 8:58 PM)Ben Wrote: Hi omardhillon,

Sorry you're having trouble!

Try just logging out and in again. The values for that dropdown are stored in sessions when you first log in. This is because it's rather time-consuming figuring out what values should be in that dropdown. If, for example, your form has a single submission from today - having options to search by the last month and year aren't that relevant. As such, it (should!) just compile a list of options that are relevant to your form.

- Ben

[EDIT]: this looks like it may be a bug: I could reproduce the problem on my installation too. Rats! Okay, I'll do some investigation.




RE: Submission Search By Date - Ben - Feb 17th, 2012

Hi Marcat,

I'm afraid this thread is rather dated now: I replaced the search-by-date functionality with a much more spiffy JS calendar search, in 2.1.0 (I think). What version of Form Tools are you using?

- Ben




RE: Submission Search By Date - marcat - Apr 9th, 2012

Ben,
Thanks for the reply. I am currently working on upgrading to 2.2.2. I have it installed and have successfully imported all data from our prod server to the new version. I have also added CAS authentication over the top of the FT authentication. That too is working great.
I can see lots of UI changes and the date searching is slick.
Very much appreciated...

Marcat

(Feb 17th, 2012, 3:22 PM)Ben Wrote: Hi Marcat,

I'm afraid this thread is rather dated now: I replaced the search-by-date functionality with a much more spiffy JS calendar search, in 2.1.0 (I think). What version of Form Tools are you using?

- Ben