Gibelyou Ministries

gibelyouministries.com

Helping You Discover God’s Plan and Purpose

A ministry of encouragement, healing, and purpose through Christ.

“Who Is the Rock of Our Salvation”

Download your free eBook and discover the strength and peace found only in Christ our Rock.

About Loretta Gibelyou

Loretta Gibelyou is an author and Bible teacher who writes to help others discover God’s plan, healing, and purpose in their lives. Her heartfelt devotionals and books invite readers into a deeper walk with Christ.

Get Your FREE
'7-Day Bible Study Journey'

Start your week with scripture, insight,
and practical steps toward your purpose.

/* === PLACE IN: PAGE SETTINGS → CUSTOM CODE (BODY END) === */ document.addEventListener("DOMContentLoaded", () => { const form = document.getElementById("ebookForm"); const msg = document.getElementById("formMessage"); form.addEventListener("submit", e => { e.preventDefault(); msg.classList.remove("hidden"); // 🔹 Trigger Task Flow (internal connector) — "Rock of Salvation Opt-in" window.Optimus?.trigger?.("taskflow", { flow_key: "rock_of_salvation_optin", payload: { first_name: form.first_name.value, email: form.email.value } }); // 🔹 Local confirmation / redirect setTimeout(() => { window.location.href = "https://gibelyouministries.com/thank-you-rock"; }, 1200); }); });