November 10, 201114 yr Newbies All I want to do in life is unbind the enter key in my find page. I created web pages using the Filemaker XSLT Site Assistant. The database is a simple "Approved Volunteer List". Our employees search names on that list before they let strangers into our schools, but they keep typing the name and pressing "enter" which gives them an error. I want them to have to click on the "Find Record" link. By now you have come to the conclusion that I am lower than just a novice or begginner. Please help.
November 19, 201114 yr Hi JudyJack. the behavior is not a result of using FileMaker or the XSLT site assistant. It's browser standard! If you have an input type="submit", the default is to submit the form with return/enter. You can try to find the FORM tags and specifically the input type=submit. Comment out the input type="submit" and see if the form is processed with the enter/return. If NOT, then you can use javascript to submit() when clicking your own graphic/div area.
Create an account or sign in to comment