Skip survey header

jumptopage

Page One (page ID 1)

The below script is present on the beginning of the next page. Answering "No" to this question will jump you to page ID 4.  

Example Legacy Custom Script

children = getvalue(2)

if (children == "No") then
  jumptopage(4)
end

Example Legacy Custom Script

%%children = sgapiGetValue(2);

if (%%children == "No")
{
  sgapiJumpToPage(4);
}

Page One (page ID 1)

The example script is present on the beginning of the next page. Answering "No" to this question will jump you to page ID 4. Use the Back button to change your answer to experience how the page pathing is different!
1. Do you have children?