Get the value of the field?

Hugilore111

Member
Hello everybody
how to get value from this field?

sign up.webp
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>
By default, it is impossible to take
Code:
$Name = $this->_input->filterSingle('username', XenForo_Input::STRING);
help me please
 
Top Bottom