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...
QUESTION. 4
' + (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);
}
}