Is there a method to insert the categories of the post (or page) surrounding the embedded form as a submitted value (preferably hidden)?
Scenario: I have 10 posts with different categories that all ask for a registered user to submit an answer to a question. I’d rather have one form that I can embed ten times, rather than ten unique forms. However, I need to know which post the submission came from. Pulling the post category and added that as part of the form submission would be ideal.