August 5, 200421 yr Hi, I'm using FileMaker Pro to test locally a web site using FileMAker several database files. Web site is using CDML. There is search form which works fine when I click on the button submit (or press enter when the button has the focus) but when the focus is in text box and I hit enter I get a blank page. I tried to use javascript code to submit the form onkeypress event but I still get a blank page. I found also in error.log file the following entry: [05/Aug/2004:13:37:38 -0400] ERROR: 4. No valid action in input form. created after I pressed enter in the text field. What does it mean? Has anyone had similar problem? Any ideas? Milen
August 6, 200421 yr Author Adding the following hidded field helped me to solve the problem: <input type="hidden" name="-find" value=" "> see also: http://filemaker.com/ti/104764.html Thank you for your help!
Create an account or sign in to comment