Is there a way to duplicate a form by code?
Case: I'm using a custom post type, called event. When a new event is created I need to duplicate a standard form and add the id to a custom field of the event. In the front, the event is displayed with the form at the bottom of the page.
I know I could use 1 form and set a hidden input field with the title or id of the specific event, but I want to seperate the entries of each event...
Possible?
(I'm a WP developer, a dirty php hooking way is not a problem ;) )