top of page
Dorie L. Richards

Psychology

Dorie L. Richards

Education:

MS, University of La Verne

Professional Experience:

Marriage and Family Therapist Private Practice; University of La Verne Senior Adjunct Professor; University of La Verne Assistant Director CAPS; Expertise in Trauma-Focused Therapy.

Courses Taught

Multiple APSY Courses

My Passion:

I see myself as a “farther-along learner” who has an opportunity to share with/lead others on the journey of exploration and knowledge.

Hobbies:

My horses, travel, surfing

bottom of page
import wixLocation from 'wix-location'; import { session } from 'wix-storage'; $w.onReady(function () { const referrer = session.getItem("referrerUrl") || "Unknown"; const { utm_source = '', utm_campaign = '', utm_term = '', utm_content = '', utm_medium = '' , gclid = '', page_url = wixLocation.url ,referrer_url = referrer} = wixLocation.query; const message = { utm_source: utm_source, utm_campaign: utm_campaign, utm_term: utm_term, utm_content: utm_content, utm_medium: utm_medium, gclid: gclid, page_url: page_url, referrer_url: referrer_url }; // Send message to iframe after a short delay to ensure it loads setTimeout(() => { $w("#formEmbed").postMessage(message); }, 1000); });