@
re: However, the FORM will not save. It simply goes back up to the top of the page with no message or function to having saved any edits.
Ok, the minor tweak I must have made the last time for you was changing the wp_enqueue_script()
to wp_register_script()
so the Form script is loaded vs registered to be loaded later. This will actually cause the script to load unnecessarily on every page. No harm really as it will not interfere with anything. The code should load it only on the page where Form is used but I think the way the Live Editor builds the page the script is not loaded as it world normally which causes Form not to function correctly, such as bouncing to the top. Honestly, I would say this is a bug in OptimizePress because shortcodes should be able to register scripts as that is standard core WordPress functionality that is being broken.
With this tweak, the buttons in Form work correctly now. Was that the only issue? I did not test anything else further.
Hope this helps!
ps. This tweak will have to be applied anytime there is a upgrade to Form on your site. Perhaps a upgrade safe tweak will come to me later. I can not think of one at the moment.