form code for NMS module
Posted: Tue May 22, 2007 9:32 pm
Where do you find the code to change things like the size & maxlength form data in the Newletter Made Simple module?
Content management as it is meant to be
https://forum.cmsmadesimple.org/
Code: Select all
$this->smarty->assign('email', $this->CreateInputText($id, 'email', (isset($params['email'])?$params['email']:''), 30, 150 ,'class="input_text"'));