Author | Message |
---|---|
hmodi
Posts: 27
|
Posted 12:14 Oct 31, 2010 |
I am creating the new folder similar as we create the new user.
But on submitting it doesn't redirect to any url and my form stays as formview and no error message in console or logview. So my questions are:
thanks and look foward for reply. |
cysun
Posts: 2935
|
Posted 13:20 Oct 31, 2010 |
Make sure the form submit is a POST request. If it's a GET request, SimpleFormController would think it's requesting the form view. |