We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dann statt Radios Checkboxen ausgeben
The text was updated successfully, but these errors were encountered:
für checkboxen hab ich das auf die Schnelle so geändert (Formularfeld choice auf Mehrfachauswahl stellen mit 1 statt 0)
<?php class rex_poll_option extends \rex_yform_manager_dataset { public function getHits() { $hits = rex_poll_vote::query() //->where('option_id', $this->getId()) ->whereRaw('FIND_IN_SET('. $this->getId(). ', option_id) AND status = 1') //->where('status', 1) ->find(); return count($hits); } }
Sorry, something went wrong.
No branches or pull requests
dann statt Radios Checkboxen ausgeben
The text was updated successfully, but these errors were encountered: