Hugilore111
Member
Hello everybody
how to get value from this field?
By default, it is impossible to take
help me please
how to get value from this field?
Code:
<input type="text" name="{$fieldMap.username}" value="{$fields.username}" class="textCtrl" id="ctrl_{$fieldMap.username}" autofocus="true" autocomplete="off" />
<p class="explain">{xen:phrase this_is_name_that_will_be_shown_with_your_messages}</p>
Code:
$Name = $this->_input->filterSingle('username', XenForo_Input::STRING);