Ocresourceform
{
"schema": {
"CT-Details": {
"type": "object",
"title": "Small Group Details",
"properties": {
"home_church": {
"type": "string",
"title": "Home Church (if applicable)"
,"required":true
},
"group_involvement": {
"type": "string",
"title": "Current Involvement in Muslim ministry (if any): Brief description"
,"required":true
},
"group_website": {
"type": "string",
"title": "Website (if applicable)"
}
}
}
},
"form": ["*"]
}
Ocresourceoptions
{
"schema": {"ocOptionsFrm3": {
"type": "string",
"title": "Support",
"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
},
"ocOptionsFrm": {
"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
},
"group_name":{
"type":"string",
"title":"Group Name",
"description":"Enter the preferred or suggested name of your group (we may adjust in order to make it unique within our system)",
"required":true
},
"group_description":{
"type":"string",
"title":"Group Description",
"description":"A short description of your group",
"required":true
}
},
"form": [ "group_name","group_description",
{
"key": "ocOptionsFrm3",
"titleMap": {
"":"Do you agree with the following commitment?",
"agree2commit": "Agree to Commit"
}
},
{
"key": "ocOptionsFrm",
"titleMap": {
"":"Do you agree with the following commitment?",
"agree2support": "Agree to Support"
}
},
{
"key": "ocOptionsFrm2",
"titleMap": {
"":"Do you affirm the following?",
"affirmstatements": "Affirm Statement"
}
,"onChange":function(evt){
evt.preventDefault();
var gn = document.getElementsByName("group_name");
var gd = document.getElementsByName("group_description");
var oco = document.getElementsByName("ocOptions");
if((gn[0]==null)||(gd[0]==null)){
alert('Please enter a group name and description');
}else{
var gv='{"gt":"smallgroup","gn":"'+gn[0].value+'","gd":"'+gd[0].value+'"}';
// alert(gv);
oco[0].value=gv;
}
}
}
]
}
Resourcerefid
LMT_MEMBER_SG
Resourcetype
REGISTRATION
Rsrcemail
membership@lmtn.ca