| 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/usafundingapplications.ai/newSite/ |
Upload File : |
<?php
require_once($_SERVER['DOCUMENT_ROOT'].'/inc/globals.php');
$title = '';
$body_class = 'confirm';
require_once('header.php');
?>
<div class="main">
<div class="main_">
<h1>Registration Complete</h1>
<p>You can now login & start applying!</p>
<p>Below is some important information, including your Account Information that will allow you to access the Member's Site.</p>
<br />
<h2>Credit Card Info</h2>
<p>This registration fee will appear on your credit card statement as:</p>
<div style="text-align:center;border: 1px solid black;">
<img vspace="20" src="images/descriptor.png">
</div>
<p>If you have any questions please call: <strong>888-364-1167</strong></p>
<br /><br />
<form id="login" onsubmit="return false">
<p>**PLEASE PRINT THIS PAGE FOR YOUR RECORDS**</p>
<br />
<h2>USA Grant Application User Account Info:</h2>
<div class="fullWidth">
<div class="halfWidth left">Website:</div>
<a href="http://www.usagrantapplications.org/login.php">http://www.usagrantapplications.org/login.php</a>
</div>
<div class="clear_left"></div>
<div class="fullWidth">
<div class="halfWidth left">Username:</div>
<p>[INSERT USERNAME]</p>
</div>
<div class="clear_left"></div>
<div class="fullWidth">
<div class="halfWidth left">Password:</div>
<p>[INSERT PASSWORD]</p>
</div>
<div class="clear_left"></div>
<div class="nextBtn_container">
<div class="nextBtn" onclick="window.location='http://usagrantapplications.org/login.php?user=&pass=';">Log me in now!</div>
</div>
</form>
<div id="summary" class="sub_section form_section">
<h2>Personal Information Summary:</h2>
<div class="fullWidth">
<div class="halfWidth left">First Name:</div>
<p>[INSERT FIRST NAME]</p>
</div>
<div class="clear_left"></div>
<div class="fullWidth">
<div class="halfWidth left">Last Name:</div>
<p>[INSERT LAST NAME]</p>
</div>
<div class="clear_left"></div>
<div class="fullWidth">
<div class="halfWidth left">Email:</div>
<p>[INSERT EMAIL]</p>
</div>
<div class="clear_left"></div>
<div class="fullWidth">
<div class="halfWidth left">Phone Number:</div>
<p>[INSERT PHONE: (999) 999-9999]</p>
</div>
<div class="clear_left"></div>
<div class="fullWidth">
<div class="halfWidth left">Address:</div>
<p>[INSERT ADDRESS]</p>
</div>
<div class="clear_left"></div>
<div class="fullWidth">
<div class="halfWidth left">City:</div>
<p>[INSERT CITY]</p>
</div>
<div class="clear_left"></div>
<div class="fullWidth">
<div class="halfWidth left">State:</div>
<p>[INSERT STATE]</p>
</div>
<div class="clear_left"></div>
<div class="fullWidth">
<div class="halfWidth left">Zip:</div>
<p>[INSERT ZIP]</p>
</div>
<div class="clear_left"></div>
<br />
</div>
<br /><br />
<div id="summary" class="sub_section form_section">
<h2>Payment Information Summary:</h2>
<div class="fullWidth">
<div class="halfWidth left">Credit Card Number:</div>
<p>[INSERT CC NUMBER]</p>
</div>
<div class="fullWidth">
<div class="halfWidth left">Expiration Date:</div>
<p>[INSERT CC EXPIRE]</p>
</div>
<div class="fullWidth">
<div class="halfWidth left">Amount:</div>
<p>[INSERT AMOUNT]</p>
</div>
</div>
<br /><br />
<div id="summary" class="sub_section form_section">
<h2>Customer Service Contact Information</h2>
<div class="fullWidth">
<div class="halfWidth left">Toll Free Number:</div>
<p>888-261-4837</p>
</div>
<div class="fullWidth">
<div class="halfWidth left">Email Address:</div>
<a href="mailt0:support@usagrantapplications.org">support@usagrantapplications.org</a>
</div>
</div>
<br /><br />
<small>You will have access to the applications and training through the <strong>USA Grant Applications</strong> site for the next month for your processing fee of $. By ordering today you understand that you are enrolling into the Exclusive USA Grant Applications Membership Resource Center where we provide you application resources for hundreds of different funding options. <strong>WE ALSO HAVE A GUARANTEE. <u>If you don't qualify for a Free Funding Program, you will be refunded immediately</u>.</strong> Just provide us with the funding application you applied for and the response letter from the funder. <strong>Either you qualify for the Free Funding Program or you will have your payment refunded to you.</strong></small>
</div>
</div>
<?php require_once('footer.php');?>