My website’s homepage has two Ajax search forms.
When I press the Enter key to submit a search in any form, it always submits the first form located in the header.
I want to focus on a particular form so that hitting the Enter key submits that specific form.
How can I achieve this?