Hey all,
I'm trying to sort out how to "retain information" by a user when they are filling out a form and want to comeback to it later to finish. (yes, I know this has been discussed a couple of times, and I know there's a couple of external plugins that are supposed to do this...but I'll explain more on a moment)
I've got the User Registration add-on installed and activated. It's a long form, and it's meant for a school registration application (lots of questions, and will be using the PayPal Add-On to for registration fee).
I found the two Add-Ons that are supposed to make this happen, but they require the user be already registered and logged in for them to work.
For this form, I just want them to submit it, and the usermeta tables will be added with all the info in them.
The thing is the "coming back and finishing later," which is why I'm asking: is there a way to put a checkbox on the form so the end user could click it, and it'll run the registration stuff (create the user and add all the information put in so far into their usermeta tables) but NOT submit the form as an entry and/or process the PayPal? So the end user could come back and finish by clicking the "Submit" button and everything goes as it should (and the usermeta stuff is updated)? I'm not scared of code - I just didn't know if there was some sort of hook that I could snag onto and make this happen or not? for example, have a button that says "save this stuff" next to the Submit button, so if it's clicked it'll $_POST the info to the usermeta, but not submit the form?