I am using this PHP code
// Screenout with individual text
if (value('TR03_08') > 1) {
text('sendoff'); // Show send-off
buttonHide(); // Hide the next-button
pageStop(); // In case other content shows with the filter
}
And am getting this when I test the questionnaire and try to get filtered out as well as when I try to not get filtered out.
Questionnaire Error (page 5)
Warning: The function floatval() is disabled for the questionnaire.
Questionnaire Error (page 5)
The PHP code contains invalid function calls or keywords. It was ignored.
Questionnaire Error (page 5)
Security limitations disallowed loading the PHP functions that have been defined for this questionnaire.