I want to use a form to have users sign up for events. I would like to embed the form on the pages of a certain custom post type, with standard info that will be pre-populated based on the current logged in user meta, (name, address etc) I have created custom meta for all these options already.
Is it possible to have the form, not only populate with the user data, but also with the post title and other post specific information? Some will be sent in "hidden" form fields for processing.
Does this make sense? Thank you for any help.