Show OK button when field value is changes

hi there,

i use a control application where users can fill out a form. i use ajex to show a block (with other fileds) to show. works fine. when the last field is changed/filled i wan’t to show the OK button, but with ajax that doesn’t work/ also tryed to use a php script (redirect) in ajax, no effect. any sgeestions?

If I remember correctly the only way I was able to do that is by using JQuery to “move” the button to a virtual field.

Fileds can then be shown\hidden on ajax events.

The JQuery code is an hack of the SC generated html and the button will be in a different position (wherever you can place a virtual field in your control app) so it’s not ideal at all.