I want anonymous users to be able to submit via a form to a custom post_type that I created i.e whatever gets posted is saved as a post of a custom post_type.
Right now I have a shortcode that outputs a simple form and I am not sure about -
a) what should go into the form's action attribute
b) where exactly do I handle the response ? Do I have to create some sort of hook and then handle it there ? I am so not sure..
Thanks