<%@ page import="java.util.*, com.nfcom.*, java.sql.*" %> <% NFCoaching nfc = new NFCoaching(request, response); Vector states = new Vector(); states.add("AL");states.add("AK");states.add("AS");states.add("AZ"); states.add("AR");states.add("CA");states.add("CO");states.add("CT"); states.add("DE");states.add("DC");states.add("FM");states.add("FL"); states.add("GA");states.add("GU");states.add("HI");states.add("ID"); states.add("IL");states.add("IN");states.add("IA");states.add("KS"); states.add("KY");states.add("LA");states.add("ME");states.add("MH"); states.add("MD");states.add("MA");states.add("MI");states.add("MN"); states.add("MS");states.add("MO");states.add("MT");states.add("NE"); states.add("NV");states.add("NH");states.add("NJ");states.add("NM"); states.add("NY");states.add("NC");states.add("ND");states.add("MP"); states.add("OH");states.add("OK");states.add("OR");states.add("PA"); states.add("PR");states.add("RI");states.add("SC");states.add("SD"); states.add("TN");states.add("TX");states.add("UT");states.add("VT"); states.add("VA");states.add("VI");states.add("WA");states.add("WV"); states.add("WI");states.add("WY");states.add("AA");states.add("AE"); states.add("AP"); String message = ""; String name = nfc.getParameter("name"); String email = nfc.getParameter("email"); String phone = nfc.getParameter("phone"); String cellphone = nfc.getParameter("cellphone"); String company = nfc.getParameter("company"); String address = nfc.getParameter("address"); String city = nfc.getParameter("city"); String state = nfc.getParameter("state"); String zipcode = nfc.getParameter("zipcode"); String credit_card_number = nfc.getParameter("credit_card_number"); String credit_card_expire = nfc.getParameter("credit_card_expire"); String agree = nfc.getParameter("agree"); String product_code = nfc.getParameter("product_code"); int accountCreated = -1; if(request.getMethod().equals("POST")) { accountCreated = nfc.createAccount(); if(accountCreated == nfc.SUCCESS) { String body = nfc.openFile("/home/virtual/financial-advisor-coaching.com/var/www/html/register-thankyou.html"); body = body.replaceAll("", nfc.getUserID(email)); out.println(body); } else if(accountCreated == nfc.CREDIT_CARD_DECLINED) { message = "An error occured. Your credit card was declined. Please try again."; } else if(accountCreated == nfc.ACCOUNT_EXISTS) { message = "An error occured. You already have a coaching account with us."; } else { message = "An error occured. Please try again later. " + accountCreated; } } if(accountCreated != nfc.SUCCESS) { %> Performance Coaching for Financial Advisors and Financial Planners
coach Home About Us Contact Us business coaching
personal coaching
professional coaching
Why Coaching?
Coaching Benefits
Coaching Press
Coaching Reasons
Details
Our Guarantee
Our Coaches
Register
sales coaching performance coaching life coach success coach personal coach business coach financial advisor coach
business mentor
To sign up for One-on-One Coaching, you understand and agree to these Terms:

Next Level™ Coaching starts with a 30-day commitment.

Your $595 investment in yourself includes:

  • A Business Evaluation
  • 12 Practice Power Coaching CDs from Joe Lukacs
  • 2 One-on-One Coaching Sessions
  • 4 Weekly Group Strategy Mastermind Calls with Joe Lukacs

Here's how it works:
You complete an online Business Evaluation. Your coach reviews and analyzes the Evaluation before your first meeting. At the first One-on-One Coaching Session, you and your coach will prioritize the areas of your life or your business for focus.

Everything that is communicated in Coaching Sessions is confidential and will not be disclosed by the coach or used by the coach in any way other than to provide coaching services to you.

The assigned coach will call you at the pre-arranged time and telephone number that you provide as scheduled. The coach pays all telephone charges for One-on-One Coaching Calls, provided such calls are to a number in the US (you pay for calls outside the US). The calls are scheduled at a mutually convenient time as agreed upon in advance by you and your coach.

If you have an appointment with a coach and you do not show up for the phone appointment or cancel 24 hours in advance by calling the coach, the Session will count as a completed Coaching Session.

Most advisors desire additional Coaching Sessions after the initial 30 days. If you choose to do so, you may sign up for those at this time. If you do sign up for additional sessions, your credit card will be billed automatically each month until you cancel. You may cancel at any time by clicking here.

Please note: Cancellation must be received before your monthly bill date, or you will be billed for the entire month. Next Level™ Coaching is not pro-rated.

 
Full Name:   
Email Address:   
Phone Number:   
Cell Number:   
Company:   
Mailing Address:   
City:   
State:   
Zip Code:   
Credit Card Number:   
Expiration Date:  (mm/yy)
>

Check here to sign-up for the 30 day Coaching Program. Your credit card will be billed for $595. (you understand the above agreement)

To sign up today for additional months of coaching after the first month (at a reduced rate), choose from the following options. If you select one of the options below, your credit card will be billed automatically each month as follows:
   
> Option A: $350 Includes 2 One-on-One Coaching Sessions per month plus weekly Group Strategy Mastermind Calls.
> Option B: $600 Includes 4 One-on-One Coaching Sessions per month plus weekly Group Strategy Mastermind Calls.
     

Did you receive assistance from any of these people in completing this registration? <% SalesRepHandler salesRep = new SalesRepHandler(); Vector sales = salesRep.findAll(); %>

     
Clear Options    
     
 
 
  Questions? Email coach@nfcom.com or call (800) 980-0192, ext. 234
 
Why Coaching? | Coaching Benefits | Coaching Press | Coaching Reasons  | Our Coaches | Register | About Us | Contact Us | Site Map | Home
 

© 2005 Performance Coaching for Financial Advisors and Financial Planners
 info@financial-advisor-coaching.com

<% if(!message.equals("")) { %> <% } %> <% } %>