Hi there,
This ticket is a branch from the one I created here ( https://toolset.com/forums/topic/category-selection-in-cred-form/ ) where I foolishly added two issues to the same ticket. I will recap the issue here in this ticket, and then outline my follow-up question.
So my original question was: "Is it possible to display the post edit text area as a plain text box (i.e. remove the styling options on the front end, so the user can only submit standard paragraphs)?".
Christian replied with a great response as usual, essentially with two pieces of advice:
- On standard WP posts add a multiline custom field to Posts, or use the excerpt field instead, and remove the editor field from your CRED form.
- On a custom post type disable the post content field and use a separate (multiline) custom field instead
Christian also pointed out that there is in fact a way to move the content entered in a custom field with CRED into the post body. He said that this is done using the cred_save_data hook.
He said: "If you need additional assistance with this, please open a separate ticket so we can address that issue individually". So that's what I'm doing here, thank you.
If you could help me to understand how to do this (i.e. move the content entered in a custom field with CRED into the post body) I would greatly appreciate it. And if this is setup, then once someone enters a post using this method and it is stored in the post body in wp-admin, what happens when they return to an edit form with CRED? Would they still be able to edit that same content in a standard multiline text area custom field, and update again to the post body?
Many thanks again for your help.
Very best wishes,
Andrew.