Button Type Submit not working

I am using chromeDriver and running my scripts in Real Android device Chrome browser.

When i enter certain text in the input text field and click on button Send where type of the button is submit, the entered text is flushed and its not redirecting for the next page.

i tried.
driver.findelement(by.id(“button_send”).click() and
driver.findelement(by.id(“button_send”).submit() as well

But for both the options when Send button is clicked,the entered text fields are cleared and its not redirecting to the next page…

PLease help im stuck so much here.