test



this is a test page, I am trying to create a form for people to select their succulent, please don't mess with this...


Find your perfect succulent | Succulents Online

Too hard to choose? use this tool to pick your ideal Succulent

QUESTION. 1
Will you be keeping your succulent inside or outside?
outside
QUESTION. 2
What colours do your prefer in a succulent?
Greens
Silvery Greys
Blueish Green
QUESTION. 3
Do you want your succulent to flower?
QUESTION. 4
Do you want it to be textured or smooth?
smooth
' + (i + 1) + '. ' + productlist[i] + ''; } $(".nameblock").html(name); if (v3 == 'EA') { if (productlist.length > 0 && productString != '') { $("#finalchoice1").html(productString); } $('.question' + v1).hide(); $('.ea').fadeIn(500); } else if (v3 == 'EB') { if (productlist.length > 0 && productString != '') { $("#finalchoice2").html(productString); } $('.question' + v1).hide(); $('.eb').fadeIn(500); } else { if (v3 == '5a') { if (productlist.length > 0 && productString != '') { $("#productionOption").html(productString); } } $('.question' + v1).hide(); $('.question' + v3).fadeIn(500); } }