I see that you plan to work on an add-on for use GF as comment editor but I see nothing on documentation which can let me creat a post using GF and add a comment on same post using 1 text field from the same form.
Is there any way to do it ?
I see that you plan to work on an add-on for use GF as comment editor but I see nothing on documentation which can let me creat a post using GF and add a comment on same post using 1 text field from the same form.
Is there any way to do it ?
You could likely do it, create a comment on the post, using the gform_after_submission hook. That hook is processed after the entry is accepted and the post is created, so you can run whatever code you want. You'd need to use built in WordPress functionality to create the comment.