I need a drop down menu created and a field in the javascript conditionalized based on what is selected in the drop down menu:
Drop down menu content:
– iPhone Case
– Laptop Case
– iPad Case
Javascript code to conditionalize:
If iPhone
sku : ‘98201’,
If iPad
sku : ‘98202’,
If Laptop
sku : ‘98203’,
I attached the full javascript code to the project.
