top of page
Reg Codrington

Humanities

Reg Codrington

Education:

EdD, University of South Africa

Professional Experience:

Executive Director, Azusa Pacific International, South Africa; Ordained Pastor, Baptist Union of South Africa.

Courses Taught

BIBL 100, BIBL 230

My Passion:

I love to unpack the Bible for students, especially those parts that many find frightening or puzzling.

Hobbies:

Safaris, bird watching

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