I have a form in my page. I want the form details, which are filled by user, to send on a particular email.
Here is my Form:
xtype: \'formpanel\',
Instead of submitting it directly you can use form's getValues() method to get form data and then format it as per your convenience. Look at this example : http://try.sencha.com/touch/2.0.1/demos/Ext.form.FormPanel.getValues/viewer.html
getValues()