Problem while submitting the form

Hi,

I am encountering this weird problem while submitting the form. A simple
form is created and when I click on submit button, the page does
nothing.
There is no action taken. Ideally, it should redirect to the list page.

When I click submit, the page shows no error, nothing but stays in its
current state. Can anybody help me on this?

Thanks
Manu

Manu Sharma wrote:

When I click submit, the page shows no error, nothing but stays in its
current state. Can anybody help me on this?

This will definitely happen if you create a submit button that is not
inside a form element.

Otherwise, more information is required. In particular, context. What
is the contents of the view? When your browser is displaying the form,
view the source and see if it’s what you expect. Does anything appear
in your log file when you hit the submit button?