www.eventsquid.com Open in urlscan Pro
54.184.177.105  Public Scan

Submitted URL: https://news.ga4le.org/tf/c/eyJ2Ijoie1wiYVwiOjIzNjY0OSxcImxcIjoxMzM5MzEyODQxMDU3OTE0NzIsXCJyXCI6MTMzOTMxMjg2NTg2NzIxNDk...
Effective URL: https://www.eventsquid.com/event.cfm?id=25350
Submission: On October 03 via manual from US — Scanned from NL

Form analysis 2 forms found in the DOM

Name: loginFormPOST signin.cfm

<form name="loginForm" id="loginForm" action="signin.cfm" method="post" class="webform">
  <input type="hidden" name="returnURL" value="event-1.cfm?id=25350">
  <input type="hidden" name="flag" value="1">
  <input type="hidden" name="event_id" value="25350">
  <div class="status">ACCOUNT SIGN IN</div>
  <div style="margin-bottom:5px;margin-top:20px;">
    <input type="text" id="user_emailL" class="inputBoxLogin" tabindex="1" name="user_email" value="" placeholder="Email or User ID">
    <input type="password" id="user_passwordL" onclick="if(this.value == 'Password'){this.value = ''}" name="user_password" tabindex="2" autocomplete="off" class="inputBoxLogin" value="Password">
  </div>
  <div style="margin-top:15px;margin-bottom:5px;">
    <input name="Close" value="Cancel" class="button large square grey" type="button" onclick="$('#loginHidden').fadeOut(800);$('.overlay-back').fadeOut(500);clearErrorBox();">
    <input type="button" id="loginButton" tabindex="3" onclick="loginProcess();" value="Sign In" class="button large square black">
  </div>
  <div style="margin-top:15px;">
    <a href="javascript:;" class="logLink" onclick="if($('#user_emailL').val() == '' || $('#user_emailL').val() == 'Email Address'){alert('Enter your email address in the email address box and then click FORGOT MY PASSWORD')}else{window.location.href='password-reset.cfm?email='+$('#user_emailL').val();}" target="_top">FORGOT MY PASSWORD</a>&nbsp;|&nbsp;<a href="javascript:;" class="iSign logLink">CREATE NEW ACCOUNT</a>
  </div>
</form>

Name: signupPOST submit_signup.cfm

<form name="signup" id="signupForm" action="submit_signup.cfm" method="post">
  <input type="hidden" name="flag" value="1">
  <input type="hidden" name="returnURL" id="returnURL" value="event-1.cfm?id=25350">
  <table id="signupIndividual" class="signupBox" style="display:none;width:550px;">
    <tbody>
      <tr>
        <td colspan="2" align="center">
          <div style="font-weight:bold;text-align:center;font-size:20px;">CREATE ACCOUNT FREE! </div>
        </td>
      </tr>
      <tr>
        <td colspan="2">
          <div style="margin-top:10px;text-align:center;margin-bottom:10px;">
            <div class="headliner">
              <li class="headLi">Register as an individual account holder here!</li>
            </div>
          </div>
        </td>
      </tr>
      <tr>
        <td colspan="2" class="ast">&nbsp;</td>
      </tr>
      <tr>
        <td colspan="2">
          <script>
            $(function() {
              $('#clubSel').click(function() {
                if ($(this).is(':checked')) {
                  showOrgFunc();
                } else {
                  $('#club_name').html('').hide();
                  $('#club_id').val('');
                }
              });
            });

            function checkForm() {
              f = $('#signupForm');
              var msg = '';
              var passw = /^(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{6,20}$/;
              if (document.getElementById('useremaili').value == '') {
                msg += "You must provide a valid email address \n\r";
                document.getElementById('useremaili').style.backgroundColor = 'yellow';
              }
              if (document.getElementById('user_firstnamei').value == '') {
                msg += "You must fill in your first name \n\r";
                document.getElementById('user_firstnamei').style.backgroundColor = 'yellow';
              }
              if (document.getElementById('user_lastnamei').value == '') {
                msg += "You must fill in your last name \n\r";
                document.getElementById('user_lastnamei').style.backgroundColor = 'yellow';
              }
              /*
	if(document.getElementById('user_Passwordi').value == '')
  		{msg += "You must provide a password \n\r";
		document.getElementById('user_Passwordi').style.backgroundColor = 'yellow';}


	if(document.getElementById('user_Passwordi').value.match(passw)){} else {
		{msg += "Your password must contain: \n\r- 1 lowercase & 1 uppercase letter\n\r- 1 number\n\r -8-18 characters\n\r";
		document.getElementById('user_Passwordi').style.backgroundColor = 'yellow';}
	}
	*/
              if (document.getElementById('user_Countryi').value == '') {
                msg += "You must select a country \n\r";
                document.getElementById('user_Countryi').style.backgroundColor = 'yellow';
              }
              if (document.getElementById('user_Statei').value == '') {
                msg += "You must select a state or territory or NO STATE and use the INTERNATIONAL STATE/PROVINCE field. \n\r";
                document.getElementById('user_Statei').style.backgroundColor = 'yellow';
              }
              if (document.getElementById('useremaili').value.indexOf("http") != -1) {
                msg += "You may not have a URL in your email \n\r";
              }
              if (document.getElementById('user_firstnamei').value.indexOf("http") != -1) {
                msg += "You may not have a URL in your name \n\r";
                f.user_FirstName.style.backgroundColor = 'yellow';
              }
              if (document.getElementById('user_lastnamei').value.indexOf("http") != -1) {
                msg += "You may not have a URL in your name \n\r";
                f.user_lastname.style.backgroundColor = 'yellow';
              }
              if (document.getElementById('user_firstnamei').value.indexOf("@") != -1) {
                msg += "You may not have an @ character in your name \n\r";
              }
              if (document.getElementById('user_lastnamei').value.indexOf("@") != -1) {
                msg += "You may not have an @ character in your name \n\r";
              }
              if (document.getElementById('useremaili').value != document.getElementById('user_email_confirmi').value) msg +=
                "Your email address and the confirmation email address do not match. Either delete both the email and confirmation or complete both of the fields identically.\n\r\n\r";
              if (document.getElementById('useremaili').value != '' && document.getElementById('useremaili').value.indexOf('@') == -1) msg += "Please input a correct email address or use none at all \n\r(you need an @ symbol, for example). \n\r\n\r";
              if (document.getElementById('useremaili').value != '' && document.getElementById('useremaili').value.indexOf('.') == -1) msg += "Please input a correct email address or use none at all \n\r(you need a dot somewhere) \n\r\n\r";
              if (msg != '') {
                alert("The following fields contain errors: \n\r" + msg);
              } else {
                $('.overlay-back').fadeOut(500);
                $('#signupForm').submit();
              }
            }

            function stripHTML() {
              var re = /<\S[^><]*>/g
              for (i = 0; i < arguments.length; i++) arguments[i].value = arguments[i].value.replace(re, "")
            }
          </script>
          <table class="signUp" style="background-color:white !important;font-family:sans-serif;">
            <tbody>
              <tr>
                <td class="labelS">Email Address:<span style="color:cc0000;">*</span></td>
                <td><input type="text" class="ue useremail" placeholder="Email address" onblur="stripHTML(this);" autocomplete="off" name="user_email" id="useremaili" value=""></td>
              </tr>
              <tr id="responseRowI" style="display:none;">
                <td class="labelS">&nbsp;</td>
                <td style="vertical-align:top;">
                  <div id="responseMessageI"></div>
                </td>
              </tr>
              <tr class="siRow">
                <td class="labelS">Confirm Email:<span style="color:cc0000;">*</span></td>
                <td><input type="text" onblur="stripHTML(this);" name="user_email_confirm" id="user_email_confirmi" value="" class="ue"></td>
              </tr>
              <tr class="siRow">
                <td class="labelS">Full Name:<span style="color:cc0000;">*</span></td>
                <td>
                  <input type="text" class="ue" maxlength="150" onblur="stripHTML(this);" style="width:130px;" placeholder="First Name" id="user_firstnamei" name="user_firstname" value="">
                  <input type="text" class="ue" maxlength="150" onblur="stripHTML(this);" style="width:142px;" id="user_lastnamei" placeholder="Last Name" name="user_lastname" value="">
                </td>
              </tr>
              <tr class="siRow">
                <td class="labelS">Country:<span style="color:cc0000;">*</span></td>
                <td>
                  <select id="user_Countryi" name="user_Country" class="ue uCountry"
                    onchange="if(this.value == 'CANADA'){document.getElementById('user_Statei').value = 'AB'}else if(this.value == 'USA'){document.getElementById('user_Statei').value = 'AL'} else if (this.value == 'AUSTRALIA'){document.getElementById('user_Statei').value = 'AC'} else {document.signup.user_Statei.value = 'ZZ'; $('#intlState').show();}">
                    <option value="">Country </option>
                    <option value="USA">USA </option>
                    <option value="CANADA">CANADA </option>
                    <option value="AFGHANISTAN">AFGHANISTAN </option>
                    <option value="ALBANIA">ALBANIA </option>
                    <option value="ALGERIA">ALGERIA </option>
                    <option value="AMERICAN SAMOA (USA)">AMERICAN SAMOA (USA) </option>
                    <option value="ANDORRA">ANDORRA </option>
                    <option value="ANGOLA">ANGOLA </option>
                    <option value="ANGUILLA">ANGUILLA </option>
                    <option value="ANTARCTICA">ANTARCTICA </option>
                    <option value="ANTIGUA AND BARBUDA">ANTIGUA AND BARBUDA </option>
                    <option value="ARGENTINA">ARGENTINA </option>
                    <option value="ARMENIA">ARMENIA </option>
                    <option value="ARUBA">ARUBA </option>
                    <option value="AUSTRALIA">AUSTRALIA </option>
                    <option value="AUSTRIA">AUSTRIA </option>
                    <option value="AZERBAIJAN">AZERBAIJAN </option>
                    <option value="BAHAMAS">BAHAMAS </option>
                    <option value="BAHRAIN">BAHRAIN </option>
                    <option value="BANGLADESH">BANGLADESH </option>
                    <option value="BARBADOS">BARBADOS </option>
                    <option value="BELARUS">BELARUS </option>
                    <option value="BELGIUM">BELGIUM </option>
                    <option value="BELIZE">BELIZE </option>
                    <option value="BENIN">BENIN </option>
                    <option value="BERMUDA">BERMUDA </option>
                    <option value="BHUTAN">BHUTAN </option>
                    <option value="BOLIVIA">BOLIVIA </option>
                    <option value="BOSNIA-HERZEGOVINA">BOSNIA-HERZEGOVINA </option>
                    <option value="BOTSWANA">BOTSWANA </option>
                    <option value="BOUVET ISLAND">BOUVET ISLAND </option>
                    <option value="BRAZIL">BRAZIL </option>
                    <option value="BRITISH INDIAN OCEAN TERRITORY">BRITISH INDIAN OCEAN TERRITORY </option>
                    <option value="BRUNEI DARUSSALAM">BRUNEI DARUSSALAM </option>
                    <option value="BULGARIA">BULGARIA </option>
                    <option value="BURKINA FASO">BURKINA FASO </option>
                    <option value="BURUNDI">BURUNDI </option>
                    <option value="CAMBODIA">CAMBODIA </option>
                    <option value="CAMEROON">CAMEROON </option>
                    <option value="CANADA">CANADA </option>
                    <option value="CAPE VERDE">CAPE VERDE </option>
                    <option value="CAYMAN ISLANDS">CAYMAN ISLANDS </option>
                    <option value="CENTRAL AFRICAN REPUBLIC">CENTRAL AFRICAN REPUBLIC </option>
                    <option value="CHAD">CHAD </option>
                    <option value="CHILE">CHILE </option>
                    <option value="CHINA">CHINA </option>
                    <option value="CHRISTMAS ISLANDS">CHRISTMAS ISLANDS </option>
                    <option value="COCOS (KEELING) ISLAND">COCOS (KEELING) ISLAND </option>
                    <option value="COLOMBIA">COLOMBIA </option>
                    <option value="COMOROS">COMOROS </option>
                    <option value="CONGO-BRAZZAVILLE">CONGO-BRAZZAVILLE </option>
                    <option value="CONGO-KINSHASA">CONGO-KINSHASA </option>
                    <option value="COOK ISLANDS">COOK ISLANDS </option>
                    <option value="COSTA RICA">COSTA RICA </option>
                    <option value="COTE DIVOIRE">COTE DIVOIRE </option>
                    <option value="CROATIA (HRVATSKA)">CROATIA (HRVATSKA) </option>
                    <option value="CYPRUS">CYPRUS </option>
                    <option value="CZECH REPUBLIC">CZECH REPUBLIC </option>
                    <option value="DENMARK">DENMARK </option>
                    <option value="DJIBOUTI">DJIBOUTI </option>
                    <option value="DOMINICA">DOMINICA </option>
                    <option value="DOMINICAN REPUBLIC">DOMINICAN REPUBLIC </option>
                    <option value="EAST TIMOR">EAST TIMOR </option>
                    <option value="ECUADOR">ECUADOR </option>
                    <option value="EGYPT">EGYPT </option>
                    <option value="EL SALVADOR">EL SALVADOR </option>
                    <option value="EQUATORIAL GUINEA">EQUATORIAL GUINEA </option>
                    <option value="ERITREA">ERITREA </option>
                    <option value="ESTONIA">ESTONIA </option>
                    <option value="ETHIOPIA">ETHIOPIA </option>
                    <option value="FALKLAND ISLANDS">FALKLAND ISLANDS </option>
                    <option value="FAROE ISLANDS">FAROE ISLANDS </option>
                    <option value="FED. MICRONESIA">FED. MICRONESIA </option>
                    <option value="FIJI">FIJI </option>
                    <option value="FINLAND">FINLAND </option>
                    <option value="FRANCE">FRANCE </option>
                    <option value="FRENCH GUYANA">FRENCH GUYANA </option>
                    <option value="FRENCH POLYNESIA">FRENCH POLYNESIA </option>
                    <option value="FRENCH SOUTHERN AND ANTARCTIC LANDS">FRENCH SOUTHERN AND ANTARCTIC LANDS </option>
                    <option value="GABON">GABON </option>
                    <option value="GAMBIA">GAMBIA </option>
                    <option value="GEORGIA">GEORGIA </option>
                    <option value="GERMANY">GERMANY </option>
                    <option value="GHANA">GHANA </option>
                    <option value="GIBRALTAR">GIBRALTAR </option>
                    <option value="GREECE">GREECE </option>
                    <option value="GREENLAND">GREENLAND </option>
                    <option value="GRENADA">GRENADA </option>
                    <option value="GUADELOUPE">GUADELOUPE </option>
                    <option value="GUAM (USA)">GUAM (USA) </option>
                    <option value="GUATEMALA">GUATEMALA </option>
                    <option value="GUINEA">GUINEA </option>
                    <option value="GUINEA BISSAU">GUINEA BISSAU </option>
                    <option value="GUYANA">GUYANA </option>
                    <option value="HAITI">HAITI </option>
                    <option value="HEARD ISLAND">HEARD ISLAND </option>
                    <option value="HONDURAS">HONDURAS </option>
                    <option value="HONG KONG">HONG KONG </option>
                    <option value="HUNGARY">HUNGARY </option>
                    <option value="ICELAND">ICELAND </option>
                    <option value="INDIA">INDIA </option>
                    <option value="INDONESIA">INDONESIA </option>
                    <option value="IRAN">IRAN </option>
                    <option value="IRELAND">IRELAND </option>
                    <option value="ISRAEL">ISRAEL </option>
                    <option value="ITALY">ITALY </option>
                    <option value="JAMAICA">JAMAICA </option>
                    <option value="JAPAN">JAPAN </option>
                    <option value="JORDAN">JORDAN </option>
                    <option value="KAZAKHSTAN">KAZAKHSTAN </option>
                    <option value="KENYA">KENYA </option>
                    <option value="KIRIBATI">KIRIBATI </option>
                    <option value="KOREA, REPUBLIC OF (KOR)">KOREA, REPUBLIC OF (KOR) </option>
                    <option value="KUWAIT">KUWAIT </option>
                    <option value="KYRGYZSTAN">KYRGYZSTAN </option>
                    <option value="LAOS">LAOS </option>
                    <option value="LATVIA">LATVIA </option>
                    <option value="LEBANON">LEBANON </option>
                    <option value="LESOTHO">LESOTHO </option>
                    <option value="LIBERIA">LIBERIA </option>
                    <option value="LIBYAN ARAB JAMAHIRIYA">LIBYAN ARAB JAMAHIRIYA </option>
                    <option value="LIECHTENSTEIN">LIECHTENSTEIN </option>
                    <option value="LITHUANIA">LITHUANIA </option>
                    <option value="LUXEMBOURG">LUXEMBOURG </option>
                    <option value="MACAU">MACAU </option>
                    <option value="MACEDONIA">MACEDONIA </option>
                    <option value="MADAGASCAR">MADAGASCAR </option>
                    <option value="MALAWI">MALAWI </option>
                    <option value="MALAYSIA">MALAYSIA </option>
                    <option value="MALDIVES">MALDIVES </option>
                    <option value="MALI">MALI </option>
                    <option value="MALTA">MALTA </option>
                    <option value="MARSHALL ISLANDS (USA)">MARSHALL ISLANDS (USA) </option>
                    <option value="MARTINIQUE">MARTINIQUE </option>
                    <option value="MAURITANIA">MAURITANIA </option>
                    <option value="MAURITIUS">MAURITIUS </option>
                    <option value="MAYOTTE">MAYOTTE </option>
                    <option value="MEXICO">MEXICO </option>
                    <option value="MICRONESIA">MICRONESIA </option>
                    <option value="MOLDOVA, REPUBLIC OF">MOLDOVA, REPUBLIC OF </option>
                    <option value="MONACO">MONACO </option>
                    <option value="MONGOLIA">MONGOLIA </option>
                    <option value="MONTSERRAT">MONTSERRAT </option>
                    <option value="MOROCCO">MOROCCO </option>
                    <option value="MOZAMBIQUE">MOZAMBIQUE </option>
                    <option value="MYANMAR">MYANMAR </option>
                    <option value="NAMIBIA">NAMIBIA </option>
                    <option value="NAURU">NAURU </option>
                    <option value="NEPAL">NEPAL </option>
                    <option value="NETHERLANDS">NETHERLANDS </option>
                    <option value="NETHERLANDS ANTILLES">NETHERLANDS ANTILLES </option>
                    <option value="NEW CALEDONIA">NEW CALEDONIA </option>
                    <option value="NEW ZEALAND">NEW ZEALAND </option>
                    <option value="NICARAGUA">NICARAGUA </option>
                    <option value="NIGER">NIGER </option>
                    <option value="NIGERIA">NIGERIA </option>
                    <option value="NIUE">NIUE </option>
                    <option value="NORFOLK ISLAND">NORFOLK ISLAND </option>
                    <option value="NORTHERN CYPRUS">NORTHERN CYPRUS </option>
                    <option value="NORTHERN MARIANA ISLANDS (USA)">NORTHERN MARIANA ISLANDS (USA) </option>
                    <option value="NORWAY">NORWAY </option>
                    <option value="OMAN">OMAN </option>
                    <option value="PAKISTAN">PAKISTAN </option>
                    <option value="PALAU ISLAND (USA)">PALAU ISLAND (USA) </option>
                    <option value="PANAMA">PANAMA </option>
                    <option value="PAPUA NEW GUINEA">PAPUA NEW GUINEA </option>
                    <option value="PARAGUAY">PARAGUAY </option>
                    <option value="PERU">PERU </option>
                    <option value="PHILIPPINES">PHILIPPINES </option>
                    <option value="PITCAIRN ISLAND">PITCAIRN ISLAND </option>
                    <option value="POLAND">POLAND </option>
                    <option value="PORTUGAL">PORTUGAL </option>
                    <option value="PUERTO RICO">PUERTO RICO </option>
                    <option value="QATAR">QATAR </option>
                    <option value="REUNION">REUNION </option>
                    <option value="ROMANIA">ROMANIA </option>
                    <option value="RUSSIA">RUSSIA </option>
                    <option value="RWANDA">RWANDA </option>
                    <option value="SAINT HELENA">SAINT HELENA </option>
                    <option value="SAINT KITTS AND NEVIS">SAINT KITTS AND NEVIS </option>
                    <option value="SAINT LUCIA">SAINT LUCIA </option>
                    <option value="SAINT PIERRE AND MIQUELON">SAINT PIERRE AND MIQUELON </option>
                    <option value="SAINT VINCENT &amp; GRENADINES">SAINT VINCENT &amp; GRENADINES </option>
                    <option value="SAMOA">SAMOA </option>
                    <option value="SAN MARINO">SAN MARINO </option>
                    <option value="SAO TOME AND PRINCIPE">SAO TOME AND PRINCIPE </option>
                    <option value="SAUDI ARABIA">SAUDI ARABIA </option>
                    <option value="SENEGAL">SENEGAL </option>
                    <option value="SEYCHELLES">SEYCHELLES </option>
                    <option value="SIERRA LEONE">SIERRA LEONE </option>
                    <option value="SINGAPORE">SINGAPORE </option>
                    <option value="SLOVAKIA">SLOVAKIA </option>
                    <option value="SLOVENIA">SLOVENIA </option>
                    <option value="SOLOMON ISLANDS">SOLOMON ISLANDS </option>
                    <option value="SOMALIA">SOMALIA </option>
                    <option value="SOUTH AFRICA">SOUTH AFRICA </option>
                    <option value="SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS">SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS </option>
                    <option value="SOUTH KOREA">SOUTH KOREA </option>
                    <option value="SPAIN">SPAIN </option>
                    <option value="SRI LANKA">SRI LANKA </option>
                    <option value="SUDAN">SUDAN </option>
                    <option value="SURINAME">SURINAME </option>
                    <option value="SVALBARD JAN MAYEN ISLAND">SVALBARD JAN MAYEN ISLAND </option>
                    <option value="SWAZILAND">SWAZILAND </option>
                    <option value="SWEDEN">SWEDEN </option>
                    <option value="SWITZERLAND">SWITZERLAND </option>
                    <option value="SYRIAN ARAB REPUBLIC">SYRIAN ARAB REPUBLIC </option>
                    <option value="TAIWAN">TAIWAN </option>
                    <option value="TAJIKISTAN">TAJIKISTAN </option>
                    <option value="TANZANIA">TANZANIA </option>
                    <option value="THAILAND">THAILAND </option>
                    <option value="THE DEMOCRATIC REPUBLIC OF THE CONGO">THE DEMOCRATIC REPUBLIC OF THE CONGO </option>
                    <option value="TOGO">TOGO </option>
                    <option value="TOKELAU">TOKELAU </option>
                    <option value="TONGA">TONGA </option>
                    <option value="TRINIDAD AND TOBAGO">TRINIDAD AND TOBAGO </option>
                    <option value="TUNISIA">TUNISIA </option>
                    <option value="TURKEY">TURKEY </option>
                    <option value="TURKMENISTAN">TURKMENISTAN </option>
                    <option value="TURKS AND CAICOS ISLANDS">TURKS AND CAICOS ISLANDS </option>
                    <option value="TUVALU">TUVALU </option>
                    <option value="UGANDA">UGANDA </option>
                    <option value="UKRAINE">UKRAINE </option>
                    <option value="UNITED ARAB EMIRATES">UNITED ARAB EMIRATES </option>
                    <option value="UNITED KINGDOM">UNITED KINGDOM </option>
                    <option value="URUGUAY">URUGUAY </option>
                    <option value="US MINOR OUTLYING ISLANDS">US MINOR OUTLYING ISLANDS </option>
                    <option value="USA">USA </option>
                    <option value="UZBEKISTAN">UZBEKISTAN </option>
                    <option value="VANUATU">VANUATU </option>
                    <option value="VATICAN CITY">VATICAN CITY </option>
                    <option value="VENEZUELA">VENEZUELA </option>
                    <option value="VIETNAM">VIETNAM </option>
                    <option value="VIRGIN ISLANDS (BRITISH)">VIRGIN ISLANDS (BRITISH) </option>
                    <option value="VIRGIN ISLANDS (USA)">VIRGIN ISLANDS (USA) </option>
                    <option value="WALLIS AND FUTUNU ISLANDS">WALLIS AND FUTUNU ISLANDS </option>
                    <option value="WESTERN SAHARA">WESTERN SAHARA </option>
                    <option value="YEMEN">YEMEN </option>
                    <option value="YUGOSLAVIA">YUGOSLAVIA </option>
                    <option value="ZAMBIA">ZAMBIA </option>
                    <option value="ZIMBABWE">ZIMBABWE </option>
                  </select>
                </td>
              </tr>
              <tr class="siRow">
                <td class="labelS">State:<span style="color:cc0000;">*</span></td>
                <td>
                  <select name="user_State" id="user_Statei" onchange="if(this.value == 'ZZ'){$('#intlState').show();}else{$('#intlState').hide();}" class="ue">
                    <option value="">State </option>
                    <option value="ZZ">NON-US/CA/AUS </option>
                    <option value="AL">ALABAMA </option>
                    <option value="AK">ALASKA </option>
                    <option value="AE">AMERICAN MILITARY (AE) </option>
                    <option value="AP">AMERICAN MILITARY (AP) </option>
                    <option value="AZ">ARIZONA </option>
                    <option value="AR">ARKANSAS </option>
                    <option value="AA">ARMED FORCES AMERICAS </option>
                    <option value="CA">CALIFORNIA </option>
                    <option value="CO">COLORADO </option>
                    <option value="CT">CONNECTICUT </option>
                    <option value="DE">DELAWARE </option>
                    <option value="DC">DISTRICT OF COLUMBIA </option>
                    <option value="FL">FLORIDA </option>
                    <option value="GA">GEORGIA </option>
                    <option value="GM">GUAM </option>
                    <option value="HI">HAWAII </option>
                    <option value="ID">IDAHO </option>
                    <option value="IL">ILLINOIS </option>
                    <option value="IN">INDIANA </option>
                    <option value="IA">IOWA </option>
                    <option value="KS">KANSAS </option>
                    <option value="KY">KENTUCKY </option>
                    <option value="LA">LOUISIANA </option>
                    <option value="ME">MAINE </option>
                    <option value="MD">MARYLAND </option>
                    <option value="MA">MASSACHUSETTS </option>
                    <option value="MI">MICHIGAN </option>
                    <option value="MN">MINNESOTA </option>
                    <option value="MS">MISSISSIPPI </option>
                    <option value="MO">MISSOURI </option>
                    <option value="MT">MONTANA </option>
                    <option value="NE">NEBRASKA </option>
                    <option value="NV">NEVADA </option>
                    <option value="NH">NEW HAMPSHIRE </option>
                    <option value="NJ">NEW JERSEY </option>
                    <option value="NM">NEW MEXICO </option>
                    <option value="NY">NEW YORK </option>
                    <option value="NC">NORTH CAROLINA </option>
                    <option value="ND">NORTH DAKOTA </option>
                    <option value="OH">OHIO </option>
                    <option value="OK">OKLAHOMA </option>
                    <option value="OR">OREGON </option>
                    <option value="PA">PENNSYLVANIA </option>
                    <option value="PR">PUERTO RICO </option>
                    <option value="RI">RHODE ISLAND </option>
                    <option value="SC">SOUTH CAROLINA </option>
                    <option value="SD">SOUTH DAKOTA </option>
                    <option value="TN">TENNESSEE </option>
                    <option value="TX">TEXAS </option>
                    <option value="UT">UTAH </option>
                    <option value="VT">VERMONT </option>
                    <option value="VA">VIRGINIA </option>
                    <option value="WA">WASHINGTON </option>
                    <option value="WV">WEST VIRGINIA </option>
                    <option value="WI">WISCONSIN </option>
                    <option value="WY">WYOMING </option>
                    <option value="AB">CANADA - ALBERTA </option>
                    <option value="BC">CANADA - BRITISH COLUMBIA </option>
                    <option value="MB">CANADA - MANITOBA </option>
                    <option value="NB">CANADA - NEW BRUNSWICK </option>
                    <option value="NL">CANADA - NEWFOUNDLAND </option>
                    <option value="NT">CANADA - NORTHWEST TERRITORIES </option>
                    <option value="NS">CANADA - NOVA SCOTIA </option>
                    <option value="ON">CANADA - ONTARIO </option>
                    <option value="PE">CANADA - PRINCE EDWARD ISLAND </option>
                    <option value="QC">CANADA - QUEBEC </option>
                    <option value="SK">CANADA - SASKATCHEWAN </option>
                    <option value="YT">CANADA - YUKON </option>
                    <option value="AC">AUSTRALIA - Capital Territory </option>
                    <option value="NW">AUSTRALIA - New South Wales </option>
                    <option value="NA">AUSTRALIA - Northern Territory </option>
                    <option value="QL">AUSTRALIA - Queensland </option>
                    <option value="SA">AUSTRALIA - Southern </option>
                    <option value="TA">AUSTRALIA - Tasmania </option>
                    <option value="VI">AUSTRALIA - Victoria </option>
                    <option value="AW">AUSTRALIA - Western </option>
                  </select>
                </td>
              </tr>
              <tr id="intlState" style="display:none;" class="siRow">
                <td class="labelS">Region/Province:</td>
                <td>
                  <input type="text" class="ue" name="user_province" maxlength="150" id="user_provincei" value="">
                </td>
              </tr>
              <tr class="siRow">
                <td class="labelS">Referral Code/Email:</td>
                <td><input type="text" id="referralInput" class="ue tooltip_teal" style="width:200px;" data-text="If you enter a referral code or email from the individual who referred you, they will get credit toward rewards!" name="user_Referral"
                    maxlength="250" onblur="stripHTML(this);" value="" tooltip="0"> <input type="button" class="button teal big" value="Verify" onclick="checkReferral();">
                  <span style="font-family:arial;font-size:11px;" id="referralResult"></span>
                  <input type="hidden" name="referralUser_id" id="referralUser_id" value="">
                  <div class="tooltipbox_teal currentTooltip_0" id="currentTooltip_0" style="display: none; position: absolute">
                    <div class="innerText" style="overflow: hidden;">
                      <div class="innerText" style="overflow: hidden;">If you enter a referral code or email from the individual who referred you, they will get credit toward rewards!</div>
                      <div class="specular_wrapper">
                        <div class="specular"></div>
                      </div>
                      <div class="arrow"></div>
                    </div>
                    <div class="specular_wrapper">
                      <div class="specular"></div>
                    </div>
                    <div class="arrow"></div>
                  </div>
                  <div class="tooltipbox_teal currentTooltip_0" id="currentTooltip_0" style="display: none; position: absolute">
                    <div class="innerText" style="overflow: hidden;">If you enter a referral code or email from the individual who referred you, they will get credit toward rewards!</div>
                    <div class="specular_wrapper">
                      <div class="specular"></div>
                    </div>
                    <div class="arrow"></div>
                  </div>
                </td>
              </tr>
              <input type="hidden" name="user_optOut" value="0">
              <input type="hidden" name="indivSignupForm" value="459A1858-98D0-6553-D5294208C18D05C8">
            </tbody>
          </table>
        </td>
      </tr>
      <tr>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <td colspan="2" align="center"><input type="button" class="big button grey" value="CANCEL" onclick="$('.overlay-back').fadeOut(500);$('#signupIndividual').fadeToggle(800);">&nbsp; &nbsp;<input type="button" class="big green button"
            id="regInd" value="REGISTER" onclick="checkForm();"></td>
      </tr>
    </tbody>
  </table>
</form>

Text Content

CLOSE
Relax, we can help.
With so many features and functions, we fully understand that getting the
software to do what you want can be daunting at times.
 * You can also submit a support ticket.


YIKES! ✕


CHANGES SAVED
SIGN IN
SESSION EXPIRED
We appreciate that your browser hung out with us for so long, but your session
has expired! If you want to register, we need to refresh your connection. We
limit session time to 30 minutes for your security and to free up unused
registration slots for others.

SESSION EXPIRED
Your session on this page has expired. We expire your session to protect your
information in case you sit on a page too long with no activity.



2025 SUMMER CONFERENCE

PLEASE SIGN IN TO ACCESS YOUR ITINERARY, MATERIALS AND LINKS TO ALL YOUR
SESSIONS.


ACCOUNT SIGN IN


FORGOT MY PASSWORD | CREATE NEW ACCOUNT


CREATE ACCOUNT FREE!
Register as an individual account holder here!
 

Email Address:*  

Confirm Email:* Full Name:* Country:* Country USA CANADA AFGHANISTAN ALBANIA
ALGERIA AMERICAN SAMOA (USA) ANDORRA ANGOLA ANGUILLA ANTARCTICA ANTIGUA AND
BARBUDA ARGENTINA ARMENIA ARUBA AUSTRALIA AUSTRIA AZERBAIJAN BAHAMAS BAHRAIN
BANGLADESH BARBADOS BELARUS BELGIUM BELIZE BENIN BERMUDA BHUTAN BOLIVIA
BOSNIA-HERZEGOVINA BOTSWANA BOUVET ISLAND BRAZIL BRITISH INDIAN OCEAN TERRITORY
BRUNEI DARUSSALAM BULGARIA BURKINA FASO BURUNDI CAMBODIA CAMEROON CANADA CAPE
VERDE CAYMAN ISLANDS CENTRAL AFRICAN REPUBLIC CHAD CHILE CHINA CHRISTMAS ISLANDS
COCOS (KEELING) ISLAND COLOMBIA COMOROS CONGO-BRAZZAVILLE CONGO-KINSHASA COOK
ISLANDS COSTA RICA COTE DIVOIRE CROATIA (HRVATSKA) CYPRUS CZECH REPUBLIC DENMARK
DJIBOUTI DOMINICA DOMINICAN REPUBLIC EAST TIMOR ECUADOR EGYPT EL SALVADOR
EQUATORIAL GUINEA ERITREA ESTONIA ETHIOPIA FALKLAND ISLANDS FAROE ISLANDS FED.
MICRONESIA FIJI FINLAND FRANCE FRENCH GUYANA FRENCH POLYNESIA FRENCH SOUTHERN
AND ANTARCTIC LANDS GABON GAMBIA GEORGIA GERMANY GHANA GIBRALTAR GREECE
GREENLAND GRENADA GUADELOUPE GUAM (USA) GUATEMALA GUINEA GUINEA BISSAU GUYANA
HAITI HEARD ISLAND HONDURAS HONG KONG HUNGARY ICELAND INDIA INDONESIA IRAN
IRELAND ISRAEL ITALY JAMAICA JAPAN JORDAN KAZAKHSTAN KENYA KIRIBATI KOREA,
REPUBLIC OF (KOR) KUWAIT KYRGYZSTAN LAOS LATVIA LEBANON LESOTHO LIBERIA LIBYAN
ARAB JAMAHIRIYA LIECHTENSTEIN LITHUANIA LUXEMBOURG MACAU MACEDONIA MADAGASCAR
MALAWI MALAYSIA MALDIVES MALI MALTA MARSHALL ISLANDS (USA) MARTINIQUE MAURITANIA
MAURITIUS MAYOTTE MEXICO MICRONESIA MOLDOVA, REPUBLIC OF MONACO MONGOLIA
MONTSERRAT MOROCCO MOZAMBIQUE MYANMAR NAMIBIA NAURU NEPAL NETHERLANDS
NETHERLANDS ANTILLES NEW CALEDONIA NEW ZEALAND NICARAGUA NIGER NIGERIA NIUE
NORFOLK ISLAND NORTHERN CYPRUS NORTHERN MARIANA ISLANDS (USA) NORWAY OMAN
PAKISTAN PALAU ISLAND (USA) PANAMA PAPUA NEW GUINEA PARAGUAY PERU PHILIPPINES
PITCAIRN ISLAND POLAND PORTUGAL PUERTO RICO QATAR REUNION ROMANIA RUSSIA RWANDA
SAINT HELENA SAINT KITTS AND NEVIS SAINT LUCIA SAINT PIERRE AND MIQUELON SAINT
VINCENT & GRENADINES SAMOA SAN MARINO SAO TOME AND PRINCIPE SAUDI ARABIA SENEGAL
SEYCHELLES SIERRA LEONE SINGAPORE SLOVAKIA SLOVENIA SOLOMON ISLANDS SOMALIA
SOUTH AFRICA SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS SOUTH KOREA SPAIN SRI
LANKA SUDAN SURINAME SVALBARD JAN MAYEN ISLAND SWAZILAND SWEDEN SWITZERLAND
SYRIAN ARAB REPUBLIC TAIWAN TAJIKISTAN TANZANIA THAILAND THE DEMOCRATIC REPUBLIC
OF THE CONGO TOGO TOKELAU TONGA TRINIDAD AND TOBAGO TUNISIA TURKEY TURKMENISTAN
TURKS AND CAICOS ISLANDS TUVALU UGANDA UKRAINE UNITED ARAB EMIRATES UNITED
KINGDOM URUGUAY US MINOR OUTLYING ISLANDS USA UZBEKISTAN VANUATU VATICAN CITY
VENEZUELA VIETNAM VIRGIN ISLANDS (BRITISH) VIRGIN ISLANDS (USA) WALLIS AND
FUTUNU ISLANDS WESTERN SAHARA YEMEN YUGOSLAVIA ZAMBIA ZIMBABWE State:* State
NON-US/CA/AUS ALABAMA ALASKA AMERICAN MILITARY (AE) AMERICAN MILITARY (AP)
ARIZONA ARKANSAS ARMED FORCES AMERICAS CALIFORNIA COLORADO CONNECTICUT DELAWARE
DISTRICT OF COLUMBIA FLORIDA GEORGIA GUAM HAWAII IDAHO ILLINOIS INDIANA IOWA
KANSAS KENTUCKY LOUISIANA MAINE MARYLAND MASSACHUSETTS MICHIGAN MINNESOTA
MISSISSIPPI MISSOURI MONTANA NEBRASKA NEVADA NEW HAMPSHIRE NEW JERSEY NEW MEXICO
NEW YORK NORTH CAROLINA NORTH DAKOTA OHIO OKLAHOMA OREGON PENNSYLVANIA PUERTO
RICO RHODE ISLAND SOUTH CAROLINA SOUTH DAKOTA TENNESSEE TEXAS UTAH VERMONT
VIRGINIA WASHINGTON WEST VIRGINIA WISCONSIN WYOMING CANADA - ALBERTA CANADA -
BRITISH COLUMBIA CANADA - MANITOBA CANADA - NEW BRUNSWICK CANADA - NEWFOUNDLAND
CANADA - NORTHWEST TERRITORIES CANADA - NOVA SCOTIA CANADA - ONTARIO CANADA -
PRINCE EDWARD ISLAND CANADA - QUEBEC CANADA - SASKATCHEWAN CANADA - YUKON
AUSTRALIA - Capital Territory AUSTRALIA - New South Wales AUSTRALIA - Northern
Territory AUSTRALIA - Queensland AUSTRALIA - Southern AUSTRALIA - Tasmania
AUSTRALIA - Victoria AUSTRALIA - Western Region/Province: Referral Code/Email:
If you enter a referral code or email from the individual who referred you, they
will get credit toward rewards!




If you enter a referral code or email from the individual who referred you, they
will get credit toward rewards!



     

Please enter your access code!

✕

CONTACT HOST
✕

Primary Contact: Ashley Dale
Email | Alt Email | +16788968205



SAVE TO CALENDAR
✕

Google | Outlook | Outlook.com (Office 365) | iCal | Other

LINK TO EVENT
✕
Click on the field below and copy this link. Use it anywhere to link directly to
this event.




SHARE
✕
Tweet
Email



Overview
Agenda
Sponsors
Exhibitor Floor Layo
Exhibitor Load In/Ou
Accommodations
Speakers
Register ▸


Register  ▸
 
2025 Summer Conference
2025 Summer Conference
Georgia A4LE CONFERENCE

✖

THIS EVENT IS 100% FREE!

The Georgia Chapter of the Association for Learning Environments, Inc. has grown
to one of the strongest and most active associations affiliated with the
Association for Learning Environments. With our signature event, the outstanding
summer conference celebrating its 18th year in 2025 we have great expectations
to further grow our membership and reach school personnel across the state &
region. 




We have a number of sponsors and exhibitors that have been supporting and
participating in the conference consistently over the years. We are most
grateful for your commitment to the organization.




We made some big changes in 2024 and many of them were very well received and
are returning, along with some other new opportunities including:

 * A larger reverse trade show on Wednesday's agenda where school personnel host
   tables and business partners will have an opportunity to networking and visit
   the tables to hear what work is coming up, meet the decision makers, and
   more.
 * Luau dinner is still on Monday night
 * Exhibitors can break down after the social Tuesday evening or wait until
   Wednesday morning.
 * Facilities 101 is BACK! For school personnel only, the GADOE will be hosting
   an extended session Monday morning from 8:00 - 10:00 (with breakfast
   included) for those new to the Faciltiies positions in their districts or
   those looking for a refresher.
 * Sunday before the opening reception we will host a voluntary session for
   anyone new to the conference or looking for ways to maximize the value of the
   event. We will review the app, the agenda, the flow and more. You can ask any
   and all questions.




Please note: Business partners events must not conflict or overlap with
published conference agenda events/times.




We look forward to seeing everyone in Jekyll Island in the summer!




CANCELLATION POLICY

REGISTRATION cancellations must be received in writing to info@ga4le.org no
later than 5:00pm EST on June 7, 2025 to receive a full refund. Cancellations
received between June 7, 2025 and June 17, 2025 will receive an 80% refund. No
refunds will be issued after June 17, 2025 at 5:00pm EST.




SPONSORSHIP cancellations must be received in writing to info@ga4le.org no later
than 5:00pm EST on May 31, 2025 to receive a full refund. Cancellations received
between June 1, 2025 and June 10, 2025 will receive an 70% refund. No refunds
will be issued after June 10, 2025 at 5:00pm EST.


Registration: Open
Event Dates
JUN
22
SUNDAY
to
JUN
25
WEDNESDAY

Save to calendar
SAVE TO CALENDAR
✕

Google | Outlook | Outlook.com (Office 365) | iCal | Other

Registration Closes

June 22, 2025 @ 6:00 pm
Location

←Naar links→Naar rechts↑Omhoog↓Omlaag+Inzoomen-UitzoomenHome75% naar links
schuivenEnd75% naar rechts schuivenPage Up75% omhoog schuivenPage Down75% omlaag
schuiven

Druk op de pijltoetsen om te navigeren.






Kaart
 * Terrein

Satelliet
 * Labels












Sneltoetsen
KaartgegevensKaartgegevens ©2024 Google
Kaartgegevens ©2024 Google

1 km 

Klik om te schakelen tussen metrische en Britse eenheden
Voorwaarden
Een kaartfout rapporteren

Address
Jekyll Island Convention Center
75 Beachview Drive N
Jekyll Island, GA  USA

Summary Agenda
View full agenda ▶
NEW AGENDA
Sunday, June 22
12:00 PM to 4:00 PM
Exhibitor Set Up

12:00 PM to 5:00 PM
Attendee Registration

3:30 PM to 4:30 PM
Navigating Your Conference Experience

4:30 PM to 6:30 PM
Welcome Reception/Social

6:00 PM
Dinner On Your Own

Monday, June 23
7:30 AM to 10:00 AM
Facilities 101 - For School Personnel Only

10:30 AM to 10:45 AM
Kickoff / Welcome

10:45 AM to 11:45 AM
KEYNOTE

11:45 AM to 12:00 PM
DOE Update

12:00 PM to 1:30 PM
Lunch, Exhibits and Door Prizes

1:30 PM to 2:30 PM
1A | Educational Session

1:30 PM to 2:30 PM
1B | Educational Session

2:45 PM to 3:45 PM
2A | Educational Session

2:45 PM to 3:45 PM
2B | Educational Session

4:00 PM to 5:00 PM
3A | Educational Session

4:00 PM to 5:00 PM
3B | Educational Session

7:00 PM to 10:30 PM
Luau Dinner & Celebration @ Westin

Tuesday, June 24
7:00 AM to 8:30 AM
Breakfast & Exhibits

8:30 AM to 9:30 AM
4 | Owner Panel

9:45 AM to 10:45 AM
5A | Educational Session

9:45 AM to 10:45 AM
5B | Educational Session

11:00 AM to 12:00 PM
6A | Educational Session

11:00 AM to 12:00 PM
6B | Educational Session

12:00 PM to 1:30 PM
Lunch, Exhibits and Door Prizes

1:30 PM to 2:30 PM
7A | Educational Session

1:30 PM to 2:30 PM
7B | Educational Session

2:45 PM to 4:15 PM
8 | Regional Roundtables

4:15 PM to 5:45 PM
Closing Social

6:00 PM
Dinner On Your Own

6:00 PM
Exhibitor Beakdown

Wednesday, June 25
7:30 AM to 8:30 AM
Breakfast

7:30 AM to 8:30 AM
Exhibitor Breakdown

8:30 AM to 9:15 AM
Feedback / Roundtable

9:15 AM to 10:00 AM
Construction Law

10:00 AM to 11:30 AM
Reverse Trade Show

11:30 AM to 11:45 AM
Closing Remarks / Final Door Prizes

11:45 AM to 12:15 PM
Grab & Go Lunch

Sponsors

Thank you to our generous sponsors

Conference Title Sponsor


Platinum Sponsors


Conference App Sponsor


Hotel Room Keys Sponsor


Lanyard Sponsor


Drink Ticket Wristband Sponsor


Monday Lunch Sponsor


Tuesday Breakfast Sponsors


Selection Options
US Dollar

  2025 ANNUAL SPONSORSHIPS
2025 TITLE SPONSOR
2025 TITLE SPONSOR
0/1 LEFT $ 14,000.00 

all PLATINUM benefits list below PLUS:

 * Exclusive first choice of exhibit spaces in Exhibit Hall at Convention Center
 * Additional exhibit space at Convention Center (two total)
 * If desired, additional exhibit space in host hotel
 * Opportunity to introduce keynote speaker
 * Opportunity to host keynote presenter at book signing at your booth (if
   applicable)
 * Sticker with firm logo and sponsor recognition on each book included in
   conference bags (if applicable)
 * Firm logo prominently featured on all signage, communications, printed
   materials, technology applications, etc.
 * Opportunity to address the entire attendance in general session during
   opening remarks of conference
 * One banner ad on conference app
 * One push notification DAILY on conference app
 * 2 rooms for 2 nights accommodations at host hotel
 * 2 additional Winter Social registrations (5 total)
 * 2 additional full conference registrations (5 total)




Summer Conference Benefits

 * Exhibit Booth with a total of THREE full conference registrations
 * First choice of exhibit booth space
 * Advanced summer conference registration lists, approximately 6 weeks and 3
   weeks prior to conference
 * Option to add items to attendee conference bags
 * Opportunity to include company summary and hyperlink in conference app
 * Additional attendees reduced registration rate of $375

Firm Recognition

 * Logo on Georgia A4LE Website
 * Verbal Recognition at Conference
 * Sponsor recognition on name tag

Chapter Benefits

 * TWO additional (three total) complimentary registrations for the 2025 Winter
   Social (held in early December each year) - you must register
 * Use of official Georgia A4LE, Inc. Sponsor Logo
 * Logo and hyperlink on Georgia A4LE Website
 * Recognition on sponsor signage at all events



When you select this, you also get (at no additional charge):
Exhibit Booths (2x)
Exhibit Booths (2x)
PLATINUM SPONSORExhibit Booth Power


 
PLATINUM SPONSOR
PLATINUM SPONSOR
$ 4,000.00 

Summer Conference Benefits

 * Exhibit Booth with a total of THREE full conference registrations
 * First choice of exhibit booth space
 * Advanced summer conference registration list, approximately one month prior
   to conference
 * Option to add items to attendee conference bags
 * Opportunity to include company summary and hyperlink in conference app
 * Additional attendees reduced registration rate of $375

Firm Recognition

 * Logo on Georgia A4LE Website
 * Verbal Recognition at Conference
 * Sponsor recognition on name tag

Chapter Benefits

 * TWO additional (three total) complimentary registrations for the 2025 Winter
   Social (held in early December each year) - you must register
 * Use of official Georgia A4LE, Inc. Sponsor Logo
 * Logo and hyperlink on Georgia A4LE Website
 * Recognition on sponsor signage at all events






When you select this, you also get (at no additional charge):
Exhibit Booths

 
GOLD SPONSOR
GOLD SPONSOR
$ 3,000.00 

Summer Conference Benefits

 * Exhibit Booth with a total of TWO full conference registrations
 * Choice of exhibit booth space after Platinum Sponsors have selected
 * Additional attendees reduced registration rate of $375

Firm Recognition

 * Logo on Georgia A4LE Website
 * Verbal Recognition at Conference
 * Sponsor recognition on name tag

Chapter Benefits

 * ONE complimentary registrations for the 2025 Winter Social (held in early
   December each year) - you must register
 * Use of official Georgia A4LE, Inc. Sponsor Logo
 * Logo and hyperlink on Georgia A4LE Website
 * Recognition on sponsor signage at all events






When you select this, you also get (at no additional charge):
Exhibit Booths

 
SILVER SPONSOR
SILVER SPONSOR
$ 2,000.00 

Summer Conference Benefits

 * ONE full conference registration
 * Option to purchase exhibit booth space if any remain after Platinum and Gold
   select.
 * Additional attendees reduced registration rate of $375

Firm Recognition

 * Logo on Georgia A4LE Website
 * Verbal Recognition at Conference
 * Sponsor recognition on name tag

Chapter Benefits

 * ONE complimentary registrations for the 2025 Winter Social (held in early
   December each year) - you must register
 * Use of official Georgia A4LE, Inc. Sponsor Logo
 * Logo and hyperlink on Georgia A4LE Website
 * Recognition on sponsor signage at all events






When you select this, you also get (at no additional charge):
Industry Partner Conference Registration

 
BRONZE SPONSOR
BRONZE SPONSOR
$ 1,000.00 

Summer Conference Benefits

 * Option to purchase exhibit booth space if any remain after Platinum and Gold
   select.

Firm Recognition

 * Logo on Georgia A4LE Website
 * Verbal Recognition at Conference
 * Sponsor recognition on name tag

Chapter Benefits

 * ONE complimentary registrations for the 2025 Winter Social (held in early
   December each year) - you must register
 * Use of official Georgia A4LE, Inc. Sponsor Logo
 * Logo and hyperlink on Georgia A4LE Website
 * Recognition on sponsor signage at all events




    Conference Registration Items
Industry Partner Conference Registration
Industry Partner Conference Registration
$ 675.00 

Jekyll Island Convention Center

Registration includes access to all conference related activities and sessions
as well as:

 * breakfast Tuesday and Wednesday
 * lunch Tuesday + grab and go box lunch Wednesday
 * dinner Tuesday
 * 3 social events with appetizers and drink tickets




 
School Personnel Conference Registration
School Personnel Conference Registration
$ 100.00 

Jekyll Island Convention Center

Registration includes access to all conference related activities and sessions
as well as:

 * breakfast Tuesday and Wednesday
 * lunch Tuesday + grab and go box lunch Wednesday
 * dinner Tuesday
 * 3 social events with appetizers and drink tickets




    SESSIONS
FACILITIES 101
FACILITIES 101
FREE! 

There is no additional cost to participate, but please select this option if you
plan to attend so we have accurate counts for breakfast and space requirements.

 
REVERSE TRADE SHOW - SCHOOL PERSONNEL
REVERSE TRADE SHOW - SCHOOL PERSONNEL
FREE! 

We had a great response to our first Reverse Trade Show from both the business
partners and the school systems that participated. They all found value in the
event.




We invite you to join the event for 2025 and host a table at the Reverse Trade
Show on Wednesday morning. There is no requirement for fancy table set ups, just
to have one or two system representatives at the table to talk with business
partners about your system needs. (i.e. upcoming work, preferred procurement
methods or requirements, specific needs that you need met, etc.)




Please select this if you will host a table during the event.




Don't hesitate to contact us at info@ga4le.org if you have any questions about
participating.

 
REVERSE TRADE SHOW - ATTENDEES
REVERSE TRADE SHOW - ATTENDEES
FREE! 

We had a great response to our first Reverse Trade Show from both the business
partners and the school systems that participated. They all found value in the
event.




Please select this if you plan to attend the event.

    CONFERENCE SPONSORSHIPS
CONFERENCE BAGS SPONSOR
CONFERENCE BAGS SPONSOR
1/1 LEFT $ 2,750.00 
 * Includes ONE full conference registration
 * Logo featured on conference bags
 * Includes cost of bags
 * Includes ONE push notifications on conference app
 * Additional attendees receive discounted registration rate of $375






When you select this, you also get (at no additional charge):
Industry Partner Conference Registration

 
CONFERENCE APP SPONSOR
CONFERENCE APP SPONSOR
0/1 LEFT $ 2,500.00 
 * Includes ONE full conference registration
 * Logo featured on conference app and recognized as sponsor
 * Logo featured prominently on event specific signage and some conference
   materials
 * Includes ONE banner ad on conference app
 * Includes TWO push notification on conference app
 * Additional attendees receive the discounted rate of $375






When you select this, you also get (at no additional charge):
Industry Partner Conference Registration

 
CONFERENCE DINNER SPONSOR
CONFERENCE DINNER SPONSOR
3/3 LEFT $ 2,000.00 
 * Includes ONE full conference registration
 * Opportunity to introduce band and welcome attendees to the dinner, including
   1-2 minute introduction of your firm.
 * Opportunity to display company signage/materials at venue during specific
   event
 * Logo featured prominently on event specific signage and some conference
   materials
 * Includes ONE banner ad on conference app
 * Includes ONE push notification on conference app
 * Additional attendees receive discounted registration rate of $375

 
DINNER BAR SPONSOR
DINNER BAR SPONSOR
2/2 LEFT $ 2,500.00 
 * Includes ONE full conference registration
 * Logo featured prominently on event specific signage and some conference
   materials
 * Opportunity to display company signage/materials at venue during specific
   event
 * Includes ONE push notification of conference app
 * Additional attendees receive discounted registration rate of $375






When you select this, you also get (at no additional charge):
Industry Partner Conference Registration

 
HOTEL KEY CARDS SPONSOR
HOTEL KEY CARDS SPONSOR
0/1 LEFT $ 3,000.00 
 * Includes ONE full conference registration
 * Includes cost of custom key cards with YOUR artwork
 * Provided artwork featured prominently on hotel room key cards at hotel
   hotels.
 * Includes ONE push notifications on conference app
 * Additional attendees receive discounted registration rate of $375






When you select this, you also get (at no additional charge):
Industry Partner Conference Registration

 
LANYARD SPONSOR
LANYARD SPONSOR
0/1 LEFT $ 2,500.00 
 * Includes ONE full conference registration
 * Includes cost of lanyards
 * Logo featured prominently on all lanyards and some conference material
 * Includes ONE push notifications on conference app
 * Additional attendees receive discounted registration rate of $375






When you select this, you also get (at no additional charge):
Industry Partner Conference Registration

 
DRINK TICKET WRISTBAND SPONSOR
DRINK TICKET WRISTBAND SPONSOR
0/1 LEFT $ 1,100.00 
 * Includes cost of wristbands
 * Logo featured prominently on drink ticket wristbands.
 * Includes ONE push notifications on conference app
 * Additional attendees receive discounted registration rate of $375






When you select this, you also get (at no additional charge):
Industry Partner Conference Registration

 
CONVERSATION CORNER SPONSOR (in shop area)
CONVERSATION CORNER SPONSOR (in shop area)
1/1 LEFT $ 1,250.00 
 * Only available when purchased WITH an exhibit booth or platinum or gold
   annual sponsorships which include a booth
 * Includes ONE additional full conference registration
 * Logo featured prominently on event specific signage and some conference
   materials
 * Opportunity to display company furniture throughout pop-up shop and lobby
   area and display signage/materials in the designated area
 * Includes ONE push notification of conference app
 * Additional attendees receive discounted registration rate of $375




 
FACILITIES 101 SPONSOR (Monday 8:00 - 10:00 AM)
FACILITIES 101 SPONSOR (Monday 8:00 - 10:00 AM)
1/1 LEFT $ 2,000.00 
 * Includes ONE full conference registration
 * Logo featured prominently on event specific signage and some conference
   materials
 * Exclusive opportunity to display company signage/materials at venue during
   Facilities 101 program
 * Opportunity to address audience at start of session
 * Includes ONE push notification of conference app
 * Additional attendees receive discounted registration rate of $375






When you select this, you also get (at no additional charge):
Industry Partner Conference Registration

 
SUNDAY SOCIAL SPONSOR
SUNDAY SOCIAL SPONSOR
3/3 LEFT $ 1,800.00 
 * Includes ONE full conference registration
 * Logo featured prominently on event specific signage and some conference
   materials
 * Opportunity to display company signage/materials at venue during specific
   event
 * Includes ONE push notification of conference app
 * Additional attendees receive discounted registration rate of $375






When you select this, you also get (at no additional charge):
Industry Partner Conference Registration

 
TUESDAY SOCIAL SPONSOR
TUESDAY SOCIAL SPONSOR
3/3 LEFT $ 1,800.00 
 * Includes ONE full conference registration
 * Logo featured prominently on event specific signage and some conference
   materials
 * Opportunity to display company signage/materials at venue during specific
   event
 * Includes ONE push notification of conference app
 * Additional attendees receive discounted registration rate of $375






When you select this, you also get (at no additional charge):
Industry Partner Conference Registration

 
MONDAY LUNCH SPONSOR
MONDAY LUNCH SPONSOR
3/4 LEFT $ 750.00 
 * Logo featured prominently on event specific signage and some conference
   materials
 * Opportunity to display company signage/materials at venue during specific
   event
 * Includes ONE push notification on conference app




 
TUESDAY LUNCH SPONSOR
TUESDAY LUNCH SPONSOR
4/4 LEFT $ 750.00 
 * Logo featured prominently on event specific signage and some conference
   materials
 * Opportunity to display company signage/materials at venue during specific
   event
 * Includes ONE push notification on conference app




 
TUESDAY BREAKFAST SPONSOR
TUESDAY BREAKFAST SPONSOR
3/4 LEFT $ 600.00 
 * Logo featured prominently on event specific signage and some conference
   materials
 * Opportunity to display company signage/materials at venue during specific
   event
 * Includes ONE push notification on conference app




 
WEDNESDAY BREAKFAST SPONSOR
WEDNESDAY BREAKFAST SPONSOR
4/4 LEFT $ 600.00 
 * Logo featured prominently on event specific signage and some conference
   materials
 * Opportunity to display company signage/materials at venue during specific
   event
 * Includes ONE push notification on conference app




 
GENERAL SESSION INTRODUCTION
GENERAL SESSION INTRODUCTION
4/4 LEFT $ 750.00 
 * Opportunity to introduce one session and speaker along with 2 minute max
   intro (verbal or video) about your firm
 * Firm and logo recognition on conference app and schedule
 * ONE push notification on conference app




 
BREAKOUT SESSION INTRODUCTION
BREAKOUT SESSION INTRODUCTION
8/8 LEFT $ 500.00 
 * Opportunity to introduce one session and speaker along with 2 minute max
   intro about your firm
 * Firm and logo recognition on conference app and schedule
 * ONE push notification on conference app




    Spouse Registration Items
Spouse Registration
Spouse Registration
$ 275.00 

Jekyll Island Convention Center

Registration includes all meals and social events (including drink tickets)
during main conference events.




If your spouse is just attending the Luau dinner on Tuesday night, please just
indicate that in the questionnaire. There is no need to purchase a spouse or
family ticket for that event.




    ADDITIONAL ATTENDEES
Sponsor/Exhibitor Additional Attendee
Sponsor/Exhibitor Additional Attendee
$ 375.00 

Registration includes access to all conference related activities and sessions
as well as:

 * breakfast Tuesday and Wednesday
 * lunch Monday and Tuesday + grab and go box lunch Wednesday
 * dinner Monday
 * 3 social events with appetizers and drink tickets




    EXHIBIT BOOTHS
Exhibit Booths
Exhibit Booths
$ 1,750.00 

Booth includes:

 * one attendee registration
 * additional attendees at reduced rate of $375
 * 10x10 carpeted booth space with pipe & drape
 * 6ft table
 * 2 chairs
 * wastebasket
 * listing on mobile app with link to firm website

 
Exhibit Booth Power
Exhibit Booth Power
FREE! 

Select this item if you need power at your booth.

 

Attendee Registration
›
POWERED BY
WE ARE SORRY YOU CANNOT MAKE IT!
We are sorry you cannot make it, but if your plans change, please use the button
in the email you received to return here and register.


OK
ShareThis Copy and Paste