<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>LoggedOut &#8211; The Gideons International in Australia</title>
	<atom:link href="https://www.gideons.org.au/category/loggedout/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.gideons.org.au</link>
	<description>Holy Bible, Gideons Bible, New Testament, Hotels, Schools, Universities, Hospitals, Prisons</description>
	<lastBuildDate>Mon, 04 Aug 2025 01:27:59 +0000</lastBuildDate>
	<language>en-AU</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://www.gideons.org.au/wp-content/uploads/favicon1-100x100.png</url>
	<title>LoggedOut &#8211; The Gideons International in Australia</title>
	<link>https://www.gideons.org.au</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Faith Fund old</title>
		<link>https://www.gideons.org.au/give-now/faith-fund-old/</link>
		
		<dc:creator><![CDATA[gideonsadmin]]></dc:creator>
		<pubDate>Tue, 06 Aug 2024 06:27:16 +0000</pubDate>
				<category><![CDATA[LoggedOut]]></category>
		<guid isPermaLink="false">https://www.gideons.org.au/?page_id=5386</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[
<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>




<style>
.shalom-eway-forms label { width:100px; }
.shalom-eway-forms .input-group { margin-bottom:10px; }
.shalom-eway-forms .input-fullwidth { width:100%; }
.shalom-eway-forms #submit-button{margin: 15px 0px 15px 0px;
    background: #068399;
    color:#FFFFFF;
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    padding: 7px 30px 7px 30px;
}
.shalom-eway-forms #submit-button:hover {
    background: #005665;
    color: white !important;
}
</style>


<div class="nf-form-cont">
    <div>
        <!--<span class="nf-form-title">
            <h3>Donate Now!<br>Bibles for the World</h3>
        </span>*/
        -->
        <!--<span class="nf-form-other-title">
            <h4 style="font-size:100%; letter-spacing:-0.4px; padding-bottom:15px">All donations go to provide Scriptures to countries unable to meet their own needs.</h4>
        </span>
        -->
        <!--<div class="nf-form-fields-required">Fields marked with an <span class="ninja-forms-req-symbol">*</span> are required</div> -->
    </div>

    <form id="shalom-eway-pay-form" method="post" class="shalom-eway-forms"> 
        <!-- Amount and Title -->
        <!-- Amount -->
        <h4>Donation amount</h4>
        <div class="input-group" style="width:30%;">
            <div class="required">
                <input type="text" 
                       name="customer_amount" 
                       id="customer_amount" 
                       class="form-control input-fullwidth" 
                       placeholder="$" 
                       autocomplete="off" />
            </div>
                <input type="hidden" name="formId" value="1" />
        </div>
        
        <div style="clear:both"></div>    
        <div class="separator"></div>

        <!-- Title -->
        <h4>Your details</h4>
        <div class="input-group" style="width:30%;">
            <select name="customer_title" 
                    id="customer_title" 
                    class="form-control input-fullwidth" >
                <option value="">Title</option>
                <option value="Rev">Rev</option>
                <option value="Dr">Dr</option>
                <option value="Mr">Mr</option>
                <option value="Mrs">Mrs</option>
                <option value="Miss">Miss</option>
            </select>
        </div>


        <!-- First Name and Last Name -->
        <div class="c2 input-groups">
            <div class="input-group" style="width:50%;float:left;padding-right: 5px;">
                <input type="text" 
                       name="customer_firstname" 
                       id="customer_firstname" 
                       class="form-control input-fullwidth required-field" 
                       placeholder="First name*" 
                       autocomplete="off" />
            </div>
            <div class="input-group" style="width:50%;float:left;">
                <input type="text" 
                       name="customer_lastname" 
                       id="customer_lastname" 
                       class="form-control input-fullwidth required-field" 
                       placeholder="Last name*" 
                       autocomplete="off" />
            </div>
        </div>
        <div style="clear:both"></div>

        <!-- Address -->
        <div class="input-group" style="width:100%;">
            <input type="text" 
                   name="customer_address" 
                   id="customer_address" 
                   class="form-control input-fullwidth" 
                   placeholder="Address*" 
                   autocomplete="off" />
        </div>
        
        <!-- Suburb -->
        <div class="input-group" style="width:100%;">
                <input type="text" 
                       name="customer_suburb" 
                       id="customer_suburb" 
                       class="form-control input-fullwidth" 
                       placeholder="Suburb/Locality*" 
                       autocomplete="off" />
        </div>

        <!-- State and Postcode -->
        <div class="c2 input-groups">
            <div class="input-group" style="width:50%;float:left;padding-right: 5px;">
                <select name="customer_state" id="customer_state" class="form-control">
                    <option>State/Territory</option>
                    <option>New South Wales</option>
                    <option>Victoria</option>
                    <option>Queensland</option>
                    <option>Western Australia</option>
                    <option>South Australia</option>
                    <option>Tasmania</option>
                    <option>Northern Territory</option>
                    <option>Australian Capital Territory </option>
                </select>
            </div>
            
            <div class="input-group" style="width:50%;float:left;">
                <input type="text" 
                       name="customer_postcode" 
                       id="customer_postcode" 
                       class="form-control input-fullwidth required-field" 
                       placeholder="Postcode*" 
                       autocomplete="off" />
            </div>
        </div>
        <div style="clear:both"></div>

        <!-- Phone and Email -->
        <div class="c2 input-groups">
            <div class="input-group" style="width:50%;float:left;padding-right: 5px;">
                <input type="text" 
                       name="customer_phone" 
                       id="customer_phone" 
                       class="form-control input-fullwidth required-field" 
                       placeholder="Phone number" 
                       autocomplete="off" />
            </div>
            <div class="input-group" style="width:50%;float:left;">
                <input type="text" 
                       name="customer_email" 
                       id="customer_email" 
                       class="form-control input-fullwidth required-field" 
                       placeholder="Email address*" 
                       autocomplete="off" />
            </div>
        </div>
        <div style="clear:both"></div>
        <div class="separator"></div>

        <span class="nf-form-title">
            <h4>Gideon group that hosted the event</h4>
        </span>
        <h5 style="font-size:100%; letter-spacing:-0.4px; padding:8px 0 10px 0; color:#212121">Ask your host or a Gideon at your table which group to choose</h5>
        <div class="c2 input-groups">
            <div class="input-group" style="width:50%;float:left;padding-right: 5px;">
                <div class="field-wrapper">
                    <select id="idState" name="state" class="form-control input-fullwidth required-field" style="width:100%" required>
                        <option value="">Select a State*</option>
                        <option value="QLD">QLD</option>
                        <option value="NSW">NSW</option>
                        <option value="ACT">ACT</option>
                        <option value="VIC">VIC</option>
                        <option value="TAS">TAS</option>
                        <option value="SA">SA</option>
                        <option value="WA">WA</option>
                        <option value="NT">NT</option>
                    </select>
                </div>
            </div>
            <div class="input-group" style="width:50%;float:left;">
                <div class="field">
                    <select id="idCamp" name="camp" class="form-control input-fullwidth required-field" style="width:100%" required>
                        <option value="">Select a Group*</option>
                    </select>
                </div>
            </div>
        </div>
        <div style="clear:both"></div>
        
    
        <button type="button" id="submit-button">Proceed to Payment</button>
    
    </form>
</div>

<script>
document.addEventListener('DOMContentLoaded', function() {
    const campData = {
        "QLD": ["Mackay", "Townsville", "Cairns", "Tablelands", "Fraser Coast", "Bundaberg", "Rockhampton", "Biloela", "Gladstone", "Central West", "Sunshine Coast", "Redcliffe", "Gympie", "Caloundra", "Pine Rivers", "Mt Coot-tha", "Ipswich", "Kedron Brook", "Bayside", "Mt Gravatt", "Logan", "Brisbane South", "Toowoomba East", "South Burnett", "Dalby", "Toowoomba West", "Lockyer", "Gold Coast South", "Gold Coast North", "Albert", "Ballina", "Gold Coast Central"],
        "NSW": ["Tamworth", "Inverell", "Coffs Harbour", "Clarence Valley", "Port Macquarie", "Lake Macquarie", "Hunter Valley", "Taree", "Central Coast", "Newcastle", "Lane Cove", "Northern Beaches", "Hornsby", "Ryde", "Carlingford", "The Hills", "Liverpool", "Blue Mountains", "Macarthur", "Penrith", "Windsor", "Blacktown", "Sydney Central", "Sutherland", "Bankstown", "Sydney East", "Georges River", "Homebush", "Dubbo", "Moree", "Murrumbidgee", "Bathurst/Orange", "Lachlan", "Wagga Wagga", "Wollongong", "Southern Highlands", "Nowra", "Shellharbour"],
        "WA": ["Geraldton", "Perth City", "Wheatbelt", "Rangeview", "Kalgoorlie", "Joondalup", "Perth North", "North West Remote", "Melville", "Bunbury", "Mandurah", "Albany", "Perth South", "Armadale"],
        "VIC": ["Shepparton", "Albury/Wodonga", "Wangaratta", "Bendigo", "Mildura", "Kerang/Swan Hill", "Echuca", "Ballarat", "Bellarine", "Wimmera", "Warrnambool", "Colac", "Greater Geelong", "Hamilton", "Ararat", "Mountain Districts", "Boroondara", "Melbourne CBD", "Wyndham", "Central Highlands", "Plenty", "Brimbank", "Warragul", "East Gippsland", "Peninsula", "Latrobe Valley", "South Gippsland", "Phillip", "Monash", "Maroondah", "Casey", "Kingston", "Box Hill Camp"],
        "SA": ["Yorke Peninsula", "Mid North", "Eyre", "Riverland", "Broken Hill", "Adelaide South East", "Adelaide Torrens Valley", "Adelaide Southern Districts", "Adelaide Northern Districts", "Adelaide West", "Mt Gambier", "Ngarkat", "Victor Harbor", "Adelaide Hills"],
        "TAS": ["Hobart", "Launceston", "Burnie", "Devonport", "Huon/Channel"],
        "ACT": ["Canberra South", "Canberra North"],
        "NT": ["Darwin"]
    };
    
    
    for (let state in campData) {
        // Sort the inner array alphabetically
        campData[state].sort();
    }

    const stateSelect = document.getElementById('idState');
    const campSelect = document.getElementById('idCamp');

    stateSelect.addEventListener('change', function() {
        const selectedState = stateSelect.value;
        campSelect.innerHTML = '<option value="">Select a Group *</option>';

        if (campData[selectedState]) {
            campData[selectedState].forEach(function(camp) {
                const option = document.createElement('option');
                option.value = camp;
                option.text = camp;
                campSelect.appendChild(option);
            });
        }
    });
    
     if (stateSelect.options.length > 0) {
        stateSelect.selectedIndex = 0; // Change this to select the desired option
        stateSelect.dispatchEvent(new Event('change'));
    }
});

</script>

<script>
        
   var nofFailures = 0, failureMsg = '', f = '';
   
    /** jQuery(document).ready(function(){
       jQuery('#customer_lead').on('change', function(){
           if(jQuery(this).val()=='MemberNo'){
               jQuery('#customer_lead_memberno').show();
           } else {
               jQuery('#customer_lead_memberno').hide();
           }
       });
   }); */ 
    
    //jQuery('#shalom-eway-pay-form').on('submit', function(e){
    //e.preventDefault();
    jQuery('#submit-button').on('click', function(e){
        
        jQuery(this).attr('disabled','disabled');
        
        // Clear previous errors
    jQuery('.form-control').removeClass('field-error');
    jQuery('.error-msg').remove();

    let isValid = true;

    function showError(fieldSelector) {
    const $field = jQuery(fieldSelector);
    $field.addClass('field-error');

    // Remove previous error for this field
    $field.siblings('.error-msg').remove();

    // Wrap the field in a div (if not already wrapped) for easier styling
    if (!$field.parent().hasClass('field-wrapper')) {
        $field.wrap('<div class="field-wrapper"></div>');
    }

    // Append error inside that wrapper
    $field.closest('.field-wrapper').append('<div class="error-msg">Please fill in field</div>');

    isValid = false;
}
        
        /*let cxAmount = 0.00, cxPurpose, cxFrequency, cxPhone, cxEmail,regexEmail;
        
        nofFailures = 0; 
        failureMsg = ''; 
        f = '';
        
        cxAmount = jQuery('#customer_amount').val(); 
        cxTitle = jQuery('#customer_title').val();
        cxFirstname = jQuery('#customer_firstname').val();
        cxLastname = jQuery('#customer_lastname').val(); 
        cxSuburb = jQuery('#customer_suburb').val();
        cxPostcode = jQuery('#customer_postcode').val();
        cxPhone = jQuery('#customer_phone').val();
        cxEmail = jQuery('#customer_email').val();         
        State = jQuery('#idState').val();
        Camp = jQuery('#idCamp').val();
        
        if(!(cxAmount>0)){ nofFailures++; f = f.concat('donation amount should be greater than zero'+"\n"); }
        /*if(!cxTitle.length>0){ nofFailures++; f = f.concat('title is required'+"\n"); }
        if(!cxFirstname.length>0){ nofFailures++; f = f.concat('firstname is required'+"\n"); }
        if(!cxLastname.length>0){ nofFailures++; f = f.concat('lastname is required'+"\n"); }
        /*if(!cxSuburb.length>0){ nofFailures++; f = f.concat('suburb is required'+"\n"); }
        if(!cxPostcode.length>0){ nofFailures++; f = f.concat('postcode is required'+"\n"); }
        if(!cxPhone.length>0){ nofFailures++; f = f.concat('phone is required'+"\n"); }
        if(!cxEmail.length>0){ nofFailures++; f = f.concat('email is required'+"\n"); }
        if(!State.length>0){ nofFailures++; f = f.concat('state is required'+"\n"); }
        if(!Camp.length>0){ nofFailures++; f = f.concat('group is required'+"\n"); }
        regexEmail = /^[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$/i;         
        if(!regexEmail.test(cxEmail)){ nofFailures++; f = f.concat('email is not valid'+"\n"); }

console.log('nofFailures='+nofFailures);
//jQuery(this).removeAttr('disabled');

        failureMsg = f;
        if(nofFailures==0){
            //jQuery(this).removeAttr('disabled');
            //alert('Processing Payment.... Please wait.....Press OK to continue');
            jQuery('#shalom-eway-pay-form').submit();
        } else {
            jQuery(this).removeAttr('disabled');
            alert(failureMsg);
        }
    });*/
    
    
    let requiredFields = [
        '#customer_amount',
        '#customer_firstname',
        '#customer_lastname',
        '#customer_address',
        '#customer_suburb',
        '#customer_postcode',
        '#customer_email',
        '#idState',
        '#idCamp'
    ];

    let emailVal = jQuery('#customer_email').val();
    let emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;

    requiredFields.forEach(function(field) {
        let $input = jQuery(field);
        let value = $input.val();
        if (!value || value.trim() === '') {
            showError(field);
        }
    });

    // Email format validation
    if (emailVal && !emailRegex.test(emailVal)) {
        showError('#customer_email');
        jQuery('#customer_email').closest('.input-group').next('.error-msg').text('Please enter a valid email');
    }

    if (isValid) {
        jQuery('#shalom-eway-pay-form').submit();
    } else {
        jQuery(this).removeAttr('disabled');
    }
});

    
document.addEventListener("DOMContentLoaded", function () {
    const selectElements = document.querySelectorAll("select.form-control");

    selectElements.forEach(select => {
        select.addEventListener("change", function () {
            if (this.value) {
                this.classList.add("bold-selected");
            } else {
                this.classList.remove("bold-selected");
            }
        });
    });
});

    
</script>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
