We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 44425
    • 10 Posts
    I have a quick contact form in a side bar and ONLY on the home page does it not work. If you click on submit it just refreshes the page. So then I clicked it when it was blank and same thing, so I also noticed the errors dont display. However, if you do this on any inside page than it is not an issue at all whatsoever. What would cause this??? Help!
      • 3749
      • 24,544 Posts
      Maybe the home page template doesn't have a template variable that the contact form needs to function.

      You might look at SPForm, which AFAIK, works on all pages. wink
        Did I help you? Buy me a beer
        Get my Book: MODX:The Official Guide
        MODX info for everyone: http://bobsguides.com/modx.html
        My MODX Extras
        Bob's Guides is now hosted at A2 MODX Hosting
        • 44425
        • 10 Posts
        The home page template is the same as the inside template....
        • Can you post your templates code? It might be using an output modifier to render the form it all depends on how it was built.
            Benjamin Marte
            Interactive Media Developer
            Follow Me on Twitter | Visit my site | Learn MODX
            • 44425
            • 10 Posts
            <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
            <html xmlns="http://www.w3.org/1999/xhtml">
            <head>
            <title>[[*longtitle:empty=`[[*pagetitle]] - [[++site_name]]`]]</title>
            [[*keywords:notempty=`<meta name="Keywords" content="[[*keywords]]" />`]]
            [[*description:notempty=`<meta name="Description" content="[[*description]]" />`]]
            <link rel="canonical" href="[[~[[*id]]? &scheme=`full`]]" />
            <link href="scripts/global.css" type="text/css" rel="stylesheet" />
            <link rel="stylesheet" href="scripts/responsiveslides.css">
            <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
            <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
            <script type="text/javascript" src="scripts/mobinav.js"></script>
            <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" type="text/javascript"></script>
            <script src="scripts/share.js" type="text/javascript"></script>
            <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
            <script src="scripts/responsiveslides.min.js"></script>
            <script>
            // You can also use "$(window).load(function() {"
            $(function () {

            // Slideshow 1
            $("#slider1").responsiveSlides({
            maxwidth: 800,
            speed: 800
            });
            });
            </script>
            </head>
            <body>
            <div id="wrapper">
            <div id="topNav">
            [[!Wayfinder? &startId=`0` &outerTpl=`wf.NavOuter` &rowTpl=`wf.NavRow` &fullLink=`TRUE` &outerClass=`topNav`]]
            </div><!--topNav-->
            <div class="mobileNav">
            <a class="active" href="#"></a>
            <a href="tel://800.583.6619"></a>
            <a href="[[++site_url]][[~5]]"></a>
            <a href="[[++site_url]][[~17]]"></a>
            </div>
            <ul class="mobileSubMenu">
            <li><a href="[[++site_url]]">Home</a></li>
            <li><a href="[[++site_url]][[~7]]">About</a></li>
            <li><a href="[[++site_url]][[~5]]">Contact</a></li>
            <li><a href="[[++site_url]][[~8]]">Artificial Grass</a></li>
            <li><a href="[[++site_url]][[~10]]">Putting Greens</a></li>
            <li><a href="[[++site_url]][[~10]]">Pet Areas</a></li>
            <li><a href="[[++site_url]][[~11]]">Sport Fields</a></li>
            <li><a href="[[++site_url]][[~12]]">Play Areas</a></li>
            <li><a href="[[++site_url]][[~13]]">Commercial</a></li>
            <li><a href="[[++site_url]][[~14]]">Galleries</a></li>
            <li><a href="[[++site_url]][[~15]]">Rebates</a></li>
            <li><a href="[[++site_url]][[~16]]">Locations</a></li>
            </ul>
            <div id="header">
            <div class="logo"><a href="[[++site_url]]"><img src="images/logo.jpg" width="279" height="102" alt="logo" /></a></div>
            <div class="phone_cta"><span>Call Now</span><h3>800.583.6619</h3><a href="[[++site_url]][[~5]]" class="quote_cta"></a></div>
            <div id="top_banner">
            [[!banner? &page=`[[*alias]]`]]
            [[!perPage? &place=`slideshow` &alias=`[[*alias]]`]]
            </div>
            </div><!--header-->
            <div id="content_wrapper">
            [[!perPage? &place=`buckets` &alias=`[[*alias]]`]]
            <div id="left">
            [[*content]]
            </div>
            <div id="right">

            [[!quickContact? &alias=`[[*alias]]`]]

            <div id="gallery"><a class="cta" href="[[++site_url]][[~14]]"></a></div>
            <div id="seperator"></div>
            <div id="blogPosts">
            <h3>News &amp Updates:</h3>
            [[!getFeed? &url=`[[++site_url]]blog/feed/` &tpl=`blogTpl` &limit=`2`]]
            </div>
            <div id="seperator"></div>
            <div id="socialShare">
            <a href="https://twitter.com/backninegreens"><img src="images/twitter.png" width="30" height="30" alt="twitter" title="Twitter" target="_blank" /></a>
            <a href="http://www.yelp.com/biz/back-nine-greens-palm-desert"><img src="images/yelp.png" width="30" height="30" alt="yelp" title="Yelp" target="_blank" /></a>
            <a href=""><img src="images/g_plus.png" width="30" height="30" alt="google plus" title="Google Plus" target="_blank" /></a>
            <a href="https://www.facebook.com/pages/Back-Nine-Greens-Inc/105932517409"><img src="images/facebook.png" width="30" height="30" alt="facebook" title="Facebook" target="_blank" /></a>
            <a href="http://www.youtube.com/user/backninegreens?feature=watch"><img src="images/youtube.png" width="30" height="30" alt="you tube" title="You Tube" target="_blank" /></a>
            <a href="[[++site_url]][[~17]]"><img src="images/rss.png" width="30" height="30" alt="blog" title="Blog" /></a>
            <a href="http://www.bbb.org/los-angeles/business-reviews/golf-course-construction/back-nine-greens-in-palm-desert-ca-13200830"><img src="images/bbb.png" width="99" height="37" alt="bbb" title="Better Business Bureau" /></a>
            <a href="http://www.houzz.com/pro/back9greens/back-nine-greens-inc"><img src="images/houzz.png" width="86" height="25" alt="houz" title="Houzz" /></a>


            </div>
            </div>
            </div><!--content_wrapper-->
            <div id="footer">
            <div id="footer_top">
            [[$footerNav]]
            </div>
            <div id="footer_bottom">
            <p>© [[!copyDate]] Back Nine Greens. All Rights Reserved</p>
            <p>Phone: [[!phone]]</p>

            <p>Search Engine Optimization by Cybermark</p>
            </div>
            </div>
            </div><!--wrapper-->
            <div id="shareIt">
            <ul>
            <li><!-- twitter --><a href="https://twitter.com/share" class="twitter-share-button" data-count="vertical">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script></li>
            <li><!-- plus1 --><script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script><g:plusone size="tall"></g:plusone></li>
            <li><!-- iframe --><iframe src="//www.facebook.com/plugins/like.php?href=[[++site_url]][[~[[*id]]]]&send=false&layout=box_count&width=50&show_faces=false&action=like&colorscheme=light&font=verdana&height=62" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:62px;" allowTransparency="true"></iframe></li>
            <li style="width:50px;"><!-- AddThis --><div class="addthis_toolbox addthis_default_style "><a class="addthis_counter"></a></div><script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4e78ad062a6edf68"></script></li></ul>
            </div>
            </body>
            </html>
            • It seems like it's using a custom snippet called quickContact.

              So can you go to the Elements tab click on snippets and post the code of the contents of quickContact so we can verify it?

              Also when pasting code into the forum make sure to use the insert code button <> in the message bar and paste your code so nothing gets lost or parsed.
                Benjamin Marte
                Interactive Media Developer
                Follow Me on Twitter | Visit my site | Learn MODX
                • 44425
                • 10 Posts
                <
                <div id="contactRight">
                [[!FormIt?
                &hooks=`spam,email,FormItAutoResponder,redirect`
                &emailTpl=`formEmail`
                &emailTo=`[email protected]`
                &emailSubject=`Contact Form Submission - [[++site_name]]`
                &redirectTo=`6` &fiarTpl=`formAuto`
                &fiarSubject=`[[++site_name]] Contact Form Submission`
                &fiarFrom=`[email protected]`
                &customValidators=`securityCode`
                &store=`1`
                &validate=`nospam:blank, name:required, email:email:required, phone:phone:required, city:city:required, zip:zip:required, state:state:required, message:required:stripTags, securityCode:required:securityCode`]]
                <form class="form" action="[[~[[*id]]]]" method="post">
                [[+fi.error.error_message]]
                <input type="hidden" name="nospam" />
                <label for="name">Name: [[+fi.error.name]]</label>
                <input id="name" type="text" name="name" value="[[+fi.name]]" />
                <label for="phone">Phone: [[+fi.error.phone]]</label>
                <input id="phone" type="text" name="phone" value="[[+fi.phone]]" />
                <label for="email">Email: [[+fi.error.email]]</label>
                <input id="email" type="text" name="email" value="[[+fi.email]]" />
                <label for="city-state-zip" id="city-state-zip">City: [[+fi.error.city]] State: [[+fi.error.state]] Zip: [[+fi.error.zip]] </label>
                <input id="city" type="text" name="city" value="[[+fi.city]]" />
                <input id="state" type="text" name="state" value="[[+fi.state]]" />
                <input id="zip" type="text" name="zip" value="[[+fi.zip]]" />
                <label for="message">Message: [[+fi.error.message]]</label>
                <textarea id="message" name="message" >[[+fi.message]]</textarea> [[$securityCode]]
                <input type="submit" value="" id="submit" /></form>
                </div>
                >
                • There's got to be more than this you need to use the insert code button to paste your code because this snippet has an alias parameter we are not seeing what it's checking and that is what's giving you issues.

                    Benjamin Marte
                    Interactive Media Developer
                    Follow Me on Twitter | Visit my site | Learn MODX
                    • 44425
                    • 10 Posts
                    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
                    <html xmlns="http://www.w3.org/1999/xhtml">
                    <head>
                    <title>Artificial Grass CA, Synthetic Grass California, Synthetic Putting Greens, Artificial Turf, Imitation Grass</title>
                    <meta name="Keywords" content="artificial grass,artificial lawns,synthetic grass,artificial grass for lawns,artificial turf,fake grass,fake lawns,putting green,golf green,synthetic turf" />
                    <meta name="Description" content="Back Nine Greens has an unmatched passion for installing the highest quality artificial grass products, including synthetic grass lawns and synthetic turf putting greens." />
                    <link rel="canonical" href="http://www.backninegreens.com/temp/" />
                    <link href="scripts/global.css" type="text/css" rel="stylesheet" />
                    <link rel="stylesheet" href="scripts/responsiveslides.css">
                    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
                    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
                    <script type="text/javascript" src="scripts/mobinav.js"></script>
                    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" type="text/javascript"></script>
                    <script src="scripts/share.js" type="text/javascript"></script>
                    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
                    <script src="scripts/responsiveslides.min.js"></script>
                    <script>
                        // You can also use "$(window).load(function() {"
                        $(function () {
                    
                          // Slideshow 1
                          $("#slider1").responsiveSlides({
                            maxwidth: 800,
                            speed: 800
                          });
                        });
                      </script>
                    </head>
                    <body>
                    <div id="wrapper">
                    		<div id="topNav">
                    		<ul class="topNav"><li><a href="http://www.backninegreens.com/temp/">Home</a></li>
                    <li><a href="http://www.backninegreens.com/temp/about.html">About</a></li>
                    <li><a href="http://www.backninegreens.com/temp/contact.html">Contact</a></li>
                    <li><a href="http://www.backninegreens.com/temp/artificial-grass.html">Artificial Grass</a></li>
                    <li><a href="http://www.backninegreens.com/temp/putting-greens.html">Putting Greens</a></li>
                    <li><a href="http://www.backninegreens.com/temp/pet-areas.html">Pet Areas</a></li>
                    <li><a href="http://www.backninegreens.com/temp/sport-fields.html">Sport Fields</a></li>
                    <li><a href="http://www.backninegreens.com/temp/play-areas.html">Play Areas</a></li>
                    <li><a href="http://www.backninegreens.com/temp/commercial.html">Commercial</a></li>
                    <li><a href="http://www.backninegreens.com/temp/gallery">Galleries</a></li>
                    <li><a href="http://www.backninegreens.com/temp/rebates.html">Rebates</a></li>
                    <li><a href="http://www.backninegreens.com/temp/locations.html">Locations</a></li>
                    <li><a href="http://www.backninegreens.com/temp/blog">Blog</a></li>
                    </ul>
                    </div><!--topNav-->
                     <div class="mobileNav">
                    <a class="active" href="#"></a>
                    <a href="tel://800.583.6619"></a>
                    <a href="http://www.backninegreens.com/temp/contact.html"></a>
                    <a href="http://www.backninegreens.com/temp/blog.html"></a>
                    </div>
                    <ul class="mobileSubMenu">
                    <li><a href="http://www.backninegreens.com/temp/">Home</a></li>
                    <li><a href="http://www.backninegreens.com/temp/about.html">About</a></li>
                    <li><a href="http://www.backninegreens.com/temp/contact.html">Contact</a></li>
                    <li><a href="http://www.backninegreens.com/temp/artificial-grass.html">Artificial Grass</a></li>
                    <li><a href="http://www.backninegreens.com/temp/putting-greens.html">Putting Greens</a></li>
                    <li><a href="http://www.backninegreens.com/temp/pet-areas.html">Pet Areas</a></li>
                    <li><a href="http://www.backninegreens.com/temp/sport-fields.html">Sport Fields</a></li>
                    <li><a href="http://www.backninegreens.com/temp/play-areas.html">Play Areas</a></li>
                    <li><a href="http://www.backninegreens.com/temp/commercial.html">Commercial</a></li>
                    <li><a href="http://www.backninegreens.com/temp/galleries.html">Galleries</a></li>
                    <li><a href="http://www.backninegreens.com/temp/rebates.html">Rebates</a></li>
                    <li><a href="http://www.backninegreens.com/temp/locations.html">Locations</a></li>
                    </ul>
                    		<div id="header">
                    		<div class="logo"><a href="http://www.backninegreens.com/temp/"><img src="images/logo.jpg" width="279" height="102" alt="logo" /></a></div>
                    		<div class="phone_cta"><span>Call Now</span><h3>800.583.6619</h3><a href="http://www.backninegreens.com/temp/contact.html" class="quote_cta"></a></div>
                    		<div id="top_banner">
                    		
                    		<div id="slideshow">
                    				<!-- Slideshow 1 -->
                    				<ul class="rslides" id="slider1">
                    				  <li><img src="images/slide1.png" alt="custom lawns" title="Custom Lawns"></li>
                    				  <li><img src="images/slide2.png" alt="pet areas" title="Pet Areas"></li>
                    				  <li><img src="images/slide3.png" alt="putting greens" title="Putting Greens"></li>
                    				  <li><img src="images/slide4.png" alt="artificial lawns" title="Artificial Lawns"></li>
                    				  <li><img src="images/slide5.png" alt="sports fields" title="Sports Fields"></li>
                    				</ul>
                    		</div>
                    	</div>
                    	</div><!--header-->
                    	<div id="content_wrapper">
                    		<div id="bucket">
                    		<a href="http://www.backninegreens.com/temp/artificial-grass.html"><img src="images/lawns.jpg" width="161" height="140" alt="lawns" title="Lawns" /></a>
                    		<a href="http://www.backninegreens.com/temp/pet-areas.html"><img src="images/pet-areas.jpg" width="161" height="140" alt="pet areas" title="Pet Areas" /></a>
                    		<a href="http://www.backninegreens.com/temp/putting-greens.html"><img src="images/putting-greens.jpg" width="161" height="140" alt="putting greens" title="Putting Greens" /></a>
                    		<a href="http://www.backninegreens.com/temp/play-areas.html"><img src="images/play-areas.jpg" width="161" height="140" alt="play areas" title="Play Areas" /></a>
                    		<a href="http://www.backninegreens.com/temp/sport-fields.html"><img src="images/sport-fields.jpg" width="161" height="140" alt="sport fields" title="Sports Fields" /></a>
                    		<a href="http://www.backninegreens.com/temp/commercial.html"><img src="images/commercial.jpg" width="161" height="140" alt="commercial" title="commercial" /></a>
                    	</div><!--bucket-->
                    		<div id="left">
                    <h2>Stunning <a title="Artificial Grass" href="../artificial-grass">Artificial Grass</a> Landscapes</h2>
                    <p>BEAUTIFULLY AND CUSTOM DESIGNED <a title="Synthetic Grass Landscapes" href="../artificial-grass">SYNTHETIC GRASS LANDSCAPES</a>; LOW MAINTENANCE</p>
                    <p><img id="imgright" style="float: right;" title="landscape" src="images/landscape/img.jpg" alt="landscape" width="249" height="177" />At Back Nine Greens, we use only the highest quality materials available; our <a title="Artificial Grass" href="../artificial-grass">artificial grass</a> is not like any you have ever seen or felt before. Though it looks, feels and plays so much like a real lawn, <a title="Synthetic Turf" href="../artificial-grass">synthetic turf</a>is incredibly durable and requires very little maintenance.</p>
                    <p class="rtejustify">Back Nine Greens's Artificial Turf Landscaping is perfect for:</p>
                    <ul>
                    <li><a title="Backyards" href="../residential-synthetic-grass">Backyards</a></li>
                    <li><a title="Courtyards" href="../artificial-grass">Courtyards</a></li>
                    <li><a title="Play Areas" href="../play-area-grass">Play Areas</a></li>
                    <li><a title="Pool Areas" href="../residential-synthetic-grass">Pool Areas</a></li>
                    <li><a title="Pet Areas" href="../artificial-pet-turf">Pet Areas</a></li>
                    <li><a title="Full Landscapes" href="../artificial-grass">Landscapes of all Shapes and Sizes!</a></li>
                    <li><a title="Gardens" href="../residential-synthetic-grass">Gardens</a></li>
                    <li><a title="Apartment Complexes" href="../artificial-grass">Apartment Complexes</a></li>
                    </ul>
                    <p><img style="vertical-align: middle;" src="images/content_border.png" alt="" width="100%" height="25" /></p>
                    <h2>Precision Designed <a title="Synthetic Turf Putting Greens" href="../putting-greens">Synthetic Turf Putting Greens</a></h2>
                    <p>PROFESSIONAL QUALITY, PERSONAL <a title="Artificial Grass Putting Greens" href="../putting-greens">ARTIFICIAL GRASS PUTTING GREENS</a></p>
                    <p><img id="imgleft" style="float: left;" title="Putting Surface" src="images/putting/49.JPG" alt="putting surface" width="270" height="180" />Designed by your imagination and our experience, Back Nine Greens's <a title="Artificial Turf Putting Greens" href="../putting-greens">artificial turf putting greens</a> are expertly installed from concept to completion. With the amazing ability to fit into any environment and blend seamlessly with nature, Back Nine Greens's <a title="Synthetic Grass Putting Greens" href="../putting-greens">synthetic grass putting greens</a>add beauty and value to your property.</p>
                    <p><a title="Request a Free Quote" href="../contact">Request a Free Quote on a New Putting Green and Start Improving your Short Game!</a></p>
                    <p><img style="vertical-align: middle;" src="images/content_border.png" alt="" width="100%" height="25" /></p>
                    <h2>The <a title="Back Nine Greens" href="../about">Back Nine Greens</a> Difference</h2>
                    <p><em>Why choose back Nine Greens for your artificial grass?<img id="imgright" style="float: right;" title="lawn" src="images/lawn/20.jpg" alt="lawn" width="280" height="200" /></em></p>
                    <p>We have an unmatched passion for installing the highest quality artificial grass products, including synthetic grass lawns and synthetic turf putting greens.</p>
                    <p><strong>Back Nine Greens Mission Statement:</strong><br /> Back Nine Greens takes pride in being a premier artificial turf company, providing superior workmanship, extraordinary service, and professional integrity. Our pledge is to exceed expectations and gain trust with our customers through exceptional performance by every member of our team</p>
                    <p><strong>You’ll appreciate our green options! Easy Financing – 12 Months No Interest, Low Payment Financing.</strong></p>
                    <p><strong>Back Nine Greens is a professional installer of synthetic grass and artificial turf for pet areas, putting greens, landscapes, playgrounds, rooftop gardens and beautiful backyards that pets, children and the whole family will enjoy. All of our artificial grass installations offer the natural look and feel of grass without the watering! Our team prides itself on professional artificial turf and synthetic grass installation services for your home or business as well as commercial applications.</strong></p>
                    <p><img style="vertical-align: middle;" src="images/content_border.png" alt="" width="100%" height="25" /></p>
                    <h2>Our <a title="Golf Pro & Celebrity Clients" href="../celebrity-customers">Golf Pro & Celebrity</a> Clients</h2>
                    <p><a href="http://www.backninegreens.com/temp/tiger-woods-putting-challenge.html"><img style="float: right;" title="Tiger Woods Putting Challenge" src="images/tiger-woods-putting-challenge.png" alt="tiger woods putting challenge" /></a></p>
                    <p>You don't have to be a <strong><a title="Back Nine Greens, Inc's Artificial Grass and Turf Celebrity Customers" href="../celebrity-customers">celebrity</a></strong> to get the best in <strong><a title="Synthetic Putting Greens" href="../putting-greens">synthetic putting greens</a></strong> and <strong><a title="Artificial Turf and Fake Grass" href="../artificial-grass">artificial turf</a></strong>, but these guys just happen to be, and we're sure you'll see why with our <strong><a title="Professional-Quality Artificial Putting Greens" href="../putting-greens">Professional-Quality Artificial Putting greens</a></strong> and <strong><a title="Imitation Turf and Synthetic Grass" href="../artificial-grass">imitation turf</a></strong>.</p>
                    <p><img id="imgleft" title="Mark Wahlberg" src="images/celeb1.png" alt="mark wahlberg" width="68" height="62" /><img id="imgleft" src="images/celeb2.png" alt="" width="68" height="62" /><img id="imgleft" src="images/celeb4.png" alt="" width="68" height="62" /><img id="imgleft" src="images/carson.png" alt="" width="68" height="61" /></p>
                    <p><div id="cities">
                    
                    <h2>We are proud to serve the regions and cities of:</h2>
                    <ul>
                    <h4>San Francisco</h4>
                    <li>Atherton</li>
                    <li>Palo Alto</li>
                    <li>Menlo Park</li>
                    <li>Woodside</li>
                    <li>Cupertino</li>
                    <li>Danville</li>
                    <li>Alamo</li>
                    <li>Walnut Creek</li>
                    <li>Napa</li>
                    <li>Oakville</li>
                    <li>Yountville</li>
                    <li>St. Helena</li>
                    <li>Sonoma</li>
                    <li>San Rafael</li>
                    <li>Pebble Beach</li>
                    </ul>
                    <ul>
                    <h4>Orange County</h4>
                    <li>Newport Coast</li>
                    <li>Shady Canyon</li>
                    <li>Laguna Beach</li>
                    <li>Newport Beach</li>
                    <li>Corona Del Mar</li>
                    <li>Coto De Caza</li>
                    <li>Laguna Hills</li>
                    <li>Anaheim Hills</li>
                    <li>Irvine</li>
                    <li>San Clemente</li>
                    <li>Rancho Santa Margarita</li>
                    <li>Lake Forest</li>
                    <li>Fullerton</li>
                    <li>Yorba Linda</li>
                    <li>Chino Hills</li>
                    </ul>
                    <ul>
                    <h4>Los Angeles</h4>
                    <li>Beverly Park</li>
                    <li>Malibu</li>
                    <li>Beverly Hills</li>
                    <li>Pacific Palisades</li>
                    <li>Brentwood</li>
                    <li>Westwood</li>
                    <li>Holmby Hills</li>
                    <li>West Hollywood</li>
                    <li>Hollywood</li>
                    <li>Toluca Lake</li>
                    <li>Westlake Village</li>
                    <li>Calabasas</li>
                    <li>Agoura Hills</li>
                    <li>Woodland Hills</li>
                    <li>Tarzana</li>
                    </ul>
                    <ul>
                    <li>Encino</li>
                    <li>Sherman Oaks</li>
                    <li>Topanga</li>
                    <li>Pasadena</li>
                    <li>Arcadia</li>
                    <li>La Canada</li>
                    <li>San Marino</li>
                    <li>Burbank</li>
                    <li>Glendale</li>
                    <h4>Palm Springs</h4>
                    <li>La Quinta</li>
                    <li>Rancho Mirage</li>
                    <li>Palm Desert</li>
                    <li>Palm Springs</li>
                    <li>Indio</li>
                    <li>Indian Wells</li>
                    </ul>
                    </div></p>
                    </div>
                    		<div id="right">
                    
                    		<div id="contactRight">
                    
                    <form class="form" action="http://www.backninegreens.com/temp/" method="post">
                     
                    <input type="hidden" name="nospam" /> 
                    <label for="name">Name: </label> 
                    <input id="name" type="text" name="name" value="" /> 
                    <label for="phone">Phone: </label> 
                    <input id="phone" type="text" name="phone" value="" /> 
                    <label for="email">Email: </label> 
                    <input id="email" type="text" name="email" value="" />
                    <label for="city-state-zip" id="city-state-zip">City:  State:  Zip:  </label> 
                    <input id="city" type="text" name="city" value="" /> 
                    <input id="state" type="text" name="state" value="" /> 
                    <input id="zip" type="text" name="zip" value="" /> 
                    <label for="message">Message: </label> 
                    <textarea id="message" name="message" ></textarea> <div class="security">Enter the text below into the adjacent box: <a name="ref"></a> <img id="captcha" src="http://www.backninegreens.com/temp/assets/components/formit/captcha-image.php" alt="Security Image" name="captcha" width="85" height="25" align="top" /> <strong>»</strong> <input id="securityCode" type="text" name="securityCode" value="" maxlength="5" />
                    <div><a title="Click Here to Get a New Code" onclick="document.getElementById('captcha').src = document.getElementById('captcha').src + '?' + (new Date()).getMilliseconds()" href="#ref"> </a> <a href="#ref"><span>This helps us protect your information and our site from spammers. If you are having problems submitting our form, please call us immediately.</span></a></div>
                    </div> 
                    <input type="submit" value="" id="submit" /></form>
                    </div>
                    		
                    		<div id="gallery"><a class="cta" href="http://www.backninegreens.com/temp/galleries.html"></a></div>
                    		<div id="seperator"></div>
                    		<div id="blogPosts">
                    		<h3>News &amp Updates:</h3>
                    		<div>
                      <a href="http://www.backninegreens.com/temp/blog/how-is-artificial-grass-installed/" class="title">How is Artificial Grass Installed?</a>
                      <span>posted 07. 5.13</span>
                      <p>How is Artificial Grass Installed? Since 1997 Back Nine Greens has been installing the highest quality synthetic lawns available. They are expertly installed by knowledgeable,…
                      <a href="http://www.backninegreens.com/temp/blog/how-is-artificial-grass-installed/">Read More...</a></p>
                    </div>
                    <div>
                      <a href="http://www.backninegreens.com/temp/blog/diy-synthetic-lawns-putting-greens/" class="title">DIY Synthetic Lawns & Putting Greens</a>
                      <span>posted 07. 5.13</span>
                      <p>DIY Synthetic Lawns & Putting Greens Can I install a synthetic turf putting green by myself? process, and it is very tedious. But, if you follow our instructions carefully,…
                      <a href="http://www.backninegreens.com/temp/blog/diy-synthetic-lawns-putting-greens/">Read More...</a></p>
                    </div>
                    		</div>
                    		<div id="seperator"></div>
                    		<div id="socialShare">
                    			<a href="https://twitter.com/backninegreens"><img src="images/twitter.png" width="30" height="30" alt="twitter" title="Twitter" target="_blank" /></a>
                    			<a href="http://www.yelp.com/biz/back-nine-greens-palm-desert"><img src="images/yelp.png" width="30" height="30" alt="yelp" title="Yelp" target="_blank" /></a>
                    			<a href=""><img src="images/g_plus.png" width="30" height="30" alt="google plus" title="Google Plus" target="_blank" /></a>
                    			<a href="https://www.facebook.com/pages/Back-Nine-Greens-Inc/105932517409"><img src="images/facebook.png" width="30" height="30" alt="facebook" title="Facebook" target="_blank" /></a>
                    			<a href="http://www.youtube.com/user/backninegreens?feature=watch"><img src="images/youtube.png" width="30" height="30" alt="you tube" title="You Tube" target="_blank" /></a>
                    			<a href="http://www.backninegreens.com/temp/blog.html"><img src="images/rss.png" width="30" height="30" alt="blog" title="Blog" /></a>
                    			<a href="http://www.bbb.org/los-angeles/business-reviews/golf-course-construction/back-nine-greens-in-palm-desert-ca-13200830"><img src="images/bbb.png" width="99" height="37" alt="bbb" title="Better Business Bureau" /></a>
                    			<a href="http://www.houzz.com/pro/back9greens/back-nine-greens-inc"><img src="images/houzz.png" width="86" height="25" alt="houz" title="Houzz" /></a>
                    
                    
                    		</div>
                    		</div>
                    	</div><!--content_wrapper-->
                    	<div id="footer">
                    	<div id="footer_top">
                    		<ul>
                    	<li><a href="http://www.backninegreens.com/temp/">Back Nine Greens</a></li>
                    	<li><a href="http://www.backninegreens.com/temp/about.html">Our Company</a></li>
                    	<li><a href="http://www.backninegreens.com/temp/service-areas.html">Service Areas</a></li>
                    	<li><a href="http://www.backninegreens.com/temp/testimonials.html">Testimonials</a></li>
                    	<li><a href="http://www.backninegreens.com/temp/blog.html">Blog</a></li>
                    	<li><a href="http://www.backninegreens.com/temp/terms-conditions-policy.html">Terms Conditions Policy</a></li>
                    </ul>
                    <ul>
                    	<li><a href="http://www.backninegreens.com/temp/putting-greens.html">Artificial Grass Putting Greens</a></li>
                    	<li><a href="http://www.backninegreens.com/temp/blog/diy-synthetic-lawns-putting-greens/">DIY Putting Greens</a></li>
                    	<li><a href="http://www.backninegreens.com/temp/galleries.html">Putting Green Gallery</a></li>
                    	<li><a href="http://www.backninegreens.com/temp/galleries.html">Before &amp After Photos</a></li>
                    	<li><a href="http://www.backninegreens.com/temp/pro-and-amp-celebrity-endorsements.html">Pro &amp Celebrity Endorsements</a></li>
                    	<li><a href="http://www.backninegreens.com/temp/privacy-policy.html">Privacy Policy</a></li>
                    </ul>
                    <ul>
                    	<li><a href="http://www.backninegreens.com/temp/artificial-grass.html">Artificial Grass &amp Turf</a></li>
                    	<li><a href="http://www.backninegreens.com/temp/residential-applications.html">Residential Applications</a></li>
                    	<li><a href="http://www.backninegreens.com/temp/commercial.html">Commercial Applications</a></li>
                    	<li><a href="http://www.backninegreens.com/temp/galleries.html">Artificial Lawn Gallery</a></li>
                    	<li><a href="http://www.backninegreens.com/temp/blog/going-green-never-looked-so-good/">Environmental Benefits</a></li>
                    </ul>
                    <ul>
                    	<li><a href="http://www.backninegreens.com/temp/blog.html">Information</a></li>
                    	<li><a href="http://www.backninegreens.com/temp/blog/how-is-artificial-grass-installed/">Putting Green Installation</a></li>
                    	<li><a href="http://www.backninegreens.com/temp/blog/diy-synthetic-lawns-putting-greens/">Artificial Grass Installation</a></li>
                    	<li><a href="http://www.backninegreens.com/temp/infill-vs.-no-infill.html">Infill vs. No Infill</a></li>
                    	<li><a href="http://www.backninegreens.com/temp/pricing.html">Pricing</a></li>
                    </ul>
                    <ul>
                    	<li><a href="http://www.backninegreens.com/temp/contact.html">Contact Us</a></li>
                    	<li><a href="http://www.backninegreens.com/temp/contact.html">Free Quote</a></li>
                    	<li><a href="http://www.backninegreens.com/temp/contact.html">Putting Green Estimate</a></li>
                    	<li><a href="http://www.backninegreens.com/temp/contact.html">Free Residential Estimate</a></li>
                    	<li><a href="http://www.backninegreens.com/temp/contact.html">Commercial Estimate</a></li>
                    </ul>
                    		</div>
                    	<div id="footer_bottom">
                    	<p>© 2013 Back Nine Greens. All Rights Reserved</p>
                    	<p>Phone: 800.583.6619</p><br />
                    	<p><a href="http://www.cybermarkintl.com">Search Engine Optimization by Cybermark</a></p>
                    </div>
                    	</div>
                    </div><!--wrapper-->
                    <div id="shareIt">
                    <ul>
                    <li><!-- twitter --><a href="https://twitter.com/share" class="twitter-share-button" data-count="vertical">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script></li>
                    <li><!-- plus1 --><script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script><g:plusone size="tall"></g:plusone></li>
                    <li><!-- iframe --><iframe src="//www.facebook.com/plugins/like.php?href=http://www.backninegreens.com/temp/http://www.backninegreens.com/temp/&send=false&layout=box_count&width=50&show_faces=false&action=like&colorscheme=light&font=verdana&height=62" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:62px;" allowTransparency="true"></iframe></li>
                    <li style="width:50px;"><!-- AddThis --><div class="addthis_toolbox addthis_default_style "><a class="addthis_counter"></a></div><script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4e78ad062a6edf68"></script></li></ul>
                    </div>
                    </body>
                    </html>
                    
                    
                    • Post the same but for the quickContact snippet there has to be some php code that handles the alias parameter in order for us to see what it's doing.
                        Benjamin Marte
                        Interactive Media Developer
                        Follow Me on Twitter | Visit my site | Learn MODX