Mobile experience of existing entries

I have a form in a mobile layout.
When users enter details into the form, existing matches will be checked for in the database, If there are any matches, they will appear below the form and they can select them instead. (See diagram)

enter image description here

This poses a bit of a UX issue in that the items could show below the fold and go completely unnoticed. I don't want to encourage duplication, but I don't want to annoy my users by making the suggestions front and center either.

Does anyone have any ideas of where would be a good place to show suggestions in mobile?