| Server IP : 10.200.247.200 / Your IP : 216.73.217.19 Web Server : Apache System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : jeremy ( 1001) PHP Version : 8.4.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/usa_sites/vx_testing/usa/professional-grant-services/ |
Upload File : |
<?php
session_start();
if(empty($_SESSION['ps_version'])) {
//$rand = rand(1,2);
$rand = 1;
if($rand==1) {
//$_SESSION['ps_version'] = 'index_040925';
$_SESSION['ps_version'] = 'index_042325';
if(!empty($_GET)) {
$str = '';
foreach($_GET as $k=>$v) {
$str .= ($str=='') ? '' : '&';
$str .= urlencode($k).'='.urlencode($v);
}
header("Location: index_042325.php?".$str);
exit(0);
} else {
header("Location: index_042325.php");
exit(0);
}
} else {
//$_SESSION['ps_version'] = 'index';
$_SESSION['ps_version'] = 'index_042425';
if(!empty($_GET)) {
$str = '';
foreach($_GET as $k=>$v) {
$str .= ($str=='') ? '' : '&';
$str .= urlencode($k).'='.urlencode($v);
}
header("Location: index_042425.php?".$str);
exit(0);
} else {
header("Location: index_042425.php");
exit(0);
}
}
} else {
if($_SESSION['ps_version']=='index_040925') {
header("Location: index_040925.php");
exit(0);
} elseif($_SESSION['ps_version']=='index_042325') {
header("Location: index_042325.php");
exit(0);
} elseif($_SESSION['ps_version']=='index_042425') {
header("Location: index_042425.php");
exit(0);
}
}
include_once($_SERVER['DOCUMENT_ROOT'].'/vx/lib/ua.php');
include_once($_SERVER['DOCUMENT_ROOT'].'/vx/lib/func.php');
include_once($_SERVER['DOCUMENT_ROOT'].'/vx_/site_info.php');
include_once($_SERVER['DOCUMENT_ROOT'].'/vx/lib/mysql.php');
$user = $_SESSION['user'];
ob_start();
track_member_action('Page Visit','Professional Grant Services');
$_SESSION['visited_professional_services'] = '1';
$client_res = $db->query("SELECT * FROM lc2{$siteCode}_lc.lc_reseller
WHERE id='".clean($user)."'");
if(!empty($client_res)) {
$client_info = $client_res[0];
$client_info['address'] = $client_info['address1'];
$client_info['cell_phone'] = phone_number($client_info['phone_1']);
$client_info['work_phone'] = phone_number($client_info['phone_1']);
$client_profile_res = $db->query("SELECT p.money,p.description FROM lc2{$siteCode}_lc.lead_profile p
LEFT JOIN lc2{$siteCode}_lc.lc_leads l ON l.id=p.lead_id
WHERE l.customerID='".clean($user)."'");
if(!empty($client_profile_res)) {
$client_info['description'] = $client_profile_res[0]['description'];
$client_info['money'] = $client_profile_res[0]['money'];
}
if($client_info['visited_professional_services_page']=='0') {
$db->query("UPDATE lc2{$siteCode}_lc.lc_reseller SET visited_professional_services_page=1 WHERE id='".clean($user)."'");
}
} else {
$client_info = array();
}
$already_filled_out = false;
$is_jeremy = false;
$marketer_res = $db->query("SELECT id,marketer FROM coaching_allocator.leads
WHERE leaddb='".clean($siteCode)."'
AND leadid='".clean($user)."'");
if(!empty($marketer_res)) {
if(!empty($marketer_res[0]['marketer'])) {
if($marketer_res[0]['marketer']=='jeremy') {
$is_jeremy = true;
} else {
$profile_res = $db->query("SELECT id,available_savings
FROM coaching_allocator.profile
WHERE leads_id='".clean($marketer_res[0]['id'])."'");
$marketer_res = $db->query("SELECT e.username as 'marketer',e.first_name,e.work_email,s.extension
FROM surfcrm.employees e
LEFT JOIN surfcrm.softphone_logins s ON s.id=e.softphone_id
WHERE e.username='".clean($marketer_res[0]['marketer'])."'");
}
}
}
if(empty($already_filled_out)) {
$filled_out_res = $db->get_results("SELECT id FROM tracker.member_actions
WHERE site_code='".$db->clean($siteCode)."'
AND client_id='".$db->clean($user)."'
AND action='Submit Application'");
if(!empty($filled_out_res)) {
$already_filled_out = true;
}
}
?>
<style>
#professional_service_new {
display:none;
}
#application_info {
padding:10px 0px 20px 0px;
position:relative;
display:inline-block;
width: calc(100% - 220px);
vertical-align:top;
}
#professional_service_testimonials {
display:inline-block;
width:200px;
padding:10px;
vertical-align:top;
border: 1px solid rgba(0,0,0,0.2);
text-align:center;
position:relative;
z-index:2;
}
#professional_service_testimonials p {
font-style:italic;
text-align:center;
margin:5px 0px 20px 0px;
}
.app_input, .company_info_value {
margin:5px 0px;
}
.app_input input[type=text], .app_input select, .app_input textarea {
width:100%;
}
.app_input .input_parent {
padding:5px;
}
.company_info_label {
font-size:18px;
}
.company_info_value input[type=text], .company_info_value textarea {
width:100%;
}
.company_info_value input[type=checkbox], .company_info_value input[type=radio] {
vertical-align:middle;
margin:0px 3px;
}
.app_area {
margin:10px 20px;
}
.video {
margin:10px auto;
width:640px;
position:relative;
}
#play_button {
position: absolute;
left: 275px;
top: 143px;
background: rgba(255,255,255,0.7);
width: 100px;
height: 100px;
padding: 0px;
border-radius: 60px;
cursor: pointer;
color: black;
padding: 14px;
}
#pause_button {
display:none;
position: absolute;
left: 275px;
top: 143px;
background: rgba(255,255,255,0.7);
width: 100px;
height: 100px;
padding: 0px;
border-radius: 60px;
cursor: pointer;
color: black;
padding: 12px 10px 10px 10px;
}
#appointment_area {
margin-top:10px;
}
#loading_area {
font-size:24px;
font-weight:bold;
}
#blocked_off {
position:absolute;
top:0px;
bottom:0px;
left:0px;
right:0px;
z-index:2;
background:rgba(255,255,255,0.7);
}
#blocked_off_text {
position:relative;
z-index:3;
color:red;
}
.tiny_label {
font-size:10px;
margin:0px;
padding:0px;
}
#really_no_money_holder, #really_really_no_money_holder {
display:none;
}
.schedule_appointment {
background: #91e4fb;
border:2px solid #00a4d3;
font-size:24px;
font-style:italic;
cursor:pointer;
padding:10px 20px;
border-radius:10px;
margin-top:10px;
}
.confirm_text_block {
margin:20px 0px;
font-size:18px;
font-style:italic;
}
@media screen and (max-width: 600px) {
.video {
width:90%;
}
#pause_button, #play_button {
top:calc((100% - 50px)/2);
left:calc((100% - 50px)/2);
width:50px;
height:50px;
}
#play_button {
padding:7px;
}
#pause_button {
padding: 7px 5px;
}
#pause_button .f64, #play_button .f64 {
font-size:24px;
}
#professional_service_testimonials {
display:none;
}
#application_info {
width:95%;
padding:10px;
}
}
</style>
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script src="/vx/js/jquery/jquery.formatter.min.js"></script>
<script>
function get_appointments_day(date) {
$('#appointment_time').html('Loading Appointment Times...');
var str = "date=" + encodeURIComponent(date) + "&zip=" + encodeURIComponent($('#zip').val());
$.ajax({
method: "POST",
url: "/vx/usa/professional-grant-services/show_calendar.php",
data: str
}).done(function( msg ) {
$('#appointment_time').html(msg);
});
}
function submit_application(me) {
var errors = '';
var str = "";
var done_names = [];
$('#application_info').find('input,select,textarea').each(function() {
if(this.type!='submit' && this.name!='appointment_date') {
str += (str=='') ? '' : '&';
if(this.type=='checkbox' || this.type=='radio') {
if($(this).is(':checked')) {
str += encodeURIComponent(this.name) + '=' + encodeURIComponent($(this).val());
}
if($(this).is(':visible')) {
if($(this).parents('.radio_group_parent:first').find('input:checked').length==0) {
is_there = false;
for(i in done_names) {
if(done_names[i]==this.name) {
is_there = true;
}
}
if(!is_there) {
errors += (errors=='') ? '' : "\n";
errors += $(this).parents('.radio_group_parent:first').prev().text();
done_names.push(this.name);
}
}
}
} else {
str += encodeURIComponent(this.name) + '=' + encodeURIComponent($(this).val());
if($(this).is(':visible')) {
if(this.name=='website') {
if($('#has_website_no').is(':checked') == false) {
if($(this).val()=='') {
errors += (errors=='') ? '' : "\n";
errors += $(this).attr('placeholder');
}
}
} else {
if($(this).val()=='') {
errors += (errors=='') ? '' : "\n";
if(this.name=='available_savings') {
errors += 'Available Savings';
} else if(this.name=='available_credit_cards') {
errors += 'Available Credit Cards';
} else if(this.name=='available_other') {
errors += 'Available Other';
} else {
errors += $(this).attr('placeholder');
}
}
}
}
}
}
});
<?php if(true || $device == "ipad") { ?>
if(true) {
<?php } else { ?>
if(errors=='') {
<?php } ?>
if(!$('#agree2terms').is(':checked')) {
alert("You must agree to be contacted to continue.");
} else {
$('#loading_area').show();
$.ajax({
method: "POST",
url: "/vx/usa/professional-grant-services/submit_application.php",
data: str
}).done(function( msg ) {
<?php $rand = rand(1,2);
if($rand==1) { ?>
window.location = "/vx/usa/professional-grant-services/appointment_042305.php";
<?php } else { ?>
window.location = "/vx/usa/professional-grant-services/appointment.php";
<?php } ?>
<?php
/*$('#loading_area').remove();
$(me).hide();
$('#professional_service_container').html(msg);
$('.phone_number').formatter({
'pattern': '({{999}}) {{999}}-{{9999}}',
'persistent': false
});
window.scrollTo(0, 0);
*/
?>
});
}
} else {
alert("You must answer all of the questions. You didn\'t answer the following:\n\n" + errors);
}
}
function track_video_watched() {
var str="track_video=1";
$.ajax({
method: "POST",
url: "/vx/usa/professional-grant-services/track_video_watched.php",
data: str
}).done(function( msg ) {
});
}
var tracked_video_started = false;
function track_video_started() {
if(!tracked_video_started) {
tracked_video_started = true;
var str="track_video=1";
$.ajax({
method: "POST",
url: "/vx/usa/professional-grant-services/track_video_started.php",
data: str
}).done(function( msg ) {
});
}
}
var marked_tracked = false;
function show_application_form(me) {
if(me.currentTime >= 30) {
if(!marked_tracked) {
track_video_watched();
marked_tracked = true;
}
$('#blocked_off,#blocked_off_text').hide();
//$('#blocked_off').hide();
} else {
$('#blocked_off,#blocked_off_text').show();
//$('#blocked_off').show();
}
}
function show_play_buttons() {
if($('video')[0].paused) {
$('#play_button').show();
$('#pause_button').hide();
} else {
$('#play_button').hide();
$('#pause_button').show();
}
}
function hide_play_buttons() {
$('#play_button,#pause_button').hide();
}
function formatCurrency(total) {
var neg = false;
if(total < 0) {
neg = true;
total = Math.abs(total);
}
return (neg ? "-$" : '$') + parseFloat(total, 10).toFixed(0).replace(/(\d)(?=(\d{3})+\.)/g, "$1,").toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",");;
}
function check_really_no_money(me) {
$(me).val($(me).val().replace(/[^0-9.]/g, ""));
var is_blank = 0;
$('.really_no_money').each(function() {
var this_val = $(this).val().replace(/[^0-9.]/g, "");
if(this_val!='' && this_val*1==0) {
is_blank++;
}
});
if(is_blank==3) {
$('#really_no_money_holder').show(350);
} else {
$('#really_no_money_holder').hide(350);
}
if($(me).val()!='') {
$(me).val(formatCurrency($(me).val()));
}
}
function confirm_email_and_text(me) {
$(me).hide();
$(me).removeAttr('onclick');
var str = "confirm_email=" + encodeURIComponent($('#confirm_email_input').val());
str += "&confirm_cell_phone=" + encodeURIComponent($('#confirm_cell_phone_input').val());
$.ajax({
method: "POST",
url: "/vx/usa/professional-grant-services/confirm_email_and_text.php",
data: str
}).done(function( msg ) {
$('#professional_service_container').html(msg);
});
}
function check_amount_needed(me) {
$('#submit_button').show();
/*var amount_needed = $(me).val();
if(amount_needed=='$25,000 - $50,000' || amount_needed=='$50,000 - $100,000' || amount_needed=='$100,000 or More') {
} else {
$('#submit_button').hide();
alert("These services are only for people looking for at least $25,000.");
}*/
}
$('document').ready(function() {
$('.phone_number').formatter({
'pattern': '({{999}}) {{999}}-{{9999}}',
'persistent': false
});
$('video')[0].load();
<?php if(!empty($_GET['autoplay'])) { ?>
$('#play_button').click();
<?php } ?>
});
</script>
<div class="relative block" ng-controller="Members" style="height:100%; min-height:400px; margin:0px auto; max-width:1000px; background: white;">
<div id="professional_service_container">
<center><h1>Professional Grant Services for Business</h1></center>
<div class="video">
<?php /*
<?php if($phone) { ?>
<video src="https://surfcrm.com/training_calls/videos/usa_professional_services_mobile.mp4" preload="none" poster="https://surfcrm.com/training_calls/videos/usa_professional_services_thumb.png" ontimeupdate="show_application_form(this);" onmouseover="show_play_buttons();" onmouseout="hide_play_buttons();" style="width:100%;"></video>
<?php } else { ?>
<video src="https://surfcrm.com/training_calls/videos/usa_professional_services.mp4" preload="none" poster="https://surfcrm.com/training_calls/videos/usa_professional_services_thumb.png" ontimeupdate="show_application_form(this);" onmouseover="show_play_buttons();" onmouseout="hide_play_buttons();" style="width:100%;"></video>
<?php } ?>
*/ ?>
<video src="https://surfcrm.com/training_calls/videos/Professional_Services_Video_2025_5_Min_Version.mp4" preload="none" poster="https://surfcrm.com/training_calls/videos/usa_professional_services_thumb.png" ontimeupdate="show_application_form(this);" onmouseover="show_play_buttons();" onmouseout="hide_play_buttons();" style="width:100%;"></video>
<div id="play_button" onmouseover="show_play_buttons();" onmouseout="hide_play_buttons();" onclick="track_video_started(); $('video')[0].play(); show_play_buttons();"><span class="glyphicons glyphicons-play glyphicons-fw f64"></span></div>
<div id="pause_button" onmouseover="show_play_buttons();" onmouseout="hide_play_buttons();" onclick="$('video')[0].pause(); show_play_buttons();"><span class="glyphicons glyphicons-pause glyphicons-fw f64"></span></div>
</div>
<?php if(!empty($marketer_res[0]['marketer']) && !$is_jeremy) { ?>
<div class="video">
<div class="row">
<div class="company_info_label">
You are currently working with <?= $marketer_res[0]['first_name'];?>.<br />
If you have any questions you can call them at 800-858-1052 ext. <?= $marketer_res[0]['extension'];?>,<br />
or email them at <?= $marketer_res[0]['work_email'];?>.
</div>
</div>
</div>
<?php } elseif($already_filled_out) { ?>
<div class="video">
<div class="row">
<h1>You filled this form out, but haven't set an appointment yet.</h1>
<p><a href="appointment.php" style="color:blue;text-decoration:underline;">Click Here</a> to set an appointment.</p>
</div>
</div>
<?php } else { ?>
<div id="application_info">
<div id="blocked_off"></div>
<div id="blocked_off_text">
<center><h3>The application will unlock after 30 seconds into this short 5-minute video.</h3></center>
</div>
<h2>Application for Professional Writing and Researching Services</h2>
<div class="app_area">
<div class="row">
<div class="app_input col-sm-6"><div class="input_parent"><input type="text" name="first_name" value="<?= $client_info['first'];?>" placeholder="First Name" /></div></div>
<div class="app_input col-sm-6"><div class="input_parent"><input type="text" name="last_name" value="<?= $client_info['last'];?>" placeholder="Last Name" /></div></div>
</div>
<div class="row">
<div class="app_input col-sm-12"><div class="input_parent"><input type="text" name="address" value="<?= $client_info['address'];?>" placeholder="Address" /></div></div>
</div>
<div class="row">
<div class="app_input col-sm-4"><div class="input_parent"><input type="text" name="city" value="<?= $client_info['city'];?>" placeholder="City" /></div></div>
<div class="app_input col-sm-4">
<div class="input_parent">
<select name="state" placeholder="State">
<option value="">Select State</option>
<?php foreach($states as $state) { ?>
<option value="<?= $state['state_short'];?>" <?= ($client_info['state']==$state['state_short']) ? 'selected' : '';?>><?= $state['state'];?></option>
<?php } ?>
</select>
</div>
</div>
<div class="app_input col-sm-4"><div class="input_parent"><input type="text" name="zip" id="zip" value="<?= $client_info['zip'];?>" placeholder="Zip" /></div></div>
</div>
<div class="row">
<div class="app_input col-sm-6"><div class="input_parent"><input type="text" name="cell_phone" value="<?= $client_info['cell_phone'];?>" placeholder="Mobile Phone" class="phone_number" /></div></div>
<div class="app_input col-sm-6"><div class="input_parent"><input type="text" name="work_phone" value="<?= $client_info['work_phone'];?>" placeholder="Business Phone" class="phone_number" /></div></div>
</div>
<div class="row">
<div class="app_input col-sm-12"><div class="input_parent"><input type="text" name="email" value="<?= $client_info['email'];?>" placeholder="Email" /></div></div>
</div>
</div>
<h2>Company Info</h2>
<div class="app_area">
<div class="row">
<div class="company_info_label col-sm-8">Are you looking to start or expand your business?</div>
<div class="company_info_value col-sm-4 radio_group_parent">
<label><input type="radio" name="start_or_expand_business[]" value="Start" /> Start</label>
<label><input type="radio" name="start_or_expand_business[]" value="Expand" /> Expand</label>
</div>
</div>
<div class="row">
<div class="company_info_label col-sm-8">How many years have you been in business?</div>
<div class="company_info_value col-sm-4"><input type="number" name="years_in_business" value="" placeholder="Number of Years in Business" /></div>
</div>
<div class="row">
<div class="company_info_label col-sm-8">How many employees do you have?</div>
<div class="company_info_value col-sm-4"><input type="number" name="number_of_employees" value="" placeholder="Number of Employees" /></div>
</div>
<div class="row">
<div class="company_info_label col-sm-8">What is the name of your business?</div>
<div class="company_info_value col-sm-4"><input type="text" name="business_name" value="" placeholder="Company Name" /></div>
</div>
<div class="row">
<div class="company_info_label col-sm-12">How is your business structured legally?</div>
<div class="company_info_value col-sm-12 radio_group_parent" style="text-align:center;">
<label><input type="radio" name="business_type[]" value="Sole Proprietor" /> Sole Proprietor</label>
<label><input type="radio" name="business_type[]" value="LLC" /> LLC</label>
<label><input type="radio" name="business_type[]" value="S Corporation" /> S Corporation</label>
<label><input type="radio" name="business_type[]" value="C Corporation" /> C Corporation</label>
<label><input type="radio" name="business_type[]" value="Other" /> Other</label>
</div>
</div>
<div class="row">
<div class="company_info_label col-sm-4">Do you have a website?</div>
<div class="company_info_value col-sm-8 radio_group_parent">
<div class="col-sm-4">
<label><input type="radio" name="has_website[]" value="Yes" /> Yes</label>
<label><input type="radio" name="has_website[]" value="No" id="has_website_no" /> No</label>
</div>
<div class="col-sm-8">
<input type="text" name="website" value="" placeholder="Website" />
</div>
</div>
</div>
<div class="row">
<div class="company_info_label col-sm-8">How would you best describe your business plan?</div>
<div class="company_info_value col-sm-4 radio_group_parent">
<label><input type="radio" name="has_business_plan[]" value="No Business Plan" /> I don't have one yet</label>
<label><input type="radio" name="has_business_plan[]" value="2-5 Page Roughdraft" /> 2-5 page rough outline</label>
<label><input type="radio" name="has_business_plan[]" value="10+ page professionally written business plan" /> 10+ page professionally written business plan with management details, sales projections, competitive analysis, advertising strategies, and financial information</label>
</div>
</div>
</div>
<h2>Project Info</h2>
<div class="app_area">
<div class="row">
<div class="company_info_label col-sm-12">What exactly are you trying to get grant money for?</div>
<div class="company_info_value col-sm-12">
<textarea name="project_details" placeholder="Describe in detail what you are looking for" style="height:100px;"><?= $client_info['description'];?></textarea>
</div>
</div>
<div class="row">
<div class="company_info_label col-sm-8">Would you be willing to use the success of your business to fill needs and solve problems in your area?</div>
<div class="company_info_value col-sm-4 radio_group_parent">
<label><input type="radio" name="use_business_to_help_area[]" value="Yes" /> Yes</label>
<label><input type="radio" name="use_business_to_help_area[]" value="No" /> No</label>
</div>
</div>
<div class="row">
<div class="company_info_label col-sm-8">Are you willing to create jobs with your business?</div>
<div class="company_info_value col-sm-4 radio_group_parent">
<label><input type="radio" name="will_make_jobs[]" value="Yes" /> Yes</label>
<label><input type="radio" name="will_make_jobs[]" value="No" /> No</label>
</div>
</div>
<div class="row">
<div class="company_info_label col-sm-8">What's a rough estimate of how much money you need? Keep in mind, how much total money you need has very little to do with whether or not you're awarded a specific grant.</div>
<div class="company_info_value col-sm-4">
<select name="amount_needed">
<option value="">Select Amount</option>
<option value="$25,000 - $50,000">$25,000 - $50,000</option>
<option value="$50,000 - $100,000">$50,000 - $100,000</option>
<option value="$100,000 or More">$100,000 or More</option>
</select>
</div>
</div>
</div>
<h2>Personal and Financial Profile</h2>
<div class="app_area">
<div class="row">
<div class="company_info_label col-sm-8">Are you employed full time or part time?</div>
<div class="company_info_value col-sm-4 radio_group_parent">
<label><input type="radio" name="employed_type[]" value="Full Time" /> Full Time</label>
<label><input type="radio" name="employed_type[]" value="Part Time" /> Part Time</label>
</div>
</div>
<div class="row">
<div class="company_info_label col-sm-8">What's a ball-park of your Annual Income?</div>
<div class="company_info_value col-sm-4">
<input type="tel" name="annual_income" value="" placeholder="$ Annual Income" onkeyup="check_really_no_money(this);" />
</div>
</div>
<div class="row">
<div class="company_info_label col-sm-12">Would you say your credit is excellent, good, fair, or poor?</div>
<div class="company_info_value col-sm-12 radio_group_parent" style="text-align:center;">
<label><input type="radio" name="credit_score[]" value="Excellent" /> Excellent</label>
<label><input type="radio" name="credit_score[]" value="Good" /> Good</label>
<label><input type="radio" name="credit_score[]" value="Fair" /> Fair</label>
<label><input type="radio" name="credit_score[]" value="Poor" /> Poor</label>
</div>
</div>
<div class="row">
<div class="company_info_label col-sm-8">How much money do you have available that you could put towards your project if you had to?</div>
<div class="company_info_value col-sm-4">
<div>
<div class="tiny_label">Availability in Savings / Checking</div>
<input type="tel" name="available_savings" class="really_no_money" onkeyup="check_really_no_money(this);" value="" placeholder="$" />
</div>
<div>
<div class="tiny_label">Availability in Credit Cards</div>
<input type="tel" name="available_credit_cards" class="really_no_money" onkeyup="check_really_no_money(this);" value="" placeholder="$" />
</div>
<div>
<div class="tiny_label">Other Available Money</div>
<input type="tel" name="available_other" class="really_no_money" onkeyup="check_really_no_money(this);" value="" placeholder="$" />
</div>
</div>
</div>
<div id="really_no_money_holder">
<div class="row">
<div class="company_info_label col-sm-8">You have entered $0 available. Is this correct? Do you have any other money accessible to put towards your business?</div>
<div class="company_info_value col-sm-4 radio_group_parent">
<label><input type="radio" name="any_other_money[]" value="Yes" onclick="$('#really_really_no_money_holder').show(350);" /> Yes</label>
<label><input type="radio" id="no_other_money_selected" name="any_other_money[]" value="No" onclick="$('#really_really_no_money_holder').hide(350);" /> No</label>
</div>
</div>
<div id="really_really_no_money_holder">
<div class="row">
<div class="company_info_label col-sm-12">Please explain:</div>
<div class="company_info_value col-sm-12">
<textarea name="any_other_money_explain" placeholder="" style="height:100px;"></textarea>
</div>
</div>
</div>
</div>
<div class="row">
<div class="company_info_label col-sm-8">Are you in or have you served in any branch of the military? Having served may open up some more funding opportunities.</div>
<div class="company_info_value col-sm-4 radio_group_parent">
<label><input type="radio" name="military_service[]" value="Yes" /> Yes</label>
<label><input type="radio" name="military_service[]" value="No" /> No</label>
</div>
</div>
<div class="row">
<div class="company_info_label col-sm-8">Are there any women associated with your business or is the business women-owned? This may open up some additional funding options.</div>
<div class="company_info_value col-sm-4 radio_group_parent">
<label><input type="radio" name="woman_owned[]" value="Yes" /> Yes</label>
<label><input type="radio" name="woman_owned[]" value="No" /> No</label>
</div>
</div>
<div class="row">
<div style="margin-top:10px;padding:5px;">
<label for="agree2terms" title="I agree to the terms of this site">
<input type="checkbox" id="agree2terms" name="agree2terms" value="agreed" style="vertical-align:middle;margin:0px;height:auto;" /> By clicking, I am providing US Business Funding Solutions my electronic signature authorizing us to contact me by email, text, or phone regarding their professional services and to remind me of my appointments with them.
</label>
</div>
</div>
</div>
<center><input type="submit" name="submit" id="submit_button" value="Submit Application" onclick="submit_application(this); return false;" style="font-size:32px;height:auto;padding:10px 20px;" /></center>
<div id="loading_area" style="display:none;">
Saving your information...
</div>
</div>
<div id="professional_service_testimonials" class="light-gray-bg">
<h4>Client Experiences</h4>
<p>
"<strong>I am so excited about the grant I got! I could not have done it without you.</strong> Our Monday nights have paid off. You have always given me the best ideas and really helped me to understand the grant process. I appreciate all that you have taught me and been very supportive. Always a phone call away. Thank you, let's keep up the good work."
<br />
-Cynthia S.
</p>
<p>
"<strong>I couldn't be happier with the business plan!! You exceeded my expectations</strong>, which were very high!" "Thank you!! THANK YOU!!!"
<br />
-Shannon
</p>
<p>
"This past year I have worked with Randy on helping our business locate to our home. With the help from some of the contacts through the Rural Economic Growth Group <strong>we were able to secure a grant, which we are using for construction of a new building to house our catering business.</strong> We are able to do our catering in a new area instead of out of our house for the everyday processing of the many foods that we serve. "Again thanks for the help!"
<br />
-Ron and Lola
</p>
<p>
"Randy is number one! <strong>I am in awe of his extensive knowledge in grant guidance.</strong> Randy's immediate responses to all my inquiries and his constant reassurances are what set him apart. He is my GPS of financing but does it with passion, compassion, and eloquence. It is no wonder he has become my personal friend!"
<br />
-Max
</p>
<p>
"To whom it may concern, I have been working with Woodrow for quite a while now, and am very pleased with him. Like most people, I entered this process without any real knowledge of how it worked. Woodrow has been patient and very helpful in explaining the process itself, as well as the individual grants themselves. His helpfulness and knowledge have allowed him to guide me through the process up til now, including weekly and/or bi-weekly appointments. These appointments give us a chance to stay in touch and keep me updated with what is going on. He is also extremely responsive to my email requests, answering them within a 24 hour period. I have been very pleased with Woodrow, and would <strong>highly recommend him to anyone interested in this grant process</strong> with U.S. Business Funding Solutions."
<br />
-Linda
</p>
<p>
"<strong>WOWWWW!!!!! You are good!! The plan is so professional!!</strong> It is absolutely phenomenal!!! What a blessing you are!!! Thank you so much. I can't tell you what it means to see my "dream" presented in such an outstanding way. Again, THANK YOU!!!! I will definitely keep you informed. Have a blessed life!!!"
<br />
-Kay
</p>
<p>
"<strong>We were very surprised on how short of time it took to receive our first check.</strong> Working with Woodrow has been a great learning experience. Working with someone who has great patience has been a godsend for us. Woodrow would investigate all the grant proposals for us and explain why or why not to apply for certain grants."
<br />
-Bill
</p>
<p>
<br />
</p>
</div>
<?php } ?>
</div>
</div>
<?php
$body = ob_get_clean();
$title = "Professional Grant Services : ".$_SESSION['site_name'];
include($_SERVER['DOCUMENT_ROOT'].'/vx/usa/layout/non_angular_layout.php');
?>