On Sun, Mar 9, 2014 at 9:39 AM, Scott Conklin <sconk...@dynaprice.net>wrote:
> Can you me where i would find the file to make this change.. (i am not > sure i see any file called contactus) > > > On Saturday, March 8, 2014 4:35:53 PM UTC-6, Justin Carter wrote: > >> 3) This seems to be an old school <cfform>... >> >> <form name="CFForm_1" id="CFForm_1" action="*/go/contact-us*" >> method="post" onsubmit="return _CF_checkCFForm_1(this)"> >> >> If you try to hit: >> http://www.teratech.com*/go/contact-us* >> >> You'll get redirected to: >> http://www.teratech.com/teratech-news/contact-us >> >> So that's probably why the form isn't working... The easiest fix will be >> removing the action attribute of the <form> so that it will submit to >> itself. >> >> (I just changed the form action in the page myself and sent a test, it >> seemed to work) >> > The contact form is probably an old included cfm file, so it should be in your projects includedObj folder. The same with the search results fix, it looks like its in: \projects\teratech_rev2\includedObj\_search.cfm:55 To change the search form action and method, it's probably in the header of the site... typically we'd find that in your projects webskin/types folder, but in older sites it could have been something like webskin/includes (can't quite remember). The best thing might be to search your code base for something distinctive that you can see in the markup... The <form> tag is this (and part of it will be generated, e.g. the URL): <form name="QForm" action="/index.cfm?objectID=756AFCAA-EA7D-4415-80D8D83C1B4E6BF6" method="post"> so perhaps search for "QForm" and that should find it? -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: farcry-dev@googlegroups.com To unsubscribe, email: farcry-dev+unsubscr...@googlegroups.com For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry --- You received this message because you are subscribed to the Google Groups "farcry-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to farcry-dev+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.