Customizing fields form. - Joomla! Forum - community, help and support
for me it's bug, big nasty bug.
i can't customize fields form in template. want remove label, add custom class label , input, add custom attributes label , input. can use this.:
or dont know?
imho should this:
good gods of joomla! can fix , give joomla! 3.0.3 ability of full customizing?
i can't customize fields form in template. want remove
code: select all
<span class="star"> *</span>code: select all
$this->form->getlabel('this_same_name');
$this->form->getinput('this_same_name');or dont know?
imho should this:
code: select all
$form->gl-this_same_name-id;
$form->gl-this_same_name-class;
$form->gl-this_same_name-for;
$form->gl-this_same_name-title;
$form->gl-this_same_name-text;
$form->gl-this_same_name-atribs;
$form->gi-this_same_name-id;
$form->gi-this_same_name-class;
$form->gi-this_same_name-name;
$form->gi-this_same_name-value;
$form->gi-this_same_name-atribs;good gods of joomla! can fix , give joomla! 3.0.3 ability of full customizing?
i'm not sure you're trying do. trying customize? contact form, profile fields?
you can write plugins profile fields....and contact form can override com_contact in appropriate override section available in joomla templates. read on both.
more details me you.
you can write plugins profile fields....and contact form can override com_contact in appropriate override section available in joomla templates. read on both.
more details me you.
Comments
Post a Comment