Jump to content

Search Buttom Affecting Other Submit Button.


justlukeyou

Recommended Posts

I've just changed a page to add a search function.  However, for some reason it now affects a submit button for a discussion group.  When I try to submit a question to the discussion table it now thinks that I am trying to perform a search in my other search code.

 

Does anyone have suggestiosn on what is causing this?

 

This is the code for the discussion form.

 

<li class="buttons">

<input type="hidden" name="form_id" value="submit" />

<input id="saveForm" class="button_text" type="submit" name="submit" value="Submit" />
    
</li>

Should I be closing this form?

 

<form action="/products/searchresults" method="POST">
<input type="text" name="keywords" size="20" class="homepagesearch" />
<input type="image"  value="Submit" img src="/images/search.png" alt="Search" name="image" />
</div>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.