I want to prevent users losing half-finished questions and answers through lost connections etc.
I realize (thanks to NoahY) that simply saving a half finished form to the database is useless, as this would be immediately visible to all viewers.
Now I'm tring to understand exactly where to look to add that functionality. The obvious place to me is the WYSIWYG plugin, but it might be easier to extend Question2Answer.
I think you can see from my questions that I am no programmer. If the only answer is for me to learn to program, then I am willing to do so, but I'd rather not reinvent the wheel. The phrase:
and of course you'll need to add in q2a parameters - most of the form fields don't have ids, so you have to add them in as well if you want to get their values easily
means very little to me. I hope I do not sound lazy or ungrateful, I just do not want to waste time trying to get something working when it is clear that I am looking in the wrong direction.