forum

Home / DeveloperSection / Forums / How to add data into the POST method of a form in ExtJS?

How to add data into the POST method of a form in ExtJS?

Anonymous User 2060 19-May-2016
I have created a simple form using ExtJS, my problem is I am getting problem to be sent data through POST method. I google it and tried using this code:
form.setValues({
    name: value;
})
but, its not sending data or we can say that not setting the value to be sent.
Please, guide me how can I solve this issue.
Thank you.

Updated on 19-May-2016
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By