Hi, thx you very much for sending the code.
Unfortunately the code is not working
I have entered
if((value('RB01_01')==4) and (value('RB01_02')==4))
{
repeatPage('error')
}
in PHP code element of the page
but I get following errors
There is an error in the PHP code:
Questionnaire Error: Command or string (text) unfinished
A command, e.g. question() is missing a semicolon or
a string (text in quotation marks) is unclosed or
the string itself contains an apostrophe, e.g. html('Let's do it!'); – if the latter is the case, please type in a backslash (\) first.
Perhaps the opening and closing braces for the statement blocks are mismatched.
PHP code
002
003 if((value('RB01_01')==4) and (value('RB01_02')==4))
004 {
005 repeatPage('error')
006
007 }
008 return 'ok';
Can you help me?
Best Regards Verena