I have successfully created a page w/an FEF to create new posts of a cpt.
I have a similar page w/a copy of the FEF to edit the same cpts, but:
– how do I direct a user to that page w/the id of the cpt to edit in the form?
– what would the url look like?
– what do I put in the FEF forms to make it save? scope = ‘post’? scope = ‘my_cpt’ ?
– which is the right hook to check the validation result and redirect accordingly?
– which is the right hook /after/ it’s validated and saved to redirect accordingly (may be data dependent–the single ‘Redirect:’ comment in the header isn’t enough)