is this the right way to set it? cause i still the same
Code Select
$this->data['form']['fields']['general']['phonecode'] = $form->getFieldHtml(
array (
'type' => 'input',
'name' => 'phonecode',
'value' => $phonecode,
'hidden' => true
));
