Member Application

It is the mission of the Farmers Branch Chamber of Commerce to provide economic development, promote civic activity, foster leadership training, advance sound entrepreneurial policy and effectively monitor legislation by uniting the business community and its citizens. The Chamber offers dynamic programs to meet these needs. Investments are payable in advance and membership automatically renews each year unless written notice is provided. Your Farmers Branch Chamber investment is tax-deductible as a business expense.

Step 1:

Member Info
Please add your company name.
Please add your company phone number.
Please add a valid email.
Physical Address
Please add your address.
Please add your country.
Please add your City.
Please add your State.
Please add your Postal Code.
Mailing Address
Please add your address.
Please add your country.
Please add your City.
Please add your State.
Please add your Postal Code.
Social Network Addresses

Step 2:

Additional Info
Please add your company description.
Please add your business keywords.
Please select a directory category.
Please add your number of full-time employees.
Please add your number of part-time employees.

Step 3:

Primary Contact
Please add your first name.
Please add your last name.
Please add your phone number.
Please add a valid email.

Contact Preference

Address
Please add your address.
Please add your country.
Please add your City.
Please add your State.
Please add your Postal Code.
Social Network Addresses
Create Account
Please add your login password.

Step 4:

Billing Contact
Please add your first name.
Please add your last name.
Please add your phone number.
Please add a valid email.

Contact Preference

Address
Please add your address.
Please add your country.
Please add your City.
Please add your State.
Please add your Postal Code.
Social Network Addresses
Create Account
Please add your login password.

Step 5:

Membership Package
Please select a Membership Package
Additional Options:
Payment Option
Please complete the Captcha
"; $('#gz-info-calendarformat').addClass('in'); if (!($('#gz-info-calendarformat .modal-backdrop').length)) { $('#gz-info-calendarformat').prepend(backdropElem); } else { $('#gz-info-calendarformat .modal-backdrop').addClass('in'); } }); $('#gz-info-calendarformat').on('hidden.bs.modal', function (e) { $('#gz-info-calendarformat').removeClass('in'); $('#gz-info-calendarformat .modal-backdrop').remove(); }); if ($modal[0]) { $('.calendarLink').click(function (e) { $('#gz-info-calendarformat').modal('hide'); }); } })($('#gz-info-calendarformat .modal-content')); // Constructs the Find Members type ahead suggestion engine. Tokenizes on the Name item in the remote return object. Case Sensitive usage. var members = new Bloodhound({ datumTokenizer: Bloodhound.tokenizers.whitespace, queryTokenizer: Bloodhound.tokenizers.whitespace, remote: { url: MNI.BaseUrl + '/list/find?q=%searchTerm', wildcard: '%searchTerm', replace: function () { var q = MNI.BaseUrl + '/list/find?q=' + encodeURIComponent($('.gz-search-keyword').val()); var categoryId = $('#catgId').val(); var quickLinkId = $('#qlId').val(); if (categoryId) { q += "&catgId=" + encodeURIComponent(categoryId); } if (quickLinkId) { q += "&qlid=" + encodeURIComponent(quickLinkId); } return q; } } }); // Initializing the typeahead using the Bloodhound remote dataset. Display the Name and Type from the dataset via the suggestion template. Case sensitive. $('.member-typeahead').typeahead({ hint: false, }, { display: 'Name', source: members, limit: Infinity, templates: { suggestion: function (data) { return '
' + data.Name + '' + data.Type + '
' } } }); $('.member-typeahead').on('typeahead:selected', function (evt, item) { var openInNewWindow = MNI.Page.MemberPagePopup var doAction = openInNewWindow ? MNI.openNewWindow : MNI.redirectTo; switch (item.ResultType) { case 1: // AutocompleteSearchResultType.Category doAction(MNI.Path.Category(item.SlugWithID)); break; case 2: // AutocompleteSearchResultType.QuickLink doAction(MNI.Path.QuickLink(item.SlugWithID)); break; case 3: // AutocompleteSearchResultType.Member if (item.MemberPageAction == 1) { MNI.logHitStat("mbrws", item.ID).then(function () { var location = item.WebParticipation ' + data.Name + '' + data.Type + '
' } } }); }); MNI.Plugins.AutoComplete.Init('#mn-search-geoip input', { path: '/' + MNI.MemberFilterUrl + '/find-geographic' }); }); })(MNI.jQuery);