fixing up church and teacher forms
This commit is contained in:
parent
b487eae367
commit
9e498888fc
|
@ -51,7 +51,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="basis-full mt-10">
|
<div class="basis-full mt-10">
|
||||||
<label for="commitment" class="p-4">
|
<label for="commitment" class="p-4">
|
||||||
How would you rate the teenager's commitment to church and it's activities?
|
How would you rate the teenager's commitment to church and it's activities (or other activities that encourage spiritual growth)?
|
||||||
</label>
|
</label>
|
||||||
<br/>
|
<br/>
|
||||||
<textarea id="commitment" name="commitment"
|
<textarea id="commitment" name="commitment"
|
||||||
|
@ -68,11 +68,20 @@
|
||||||
placeholder=""></textarea>
|
placeholder=""></textarea>
|
||||||
</div>
|
</div>
|
||||||
<div class="basis-full mt-10">
|
<div class="basis-full mt-10">
|
||||||
<label for="characteristics" class="p-4">
|
<label for="pos-characteristics" class="p-4">
|
||||||
What positive or negative characteristics do you see this teen bringing to a mission trip team?
|
What positive or negative characteristics do you see this teenager bringing to a mission trip team?
|
||||||
</label>
|
</label>
|
||||||
<br/>
|
<br/>
|
||||||
<textarea id="characteristics" name="characteristics"
|
<textarea id="pos-characteristics" name="pos-characteristics"
|
||||||
|
class="form-input w-full h-64 {{ $formClasses }}"
|
||||||
|
placeholder=""></textarea>
|
||||||
|
</div>
|
||||||
|
<div class="basis-full mt-10">
|
||||||
|
<label for="neg-characteristics" class="p-4">
|
||||||
|
What negative characteristics would you be concerned about this teenager bringing to a mission trip team?
|
||||||
|
</label>
|
||||||
|
<br/>
|
||||||
|
<textarea id="neg-characteristics" name="neg-characteristics"
|
||||||
class="form-input w-full h-64 {{ $formClasses }}"
|
class="form-input w-full h-64 {{ $formClasses }}"
|
||||||
placeholder=""></textarea>
|
placeholder=""></textarea>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
/* xhr.open("POST", "https://n8n.tfcconnection.org/webhook/mt-application"); */
|
/* xhr.open("POST", "https://n8n.tfcconnection.org/webhook/mt-application"); */
|
||||||
xhr.open("POST", "https://n8n.tfcconnection.org/webhook-test/mt-application");
|
xhr.open("POST", "https://n8n.tfcconnection.org/webhook/mt-application");
|
||||||
xhr.send(data);
|
xhr.send(data);
|
||||||
console.log(data);
|
console.log(data);
|
||||||
console.log("Hallo!");
|
console.log("Hallo!");
|
||||||
|
|
|
@ -69,7 +69,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="basis-full mt-10">
|
<div class="basis-full mt-10">
|
||||||
<label for="team-challenges" class="p-4">
|
<label for="team-challenges" class="p-4">
|
||||||
How do you see this teenager functioning within a team if they are challenged and pushed beyond their comfort zone?
|
How do you see this student reacting and functioning within a team if they are challenged and pushed beyond their comfort zone?
|
||||||
</label>
|
</label>
|
||||||
<br/>
|
<br/>
|
||||||
<textarea id="team-challenges" name="team-challenges"
|
<textarea id="team-challenges" name="team-challenges"
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="basis-full mt-10">
|
<div class="basis-full mt-10">
|
||||||
<label for="extra-info" class="p-4">
|
<label for="extra-info" class="p-4">
|
||||||
What else would you like to tell us about your teenager that might be relevant as we consider them for a Mission Trip?
|
What else would you like to tell us about this student that might be relevant as we consider them for a mission trip?
|
||||||
</label>
|
</label>
|
||||||
<br/>
|
<br/>
|
||||||
<textarea id="extra-info" name="extra-info"
|
<textarea id="extra-info" name="extra-info"
|
||||||
|
|
Loading…
Reference in a new issue