I have a form with one real field entered by the user.
The other fields are hidden and must be set programmaticly by JS.
I am able to create hidden fields like this:
{
xtype: 'textfield',
hidden:'true',
id:'gebrek',
name: 'gebrek'
}
but how do I fill the fields from my controller code? The code must be send to the server by using PHP.