---
title: "Get the textfield value from formpanel in controller in Sencha Touch."  
description: "Get the textfield value from formpanel in controller in Sencha Touch."  
author: "Anonymous User"  
published: 2013-06-01  
updated: 2013-08-14  
canonical: https://www.mindstick.com/forum/965/get-the-textfield-value-from-formpanel-in-controller-in-sencha-touch  
category: "sencha touch"  
tags: ["sencha touch"]  
reading_time: 1 minute  

---

# Get the textfield value from formpanel in controller in Sencha Touch.

Hi [Expert](https://www.mindstick.com/articles/13120/an-expert-financial-advice-will-improve-your-finances)!\
I'm developing [mobile application](https://www.mindstick.com/forum/201/namespace-for-mobile-application-in-dot-net) in [Sencha Touch](https://www.mindstick.com/interview/23004/define-class-system-of-sencha-touch) Application. I want to get the textfield [value](https://www.mindstick.com/articles/23219/an-optimized-description-adds-value-to-experience-and-in-turn-effectively-guest-posting-packages) [form](https://www.mindstick.com/forum/6/multi-form-mfc-application) formpanel in controller. How it is possible?\
Please help.Any help would be amazing thank you!

## Replies

### Reply by Anonymous User

I hope you want to get all form textfield value, if it so then you simply create FormPanel object and use getValue() like as:\
**var formPanel = this.down('#FormPanelItemId');****var values = formPanel.getValue();****\****\**


---

Original Source: https://www.mindstick.com/forum/965/get-the-textfield-value-from-formpanel-in-controller-in-sencha-touch

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
