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.
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.