I'm trying to construct a form using ext designer. Looking at the examples in the form section on the link below. The forms don't seem to actually submit. ( i could be wrong ) What is the best approach for posting a form. Either ajax or a regular post. I believe i need to set up some kind handler. Are they any examples of this. Also i've added a form panel but this don't seem to add a form element. How would i do this.
There are two modes for submitting, by default the form will use an ajax call to submit the data but if you set standardSubmit to true, it will do a normal HTML form submit.