Altdescription
Prices in Canadian Dollars
Incomeclassnumber
130-3400
Ocresourceoptions
{
"schema": {
"ocOptionsFrmAdults": {
"type": "string",
"title": "Adults Registered",
"enum": ["", "0", "100.00", "200.00", "300.00", "400.00" ],
"required": true
}, "ocOptionsFrmKids": {
"type": "string",
"title": "Children Registered",
"enum": ["", "0", "50.00", "100.00", "150.00","200.00","250.00","300.00" ],
"required": true
}
},
"form": [
{
"key": "ocOptionsFrmAdults",
"titleMap": {
"":"Please Select # of Adults",
"0": "No Adults ($ 0.00)",
"100.00": "1 Adult ($100.00)",
"200.00": "2 Adults ($200.00.)",
"300.00": "3 Adults ($300.00)",
"400.00": "4 Adults ($400.00)"
},
"onChange": function(evt) {
var value = $(evt.target).val();
var si=$(evt.target)[0].selectedIndex;
var txt=$(evt.target)[0].options[si].text;
if(value) {updateOptionAmount(value,txt);}
}},{
"key": "ocOptionsFrmKids",
"titleMap": {
"":"Please Select # of Children",
"0": "No Children ($0)",
"50.00": "1 Child ($50)",
"100.00": "2 Children ($100.00)",
"150.00": "3 Children ($150.00)",
"200.00": "4 Children ($200.00)",
"250.00": "5 Children ($250.00)",
"300.00": "6 Children ($300.00)"
},
"onChange": function(evt) {
var value = $(evt.target).val();
var si=$(evt.target)[0].selectedIndex;
var txt=$(evt.target)[0].options[si].text;
// alert('si='+si+' txt='+txt);
if(value) {updateExtraOption(value);}
}
}
]
}
Resourcetype
REGISTRATION
Rsrcemail
admin@missionprep.ca