Zenoah Posted September 17, 2005 Posted September 17, 2005 Hi all, I've created a form in HTML that allows searching of a filemaker db I'm devolping. When I enter text and click the submit button the results come back as I expect. When I enter text and hit return though it doesn't find any records. I presumed that return on the keyboard would just submit the form, seen many sites that you can do this on so guessing i'm just missing something. Any ideas? Thx, Zenoah
CyborgSam Posted September 17, 2005 Posted September 17, 2005 Pressing return only works on a button whose TYPE is specifically defined as "submit", e.g. . 1) Is your submit button defined this way? 2) Is there more than 1 submit button defined this way? If this doesn't solve it, could you post the HTML code for the page?
Steve T. Posted September 17, 2005 Posted September 17, 2005 Hi, Z! If you're using CDML, try putting this in before the submit button... or see this post... http://fmforums.com/forum/showtopic.php?tid/166490/post/166637 --ST
Zenoah Posted September 18, 2005 Author Posted September 18, 2005 Cool, looks like the: - worked. Thanks Zenoah
Recommended Posts
This topic is 6997 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now