Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Tony--While you're in the wiki anyway, can you add a Google search form for the site while you're at it? I don't think you can add a form to the wiki unless you edit the page manually, and since you're editing the front page with your build scripts anyway I thought that might be a good place for it (and very convenient for users looking for help). Regards, Glen Starrett This was from Samuel Neff: > <form action="http://www.google.com/search" method="get"> > <input type="hidden" name="hl" value="en"> > <input type="hidden" name="ie" value="UTF-8"> > <input type="hidden" name="oe" value="UTF-8"> > <input type="hidden" name="btnG" value="Google+Search"> > <input type="hidden" name="q" value=""> > <input type="text" name="qOrig"> > <input type="submit" value="Google Search" > onClick="this.form.q.value = > this.form.qOrig.value + ' site:cvsnt.org';"> > </form>