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);
}