Hello,
I have been searching the forum, FAQ and the CFv6 Manual, but I am not seeing an outline to what I am needing. I am also not the strongest coder, so I am hoping someone here can point me in the right direction.
I need a dropdown built off of another database table within the same joomla install.
Here is a brief explanation of what I am looking for:
I have a site where people login, and select whether they are available to work that day. Within the xxxx_areyouavailable there is a field entitled `available`, which is either 1 = available or 0 = not available. This field changes daily.
I need a dropdown in the ChronoForm to look at that `available` field and count how many 1's there are, but display the dropdown list as a list of numbers up to that count.
If there are 6, 1's in `available`, then the dropdown would show, 1, 2, 3, 4, 5, 6.
Is this possible?
How would I go about setting it up, or finding a tutorial on CF to do this.
Thanks,
Melvins
I have been searching the forum, FAQ and the CFv6 Manual, but I am not seeing an outline to what I am needing. I am also not the strongest coder, so I am hoping someone here can point me in the right direction.
I need a dropdown built off of another database table within the same joomla install.
Here is a brief explanation of what I am looking for:
I have a site where people login, and select whether they are available to work that day. Within the xxxx_areyouavailable there is a field entitled `available`, which is either 1 = available or 0 = not available. This field changes daily.
I need a dropdown in the ChronoForm to look at that `available` field and count how many 1's there are, but display the dropdown list as a list of numbers up to that count.
If there are 6, 1's in `available`, then the dropdown would show, 1, 2, 3, 4, 5, 6.
Is this possible?
How would I go about setting it up, or finding a tutorial on CF to do this.
Thanks,
Melvins