Add comment to form input in admin

Posted Almost 12 years ago. Visible to the public.
$afterElementHtml = '<p class="nm"><small>' . ' this is the hint! ' . '</small></p>';

$linkFieldset->addField('field_name', 'text', array(
    'after_element_html' => $afterElementHtml,
));

Gaia
Last edit
Over 10 years ago
Attachments
Posted by Gaia to Magento (2012-04-26 14:13)