New Episode: The Baby

NEW EPISODE

A lesson on loving your neighbour.

Rediscover The Classics

See where it all began with our Faithville Classics Collection, where 30+ years of captivating storytelling continues to inspire hearts with timeless tales that are both nostalgic and ever-relevant.

Faithville Classic
// Record when the form was loaded const formStartTime = Date.now(); form.addEventListener("submit", function(e) { const timeTaken = (Date.now() - formStartTime) / 1000; // Block submissions faster than 5 seconds if (timeTaken < 5) { e.preventDefault(); alert("Please take a moment to complete the form before submitting."); return false; } }); }); });