Membership is free. Please complete the form below. A default password will be sent to you.
You must check at least one role. You may check as many as apply. It's easy to change your choices later.
Big Business Executive
Big Business Executive
You are a senior executive at a big business
Big Business Innovator
Big Business Innovator
Your work for a big business and are specifically tasked to help your company innovate
Big Business Team
Big Business Team
You work at a big business but are not an executive or responsible for innovation
Startup Founder
Startup Founder
You have founded or co-founded a startup in the past five years
Startup Executive
Startup Executive
You are someone who currently makes executive decisions at a startup
Startup Team
Startup Team
You are not a founder or an executive, but dedicate a least 50% of your time to a startup
Aspiring Founder
Aspiring Founder
You are planning on starting your first startup but haven't done so
Advisor
Advisor
You provide advice to Startups at no charge, and with no expectation of future compensation
Professional
Professional
You sell expert services to Startups and may provide some free services from time to time.
Investor
Investor
You have invested in startups within the past two years and are willing to invest again
Free Agent
Free Agent
You work for businesses under your personal name, as a freelance contractor (not W2 employee)
Educator
Educator
You educate entrepreneurs in a formal setting (at a school, college, incubator, accelerator)
Supplier
Supplier
You or your employer provide products and services to startups and other businesses
If you have questions, please contact us at 844-646-6688. Thank you!
insert this code into websection javascript $('#joinExecuteButton').click(function(event) { var emailStatus = ($('#emailStatus').html()=='') ? 'exclamation-triangle' : 'check'; var emailStatusColor = ($('#emailStatus').html()=='') ? 'red' : 'green'; $('#emailStatus').css('color',emailStatusColor); $('#emailStatus').html(''); var isAspiringFounder = $('#isAspiringFounder').is(':checked') ? '1' : '0'; var isAdvisor = $('#isInvestor').is(':checked') ? '1' : '0'; var isBigBusinessExecutive = $('#isBigBusinessExecutive').is(':checked') ? '1' : '0'; var isBigBusinessInnovator = $('#isBigBusinessInnovator').is(':checked') ? '1' : '0'; var isBigBusinessTeam = $('#isBigBusinessTeam').is(':checked') ? '1' : '0'; var isEducator = $('#isEducator').is(':checked') ? '1' : '0'; var isFreeAgent = $('#isFreeAgent').is(':checked') ? '1' : '0'; var isInvestor = $('#isInvestor').is(':checked') ? '1' : '0'; var isProfessional = $('#isProfessional').is(':checked') ? '1' : '0'; var isSupplier = $('#isSupplier').is(':checked') ? '1' : '0'; var isStartupFounder = $('#isStartupFounder').is(':checked') ? '1' : '0'; var isStartupExecutive = $('#isStartupExecutive').is(':checked') ? '1' : '0'; var isStartupTeam = $('#isStartupTeam').is(':checked') ? '1' : '0'; var er = 'memberJoinExecute' + '&formCode=' + 'Oviture' + '&hubCode=' + 'orange-county' + '&personEmailAddress=' + $('#emailAddress').val() + '&isAdvisor=' + isAdvisor + '&isAspiringFounder=' + isAspiringFounder + '&isBigBusinessExecutive=' + isBigBusinessExecutive + '&isBigBusinessInnovator=' + isBigBusinessInnovator + '&isBigBusinessTeam=' + isBigBusinessTeam + '&isEducator=' + isEducator + '&isInvestor=' + isInvestor + '&isFreeAgent=' + isFreeAgent + '&isProfessional=' + isProfessional + '&isSupplier=' + isSupplier + '&isStartupFounder=' + isStartupFounder + '&isStartupExecutive=' + isStartupExecutive + '&isStartupTeam=' + isStartupTeam + '&personNameFirst=' + $('#firstName').val() + '&personNameLast=' + $('#lastName').val() + '&personMobilePhone=' + $('#mobilePhone').val() ; //alert(er); twistLoadEntityRequest(er); });