Hi! I'm using a form for both backend and frontend submission. Everything seems to be working fine, but somehow I can't get the frontend form to show the Article Fulltext textarea. I put it (from article Base folder) in the mainbody of the frontend form, together with the other fields, but it just does not show up... The other fields show up fine. I use the same field in the backend and it works fine there.
Am I missing something? Or is there another way to put a textarea filed in the frontend and save in the content article fulltext? Thanks!
by default the fulltext field is not a textarea, but a wysiwyg. Depending on which wysiwyg you are using, but must of them, by default, are not displayed in frontend.
I tried putting a new WYSIWYG field in the site form. When I select 'No editor' from the editor dropdown in the configuration for this field, nothing shows up i the frontend. Also tried the TinyMCE editor (public access). And JCE with public access. Also nothing.
It's seems to me this WYSIWYG field type is not working?