Email form detail in Sencha Touch giving exception

后端 未结 1 1175
一个人的身影
一个人的身影 2021-01-28 03:06

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\',
              


        
相关标签:
1条回答
  • 2021-01-28 03:49

    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

    0 讨论(0)
提交回复
热议问题