epuzyrev
New member
Never mind guys, I made a small modification in the plugin and it worked. If it can help someone:
My issue was with the Post Submission addon, when I created a form and if I use the Rich Text block for the "post content" instead of the classic text input, I was unable to select the rich text type of block in the "Post Content" dropdown in the "Settings".
I just replaced the line 407 of the file "wpforms-post-submissions/class-post-submissions.php" using "Plugin Editor":
Replaced this:
Code:'field_map' => array( 'textarea'),
By this:
Code:'field_map' => array( 'textarea', 'richtext' ),
I am still on v1.3.2, had no need to update so far.
However, thanks for posting up that fix
