Multiple Front End Forms
-
I’m using the example here to use shortcodes to build multiple front end forms. However, only the 1st form I call from my plugin will post to the correct CPT. Everything else defaults to a standard post and draft status, even though I’m setting the attribute to
post_status' => 'publish',
. I even tried overriding the status andpost_type
in the short code.The form display fine on front end and saves, just as I said, not to its CPT.
All of my functions are named differently, no apparent PHP errors.
Any insight greatly appreciated.
- The topic ‘Multiple Front End Forms’ is closed to new replies.