Page 1 of 1

News type dropdown in FEU submit missing

Posted: Fri May 26, 2017 10:19 am
by esmiran
Hello. Is it possible to post a custom dropdown field in the News module for FEU? The "dropdown" type is missing in the News Fesubmit Form template.
If I add to a template:

Code: Select all

{elseif $field->type == 'dropdown'}
        {$field|@print_r:true}
I do not see the definition of items, I only get the result:

Code: Select all

stdClass Object ( [name] => Select [type] => dropdown [id] => 5 [max_length] => 255 )
The custom dropdown type works in the admin interface well, but for the FEU submit probably missing the array definition?

Re: News type dropdown in FEU submit missing

Posted: Fri May 26, 2017 1:31 pm
by calguy1000
The news module fesubmit action (which is officially deprecated and won't be getting any new enhancements). does not and never has supported the dropdown field type.

Re: News type dropdown in FEU submit missing

Posted: Fri May 26, 2017 8:24 pm
by esmiran
Okay, can you give me an example how to send and edit news in frontend?

Re: News type dropdown in FEU submit missing

Posted: Fri May 26, 2017 9:06 pm
by Rolf
Try CGBlog