top of page
Scott Edgar

Humanities

Scott Edgar

Education:

Associate Professor, Los Angeles Pacific University. Experience in pastoral ministry, international missions, and higher education.

Professional Experience:

Senior Consultant and Pastor; Extensive experience in pastoral ministry, international missions, and higher education

Courses Taught

BIB 100, BIB 230, REL 100, PHIL 210, ISTU 490, ISTU 495, LEAD 320

My Passion:

My passion is to guide students in discovering, developing, and deploying their talents and passions to impact the world for Christ personally and professionally

Hobbies:

International travel, trout-fishing, and cooking great barbecue!

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); });