Ocresourceform
{
"schema": {
"CT-Details": {
"type": "object",
"title": "Individual Details",
"properties": {
"home_church": {
"type": "string",
"title": "Home Church "
,"required":true
},
"individual_involvement": {
"type": "string",
"title": "Current Involvement in Muslim ministry (if any): Brief description"
,"required":true
},
"refname": {
"type": "string",
"title": "Name of Reference Person"
,"required":true
},
"refphone": {
"type": "string",
"title": "Phone number of Reference Person"
,"required":true
}
}
}
},
"form": ["*"]
}
Ocresourceoptions
{
"schema": {"ocOptionsFrm3": {
"type": "string",
"description":"We agree that the Loving Muslims Together Network is a “large tent” where all who are involved in Christian ministry with Muslims are welcome. We agree that our tone in conversation with one another and with the watching world will be kind, gentle, respectful and truthful. While we may not necessarily agree in every area of ministry, we will choose love and unity as a reflection of commitment to Jesus’ prayer in John 17. ",
"title": "Commit",
"enum": ["", "agree2commit" ],
"required": true
},
"ocOptionsFrm1": {
"type": "string",
"title": "Support",
"description":"We commit to supporting God’s work through the Loving Muslims Together network as able through the ministry of prayer; by being proactive in taking opportunities to share with, learn from, encourage, and meet face to face those involved in the Loving Muslims Together network; by giving of our time and financial resources to help the Network; and by encouraging others to engage.",
"enum": ["", "agree2support" ],
"required": true
},
"ocOptionsFrm2": {
"type": "string",
"title": "Affirm",
"description":"Loving Muslims Together is a ministry of Outreach Canada and is accountable to OC’s Board of Directors through OC’s staff. We adhere to OC’s Vision, Mission, Statement of Faith, Core Values and Personal Values as we work together in the Loving Muslims Together network. I have read and affirm the OC Vision, Mission, Statement of Faith & Values.",
"enum": ["", "affirmstatements" ],
"required": true
},
"groupOption":{
"type":"string",
"title":"Coupon Type",
"enum":["","Small Group", "Large Group"]
},
"couponCode":{
"type":"string",
"title":"Coupon Code"
},
"ocOptionsFrm":{
"type":"string",
"title":"coupon discount"
}
},
"form": [ {
"key": "ocOptionsFrm3",
"titleMap": {
"":"Do you agree with the following commitment?",
"agree2commit": "Agree to Commit"
}
},
{
"key": "ocOptionsFrm1",
"titleMap": {
"":"Do you agree with the following commitment?",
"agree2support": "Agree to Support"
}
},
{
"key": "ocOptionsFrm2",
"titleMap": {
"":"Do you affirm the following?",
"affirmstatements": "Affirm Statement"
}
},
{
"type": "advancedfieldset",
"title":"Group Member Coupon",
"items": [ "couponCode",
{"key":"groupOption"
,"onChange":function(evt){
evt.preventDefault();
var amt='0';
var amtxt='';
var ccv='';
var cc = document.getElementsByName("couponCode");
if(cc[0]!=null){ccv=cc[0].value;}
var si=$(evt.target)[0].selectedIndex;
var txt=$(evt.target)[0].options[si].text;
switch(txt){
case 'Small Group':
if(ccv!=''){
amt='-10.00';
amtxt='$10.00'
}
break;
case 'Large Group':
if(ccv!=''){
amt='-10.00';
amtxt='$10.00'
}
break;
}
if(amt=='-10.00'){
updateOptionAmount(amt,amtxt);
}else{
alert('Invalid Coupon Code: ['+ccv+']');
}
}
}
]
}
]
}
Resourcerefid
LMT_MEMBER_IND
Resourcetype
REGISTRATION