Donnie La Curan
Active member
I added a new field in the thread_create template and I have a class that extends XenForo_ControllerPublic_Forum.
 
I'm trying to capture the field by using this:
	
	
	
		
But it's not coming back with anything. Any ideas?
				
			I'm trying to capture the field by using this:
		PHP:
	
	$someVar = trim($this->_input->filterSingle('field_name', XenForo_Input::STRING));