Replies: 1 comment 5 replies
-
I'm not sure what functionality you're planning to incorporate into "replying", but that'd be the first step yep! Similar to how you can add extra Twig/JS into Entries and other elements, you can get Formie to render content using that event. Everything else should be handled in your own module with your own logic. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm exploring an idea to reply to directly to Formie submissions from the submissions page. Do you have any tips or perhaps things to be wary of if I did go down this path?
From a bit of a look around, it seems like
Craft::$app->getView()->hook('formie.cp.submissions.edit.content', function(array &$context) {}
might be the way to do it, and then handle the rest of the logic in a module. Would that be right?Beta Was this translation helpful? Give feedback.
All reactions