Forum Replies Created
-
AuthorPosts
-
jrcreativeMemberYes, I found that in the documentation and it works perfectly!
I wrote a script that looks to see if they have a post in draft, and if so, append the query string with the post id so they could continue adding to that post. It runs for each page in the sequence (a 5 page application) and allows them to go back and forth in the process and make updates as needed until they pay, at which point the post status is updated and they can’t make further changes.
jrcreativeMemberWhat happens if you limit the result of the query to 1. Does it still blow up? It could cause all kinds of problems if the form is duplicated multiple times while duplicating field names.
Ideally you could pass the post id into the shortcode and it would modify all of the field names and insure that they’re all unique.
jrcreativeMemberSo, the next challenge is to have the first form create a post, and the subsequent pages update that post. Any ideas would be much appreciated.
jrcreativeMemberwell… I guess I should have read this forum more thoroughly… There’s a redirect option in the header comment block that does the trick.
jrcreativeMemberokay, thanks. I’ll do that.
-
AuthorPosts