Is this a bug with the form designer?
Permalink
Whenever I add a select box to my forms, it only shows the first item in the list. Im using RC2.
Sorry, it actually only shows the last item in the list.
Yeah. I see that. We'll look at that.
Thanks, if you find the fix prior to next release, would a temporary patch be possible?
Ok, I found the answer to this problem... appears to be a small typo:
Starting on line #450 in /concrete/blocks/form/controller.php, the brackets were forgotten for the the loop. The original code is:
but should be changed to:
Starting on line #450 in /concrete/blocks/form/controller.php, the brackets were forgotten for the the loop. The original code is:
but should be changed to: