Membership

Join the FA

Membership

Membership is the source of our strength at the bargaining table. Joining takes a few minutes — dues are handled automatically through payroll.

On This Page

On This Page

(function(){ if(window.clpTocInit)return;window.clpTocInit=1; function init(){ var nav=document.querySelector(‘.clp-toc’);if(!nav)return; var items=[]; Array.prototype.forEach.call(nav.querySelectorAll(‘a[href^=”#”]’),function(a){ var el=document.getElementById(a.getAttribute(‘href’).slice(1)); if(el)items.push({a:a,el:el}); }); if(!items.length)return; nav.classList.add(‘has-js’); function top(el){return el.getBoundingClientRect().top+(window.pageYOffset||document.documentElement.scrollTop);} items.sort(function(x,y){return top(x.el)-top(y.el);}); var cur=null,dark=null,tick=false; function behind(){ var r=nav.getBoundingClientRect(); if(r.width<1)return 255; var x=Math.round(r.left+r.width/2),y=Math.round(r.top+Math.min(r.height,90)/2); var list=document.elementsFromPoint(x,y)||[]; for(var i=0;i3&&p[3]<0.5)continue; return 0.2126*p[0]+0.7152*p[1]+0.0722*p[2]; } return 255; } function upd(){ tick=false; var y=window.pageYOffset||document.documentElement.scrollTop,probe=y+140,best=null,bt=-1e9,i; for(i=0;i<items.length;i++){ var t=top(items[i].el); if(tbt){bt=t;best=items[i];} } if(!best)best=items[0]; if(y+window.innerHeight>=document.documentElement.scrollHeight-4)best=items[items.length-1]; if(best!==cur){ if(cur){cur.a.classList.remove(‘is-active’);cur.a.removeAttribute(‘aria-current’);} cur=best; if(cur){cur.a.classList.add(‘is-active’);cur.a.setAttribute(‘aria-current’,’true’);} } var d=behind()<140; if(d!==dark){dark=d;if(d)nav.classList.add('is-on-dark');else nav.classList.remove('is-on-dark');} } function on(){if(!tick){tick=true;requestAnimationFrame(upd);}} window.addEventListener('scroll',on,{passive:true}); window.addEventListener('resize',on); upd(); } if(document.readyState!=='loading')init();else document.addEventListener('DOMContentLoaded',init); })(); (function(){ var nav = document.querySelector(‘.clp-toc’); if (!nav) return; var cb = nav.querySelector(‘.clp-toc-toggle’); var label = nav.querySelector(‘.clp-toc-btn’); var panel = nav.querySelector(‘ul’); if (!cb || !label || !panel) return; if (!panel.id) panel.id = cb.id + ‘-panel’; label.setAttribute(‘aria-controls’, panel.id); label.setAttribute(‘aria-expanded’, cb.checked ? ‘true’ : ‘false’); cb.addEventListener(‘change’, function(){ label.setAttribute(‘aria-expanded’, cb.checked ? ‘true’ : ‘false’); }); })();

Join Online

Become a Member

Joining takes about two minutes online — nothing to print, mail, or pay separately. Have your W ID number to hand.

01

Fill out the form

Complete the membership application online. It is hosted by Jotform and opens in a new tab.

02

We follow up

Your application goes to the FA membership chair, who confirms your details and finalizes your membership — usually within a few days.

03

Dues deduct automatically

Dues are 0.6% of your paycheck for all faculty, full- and part-time, deducted through district payroll — no separate payments to track.

Prefer paper, or having trouble with the online form? Contact us and we’ll send you a printable version, or pick one up from an FA representative on either campus.

Join the association Today

Join 400 faculty members in making a difference. Together, we advocate for excellence in education and support each other’s professional growth. Fill out the boxes below to begin the membership application process.

/* Membership router card — restyled 2026-08-19. Previously carried hardcoded inline styles (16px rounded corners, a drop shadow, and a default browser submit button) that matched nothing else on the site, sitting inside a burgundy band. Rebuilt in the site’s own form language: square corners, the same card border/shadow as .clp-static cards, Montserrat micro-labels, the burgundy primary button already used on the About page Jetpack forms, and the sitewide gold-dark focus ring. Behaviour and destination URLs are untouched. */ .clp-jmr{box-sizing:border-box;max-width:420px;margin:0 auto;background:#FFFFFF;padding:1.75rem;border:1px solid rgba(110,34,51,0.08);box-shadow:0 1px 2px rgba(46,33,26,0.04),0 6px 18px rgba(46,33,26,0.05);} .clp-jmr p{margin:0 0 1.1rem;} .clp-jmr p:last-child{margin-bottom:0;} .clp-jmr label{display:block;font-family:’Montserrat’,’Helvetica Neue’,sans-serif;font-size:0.72rem;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;color:#675E57;margin-bottom:0.4rem;} .clp-jmr input,.clp-jmr select{width:100%;box-sizing:border-box;padding:0.7rem 0.8rem;font-family:inherit;font-size:1rem;line-height:1.4;color:#2E2622;background-color:#FFFFFF;border:1px solid rgba(110,34,51,0.25);border-radius:0;} .clp-jmr input:focus-visible,.clp-jmr select:focus-visible{outline:2px solid #8A6210;outline-offset:2px;} .clp-jmr button{width:100%;padding:0.85rem 1.75rem;font-family:’Montserrat’,’Helvetica Neue’,sans-serif;font-size:0.9rem;font-weight:600;letter-spacing:0.02em;color:#F6F1E7;background-color:#7A1F2B;border:1px solid #7A1F2B;border-radius:0;cursor:pointer;transition:background-color .15s ease,border-color .15s ease;} .clp-jmr button:hover{background-color:#5E1721;border-color:#5E1721;} .clp-jmr button:focus-visible{outline:2px solid #8A6210;outline-offset:2px;}

Full name

Email

College Select your college Chabot College Las Positas College

(function () { /* Destination forms, one per campus. Public Jotform URLs (Publish tab), not WP pages. */ var DESTINATIONS = { chabot: ‘https://form.jotform.com/262307366702051&#8217;, laspositas: ‘https://form.jotform.com/262307457851057&#8217; }; /* URL parameter names the destination forms expect for prefilling Name/Email. These match Jotform’s standard “Full Name” and “Email” field types. If either destination form’s fields were customised, confirm the parameter names with the Field Prepopulator tool at prepopulate.jotform.io and update here. */ var NAME_PARAM_FIRST = ‘name[first]’; var NAME_PARAM_LAST = ‘name[last]’; var EMAIL_PARAM = ’email’; document.getElementById(‘jmr-router-form’).addEventListener(‘submit’, function (e) { e.preventDefault(); var fullName = document.getElementById(‘jmr-name’).value.trim(); var email = document.getElementById(‘jmr-email’).value.trim(); var college = document.getElementById(‘jmr-college’).value; var destination = DESTINATIONS[college]; if (!destination) { alert(‘Please select a college.’); return; } var parts = fullName.split(‘ ‘); var first = parts.shift() || ”; var last = parts.join(‘ ‘); var params = new URLSearchParams(); params.set(NAME_PARAM_FIRST, first); if (last) { params.set(NAME_PARAM_LAST, last); } params.set(EMAIL_PARAM, email); window.location.href = destination + ‘?’ + params.toString(); }); })();

400+ Members · 2 Campuses · 50+ Years of Advocacy