First set up the edit link as you do not desire to do. Then, when you click on it to edit, look at your forms action url in the source or use firebug. You will notice that it has EDIT appended to it with a variable. I think it is a=edit or something of that nature. I am relying on memory here so I may be wrong. But anyways, you would use this url when you want to edit an item. So, in theory, you would add your webapp input webform to a secure webpage with this extra parameter in the action URL and all should work just fine. Hope this makes sense.
↧