September 17, 200520 yr 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
September 17, 200520 yr 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?
September 17, 200520 yr 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
Create an account or sign in to comment