You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

1205 lines
96 KiB

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="assessment_request_form">
<!-- Template of Assessment Request Form in website-->
<t t-call="website.layout">
<div id="wrap" class="oe_structure oe_empty">
<section
class="s_title parallax s_parallax_is_fixed bg-black-50 pt24 pb24"
data-vcss="001" data-snippet="s_title"
data-scroll-background-ratio="1">
<span class="s_parallax_bg oe_img_bg"
style="background-image: url('/web/image/website.s_banner_default_image'); background-position: 50% 0;"/>
<div class="o_we_bg_filter bg-black-50"/>
<div class="container">
<h1>Assessment Request Form</h1>
</div>
</section>
<section class="s_website_form" data-vcss="001"
data-snippet="s_website_form">
<div class="container s_allow_columns">
<div class="row">
<div class="col-lg-8 mt-4 mt-lg-0">
<section class="s_website_form" data-vcss="001"
data-snippet="s_website_form">
<div class="container">
<form id="contactus_form"
action="/assessment_request/submit"
method="post"
enctype="multipart/form-data"
class="o_mark_required"
data-mark="*"
data-model_name="mail.mail"
data-success-mode="redirect"
data-success-page="/contactus-thank-you"
data-pre-fill="true">
<div class="s_website_form_rows row s_col_no_bgcolor">
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="applicant_name">
<span class="s_website_form_label_content">
Applicant's Full
Name:
</span>
</label>
<div class="col-sm">
<input id="applicant_name"
type="text"
class="form-control s_website_form_input"
name="applicant_name"
required=""/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="date"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="birth_date">
<span class="s_website_form_label_content">
Birth Date:
</span>
</label>
<div class="col-sm">
<input id="birth_date"
type="date"
class="form-control s_website_form_input"
name="birth_date"
required=""/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="date"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="male">
<span class="s_website_form_label_content">
Gender:
</span>
</label>
<div class="col-sm">
<input type="radio"
id="Male"
name="gender"
value="Male"
required=""/>
<label for="Male">
Male
</label>
<input type="radio"
id="Female"
name="gender"
value="Female"/>
<label for="Female">
Female
</label>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="street">
<span class="s_website_form_label_content">
Applicant
Address:
</span>
</label>
<div class="col-sm">
<input id="street"
type="text"
class="form-control s_website_form_input o_address_street"
name="street"
placeholder="Street"
required=""/>
<input id="city"
type="text"
class="form-control s_website_form_input o_address_city"
name="city"
placeholder="City"
required=""/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="subject">
<span class="s_website_form_label_content">
Subject:
</span>
</label>
<div class="col-sm">
<input id="subject"
type="text"
class="form-control s_website_form_input"
name="subject"
required=""/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="marital_status">
<span class="s_website_form_label_content">
Marital Status:
</span>
</label>
<div class="col-sm">
<select id="marital_status"
class="form-control s_website_form_input"
name="marital_status">
<option value="Married">
Married
</option>
<option value="Single">
Single
</option>
<option value="Separated">
Separated
</option>
<option value="Widowed">
Widowed
</option>
<option value="Divorced">
Divorced
</option>
</select>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="living_arrangement">
<span class="s_website_form_label_content">
Present Living
Arrangements:
</span>
</label>
<div class="col-sm">
<select id="living_arrangement"
class="form-control s_website_form_input"
name="living_arrangement">
<option value="With Relative">
With
Relative
</option>
<option value="With Non-Relative">
With
Non-Relative
</option>
<option value="Alone(Home/Apartment)">
Alone(Home/Apartment)
</option>
<option value="Alone(Single Room)">
Alone(Single
Room)
</option>
</select>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="medicaid">
<span class="s_website_form_label_content">
Medicaid:
</span>
</label>
<div class="col-sm">
<input id="medicaid"
type="number"
class="form-control s_website_form_input"
name="medicaid"/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="medicare">
<span class="s_website_form_label_content">
Medicare:
</span>
</label>
<div class="col-sm">
<input id="medicare"
type="number"
class="form-control s_website_form_input"
name="medicare"/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="sup_sec_income">
<span class="s_website_form_label_content">
Supplemental
Security Income:
</span>
</label>
<div class="col-sm">
<input id="sup_sec_income"
type="number"
class="form-control s_website_form_input"
name="sup_sec_income"/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="why_interest">
<span class="s_website_form_label_content">
Tell us why you
are interested
in joining this
program?:
</span>
</label>
<div class="col-sm">
<input id="why_interest"
type="text"
class="form-control s_website_form_input"
name="why_interest"/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="date"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="Yes">
<span class="s_website_form_label_content">
Have you had
previous
experience in an
adult day care
program?:
</span>
</label>
<div class="col-sm">
<input type="radio"
id="Yes"
name="experience"
value="Yes"
required=""/>
<label for="Yes">
Yes
</label>
<input type="radio"
id="No"
name="experience"
value="No"/>
<label for="No">No
</label>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="where_when">
<span class="s_website_form_label_content">
If yes, Where
and when?:
</span>
</label>
<div class="col-sm">
<input id="where_when"
type="text"
class="form-control s_website_form_input"
name="where_when"/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="living_with_whom">
<span class="s_website_form_label_content">
Living with
whom:
</span>
</label>
<div class="col-sm">
<input id="living_with_whom"
type="text"
class="form-control s_website_form_input"
name="living_with_whom"
required=""/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="relation_with_living">
<span class="s_website_form_label_content">
Relationship
with whom their
living:
</span>
</label>
<div class="col-sm">
<input id="relation_with_living"
type="text"
class="form-control s_website_form_input"
name="relation_with_living"
required=""/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="nearest_relative">
<span class="s_website_form_label_content">
Nearest
responsible
relative:
</span>
</label>
<div class="col-sm">
<input id="nearest_relative"
type="text"
class="form-control s_website_form_input"
name="nearest_relative"
required=""/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="nearest_relative_relation">
<span class="s_website_form_label_content">
Relationship to
nearest
relative:
</span>
</label>
<div class="col-sm">
<input id="nearest_relative_relation"
type="text"
class="form-control s_website_form_input"
name="nearest_relative_relation"
required=""/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="employed_where">
<span class="s_website_form_label_content">
If employed,
Where:
</span>
</label>
<div class="col-sm">
<input id="employed_where"
type="text"
class="form-control s_website_form_input"
name="employed_where"/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="business_phone">
<span class="s_website_form_label_content">
Business Phone:
</span>
</label>
<div class="col-sm">
<input id="business_phone"
type="text"
class="form-control s_website_form_input"
name="business_phone"/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="emergency_contact_1">
<span class="s_website_form_label_content">
Emergency
Contact#1:
</span>
</label>
<div class="col-sm">
<input id="emergency_contact_1"
type="text"
class="form-control s_website_form_input"
name="emergency_contact_1"
required=""/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="applicant_relation_1">
<span class="s_website_form_label_content">
Applicant
Relationship#1:
</span>
</label>
<div class="col-sm">
<input id="applicant_relation_1"
type="text"
class="form-control s_website_form_input"
name="applicant_relation_1"
required=""/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="emergency_address_1">
<span class="s_website_form_label_content">
Emergency
Address#1:
</span>
</label>
<div class="col-sm">
<input id="emergency_address_1"
type="text"
class="form-control s_website_form_input"
name="emergency_address_1"
required=""/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="first_emergency_phone">
<span class="s_website_form_label_content">
Emergency
Phone#1:
</span>
</label>
<div class="col-sm">
<input id="emergency_phone_1"
type="text"
class="form-control s_website_form_input"
name="first_emergency_phone"
required=""/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="second_emergency_contact">
<span class="s_website_form_label_content">
Emergency
Contact#2:
</span>
</label>
<div class="col-sm">
<input id="emergency_contact_2"
type="text"
class="form-control s_website_form_input"
name="second_emergency_contact"
required=""/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="applicant_relation_2">
<span class="s_website_form_label_content">
Applicant
Relationship#2:
</span>
</label>
<div class="col-sm">
<input id="applicant_relation_2"
type="text"
class="form-control s_website_form_input"
name="applicant_relation_2"
required=""/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="emergency_address_2">
<span class="s_website_form_label_content">
Emergency
Address#2:
</span>
</label>
<div class="col-sm">
<input id="emergency_address_2"
type="text"
class="form-control s_website_form_input"
name="emergency_address_2"
required=""/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="emergency_phone_2">
<span class="s_website_form_label_content">
Emergency
Phone#2:
</span>
</label>
<div class="col-sm">
<input id="emergency_phone_2"
type="text"
class="form-control s_website_form_input"
name="emergency_phone_2"
required=""/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="physician_name">
<span class="s_website_form_label_content">
Physician Name:
</span>
</label>
<div class="col-sm">
<input id="physician_name"
type="text"
class="form-control s_website_form_input"
name="physician_name"
required=""/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="physician_address">
<span class="s_website_form_label_content">
Physician
Address:
</span>
</label>
<div class="col-sm">
<input id="physician_address"
type="text"
class="form-control s_website_form_input"
name="physician_address"
required=""/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="physician_phone">
<span class="s_website_form_label_content">
Physician Phone:
</span>
</label>
<div class="col-sm">
<input id="physician_phone"
type="text"
class="form-control s_website_form_input"
name="physician_phone"
required=""/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="date"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="physician_last_visit">
<span class="s_website_form_label_content">
Physician Last
Visit:
</span>
</label>
<div class="col-sm">
<input id="physician_last_visit"
type="date"
class="form-control s_website_form_input"
name="physician_last_visit"
required=""/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="dentist_name">
<span class="s_website_form_label_content">
Dentist Name:
</span>
</label>
<div class="col-sm">
<input id="dentist_name"
type="text"
class="form-control s_website_form_input"
name="dentist_name"
required=""/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="dentist_address">
<span class="s_website_form_label_content">
Dentist Address:
</span>
</label>
<div class="col-sm">
<input id="dentist_address"
type="text"
class="form-control s_website_form_input"
name="dentist_address"
required=""/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="dentist_phone">
<span class="s_website_form_label_content">
Dentist Phone:
</span>
</label>
<div class="col-sm">
<input id="dentist_phone"
type="text"
class="form-control s_website_form_input"
name="dentist_phone"
required=""/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="date"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="dentist_last_visit">
<span class="s_website_form_label_content">
Dentist Last
Visit:
</span>
</label>
<div class="col-sm">
<input id="dentist_last_visit"
type="date"
class="form-control s_website_form_input"
name="dentist_last_visit"
required=""/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="transport_provider">
<span class="s_website_form_label_content">
Transportation
will be provided
by:
</span>
</label>
<div class="col-sm">
<select id="transport_provider"
class="form-control s_website_form_input"
name="transport_provider">
<option value="Relative or Friend">
Relative or
Friend
</option>
<option value="Public Transportation">
Public
Transportation
</option>
<option value="Blessed Assurance">
Blessed
Assurance
</option>
</select>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="int"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="arrive_time">
<span class="s_website_form_label_content">
Arrive Time:
</span>
</label>
<div class="col-sm">
<input id="arrive_time"
type="number"
class="form-control s_website_form_input"
name="arrive_time"
min="0"
max="24"/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="int"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="departure_time">
<span class="s_website_form_label_content">
Departure Time:
</span>
</label>
<div class="col-sm">
<input id="departure_time"
type="number"
class="form-control s_website_form_input"
name="departure_time"
min="0"
max="24"/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="date"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="yes">
<span class="s_website_form_label_content">
Special Diet?:
</span>
</label>
<div class="col-sm">
<input type="radio"
id="Yes"
name="diet"
value="Yes"
required=""/>
<label for="Yes">
Yes
</label>
<input type="radio"
id="No"
name="diet"
value="No"/>
<label for="No">No
</label>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="diet_detail">
<span class="s_website_form_label_content">
If yes, give
details:
</span>
</label>
<div class="col-sm">
<input id="diet_detail"
type="text"
class="form-control s_website_form_input"
name="diet_detail"/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="allergies">
<span class="s_website_form_label_content">
List all
allergies:
</span>
</label>
<div class="col-sm">
<input id="allergies"
type="text"
class="form-control s_website_form_input"
name="allergies"/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="request_assurance">
<span class="s_website_form_label_content">
Days and times
requested to be
at Blessed
Assurance:
</span>
</label>
<div class="col-sm">
<input id="request_assurance"
type="text"
class="form-control s_website_form_input"
name="request_assurance"/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="paid_by">
<span class="s_website_form_label_content">
I acknowledge
that the
participation in
this program
will be paid by
:
</span>
</label>
<div class="col-sm">
<select id="paid_by"
class="form-control s_website_form_input"
name="paid_by">
<option value="Myself">
Myself
</option>
<option value="Relative">
Relative
</option>
<option value="Another Party">
Another
Party
</option>
</select>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="paid_by_name">
<span class="s_website_form_label_content">
Give name of
person/party
responsible that
is mentioned
above:
</span>
</label>
<div class="col-sm">
<input id="paid_by_name"
type="text"
class="form-control s_website_form_input"
name="paid_by_name"
required=""/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="paid_by_phone">
<span class="s_website_form_label_content">
Phone number of
person to pay
bill:
</span>
</label>
<div class="col-sm">
<input id="paid_by_phone"
type="text"
class="form-control s_website_form_input"
name="paid_by_phone"
required=""/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="email">
<span class="s_website_form_label_content">
Your Email:
</span>
</label>
<div class="col-sm">
<input id="email"
type="email"
class="form-control s_website_form_input"
name="email"
required=""/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="hospital_choice">
<span class="s_website_form_label_content">
If emergency
medical care
becomes
necessary, I
give permission
for any
treatment the
physician deems
necessary. My
hospital choice
is:
</span>
</label>
<div class="col-sm">
<input id="hospital_choice"
type="text"
class="form-control s_website_form_input"
name="hospital_choice"
placeholder="e.g.City Life Hospital"/>
<span>But I (the
applicant) may
be treated at
the nearest
facility if the
emergency deems
it necessary.
</span>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="digital_sign">
<span class="s_website_form_label_content">
By entering your
full name, you
are digitally
signing this
form:
</span>
</label>
<div class="col-sm">
<input id="digital_sign"
type="text"
class="form-control s_website_form_input"
name="digital_sign"
required=""/>
</div>
</div>
</div>
<div class="mb-0 py-2 col-12 s_website_form_submit"
data-name="Submit Button">
<div style="width: 200px;"
class="s_website_form_label"/>
<button type="submit"
class="btn btn-primary">
Submit
</button>
</div>
</div>
</form>
</div>
</section>
</div>
</div>
</div>
</section>
</div>
</t>
</template>
<template id="assessment_request_submit_template"
name="Assessment Request Submitted">
<!-- Template assessment request submit in website-->
<t t-call="website.layout">
<div id="wrap" class="oe_structure oe_empty">
<section
class="s_title parallax s_parallax_is_fixed bg-black-50 pt24 pb24"
data-vcss="001" data-snippet="s_title"
data-scroll-background-ratio="1">
<span class="s_parallax_bg oe_img_bg"
style="background-image: url('/web/image/website.s_banner_default_image'); background-position: 50% 0;"/>
<div class="o_we_bg_filter bg-black-50"/>
<div class="container">
<h1>Assessment Request Form</h1>
</div>
</section>
<section class="s_website_form" data-vcss="001"
data-snippet="s_website_form">
<div class="container s_allow_columns">
<div class="row">
<div class="col-lg-8 mt-4 mt-lg-0">
<div class="alert alert-success">
Your Day Care Assessment Request is "<t
t-esc="lead['name']"/>".
<br/>
Please Note it for further communication.
<br/>
You Will Receive Email from our Team
shortly.
<br/>
Please reply to that mail for feature
conversation.
<br/>
</div>
</div>
</div>
</div>
</section>
</div>
</t>
</template>
</odoo>