Recently, both my search forms and my freeform contact form have stopped working on my site. I didn’t modify them in any way, they simply stopped working and just redirect someone to the home page of the site rather than returning search results or emailing the form contents.
http://www.northrupkingbuilding.com/search
http://www.northrupkingbuilding.com/leasing
I’m using Rackspace cloud hosting and my other EE sites on my account are fine so I don’t think they changed anything on their end. I’m running 1.6.8.
Below is the code from my contact form and the search page is just the default EE one.
Anyone have any ideas why it might have stopped working? Thanks.
{exp:freeform:form form_name="leasing" form_class ="cmxform" required="name|email|phone1|medium|studio" notify="[email protected]" template="leasing" return="{site_url}artattack"}
<fieldset>
<legend>Your Information</legend>
<ol>
<li>
<label>Name</label>
<input type="text" name="name" id="name" />
</li>
<li>
<label>Email</label>
<input type="text" name="email" id="email" />
</li>
<li>
<label>Phone</label>
<input type="text" name="phone1" id="phone1" />
</li>
<li>
<label>Website</label>
<input type="text" name="website" id="website" />
</li>
<li>
<label>Type of Work </label>
<input type="text" name="medium" id="medium" /><br >
<span>(painting, photography, sculpture, showroom, office, etc.)</span>
</li>
<li>
<label>Which Studio </label>
<input type="text" name="studio" id="studio" /><br >
<span>(List the studio # you are interested in.)</span>
</li>
<li>
<label>Comments</label>
<textarea name="comments" id="comments" cols="25" rows="7"></textarea>
</li>
</ol>
</fieldset>
<input type="submit" name="submit" id="submit" value="Submit" />
{/exp:freeform:form}