Hi !
J was wondering if it is possible to fill a text box in form with the value of another field j mean
$('#ff').form('load',{
name:'name2',
email:'
mymail@gmail.com',
subject:'subject2',
message:'message2',
language:5
});
can j change 'name2', with a var ?
j need to fill the field name with the value of another field.
J do hope is quite clear.