Skip survey header

hidepage

Jedi or Sith

Example Script
hidepage(3,true)
hidepage(4,true)

jediorsith = getvalue(2)

if (jediorsith == 'jedi') then
  pageid = '3'
else 
  pageid = '4'
end

print("The script on this page determines which page sku to show: " .. pageid)
    
hidepage(pageid,false)

Jedi or Sith

1. Are you a Jedi or a Sith *This question is required.