Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
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