More than 5 answers?
Best Answer
-
Kastang New
The only change that should need to be made to the code is adding another TextBox to the view.
In
views/kPollCreateCreate.php
add something like this between lines 48 and 49:<li> <? echo $this->Form->Label('Answer #6', 'Answer #6'); echo $this->Form->TextBox('PollAnswer[]'); ?> </li>
1
Answers
@clethrill:
The only change that should need to be made to the code is adding another TextBox to the view.
In
views/kPollCreateCreate.php
add something like this between lines 48 and 49:Sweet, thanks, too easy.
Lol was wondering why it wasn't working, found out I edited it on my localhost and hadn't upadted it for the server file XD