Jake Vanderwerf
2026-04-26 3f08cede4c4e71244a5c5f8f6cfe1ce98e5e908b
forms/_setup.php
@@ -15,11 +15,11 @@
 *
 ************************************************************/
require(AJV_DIR . '/forms/contact.php');
require(ATAT_DIR . '/forms/contact.php');
add_filter('jvb_register_forms', 'altr_register_forms');
add_filter('jvb_register_forms', 'atat_register_forms');
function altr_register_forms($forms) {
    $forms['contact']           = altr_contact();
function atat_register_forms($forms) {
    $forms['contact']           = atat_contact();
    return $forms;
}