<% require 'linterra/rsp/controller' require 'linterra/rsp/util' require 'linterra/rsp/session' require 'linterra/rsp/template' # Handle POST method. if (@req.valueExists('submit') and @req.valueExists('email') and @req.value('email') != '' and @req.value('email').include? "@") first = @req.value('first'); last = @req.value('last'); email = @req.value('email'); how = @req.value('how'); city = @req.value('city'); state = @req.value('state'); zip = @req.value('zip'); phone = @req.value('phone'); address = @req.value('address'); license = @req.value('license'); licensed = @req.value('licensed'); employed = @req.value('employed'); employedwhere = @req.value('employedwhere'); how = @req.value('how'); name3 = @req.value('name3'); comments = @req.value('comments'); message = "FROM: TEXAS AGENT NETWORK "; message2 = "FROM: TEXAS AGENT NETWORK "; # Compose simple text message: message += "Subject: TEXAS AGENT REFERRAL PROGRAM Web Inquiry\n\nSIGN UP\nMessage from #{first} #{last}\n\n-------------\nName: #{first} #{last}\n\nAddress: #{address} #{city} #{state} #{zip}\nPhone: #{phone}\nEmail: #{email}\n\n----------\n\nEmployed: #{employed} #{employedwhere}\n\nLicense: #{license}\nStatus: #{licensed}\n\nHow did you hear about us?: #{how} \n\nIf Agent referred, name is #{name3} \n\n----------\nComments:\n\n#{comments} \n"; message2 = "Subject: Thank you for visiting Texas Agent Network\n\nThank you for visiting our website.\n If you have any questions, please call us at (817) 328-2501.\n\n- Texas Agent Network\n\n\nwww.texasagentnetwork.com\n\n\n"; #Try to stop spammers if (@req.value('subject') == '') require "net/smtp" #Send message to smtp_server = "10.1.1.5" Net::SMTP.start(smtp_server) do |smtp| smtp.send_message message, "info@c21bowman.com", "info@c21bowman.com" smtp.send_message message, "info@c21bowman.com", "recruiting@c21bowman.com" smtp.send_message message2, "info@c21bowman.com", email end #Thank user puts "

 

Thank you for registering, please complete Steps 2 and 3 below to complete your registration process.
Step 1:
Sign up online (completed)
Step 2:
Download and print sponsorship form. Fax completed form to Kenneth or Alethea at (817) 354-4836.
Download form
Step 3:
Pay fees online
"; else #Warn that we think they are spamming us puts "

 

 

Our form thinks you are trying to spam us. If you are not, go back and try again. Be sure to NOT fill in the subject field!







"; end else if (@req.valueExists('submit')) puts "

Please enter a valid email address

"; end %>

Sign Up

Join the Texas Agent Network and start making money on your real estate license today! Complete the following information and start sending your referrals. You will receive 100% of the REFERRAL FEE upon the closing of the buyer or seller's property. Remember, you have only a membership fee of $25 per month or $260 a year. No MLS Fees. No Board Dues. No State or National Dues. For more information, contact Kenneth or Alethea at 817-328-2500.

First Name:
Subject:
NOTE: If you can see this field, leave it blank. It is to catch spammers!
Last Name:
Address:
City:
State:
Zip:
Cell Phone:
License #:
Email Address:
  Are you currently employed?
  Yes - If yes, where?
  No
  How did you hear about CENTURY 21 Mike Bowman, Inc.?
  Newspaper
  Direct Mail
  Real Estate Agent (Agent Name: )
  Friend or Relative
  Search Engine (Yahoo, Google, etc.)
  Other
  If you are a licensed real estate agent, are you active, inactive, or expired?
  Active
  Inactive
  Expired
  Additional Comments or Questions:
 
   
  By clicking Submit below, I have read and agree to the Independent Contractor and Confidentiality Agreement. (View agreement)
 
   
   
<% end %>
 
 
By clicking Submit, you hereby state all of the information that you provide on this sign up form is accurate. You understand that if you are accepted into the program and any such information is later found to be false of with material omission in any respect, your status will be terminated.
 

An affiliate with CENTURY 21 Mike Bowman, Inc. | Texas Agent Network (DBA IServe Inc.)

*program subject to change without notice