Hello,
I've noticed that clicking on the save button does not do exactly the same as submitting by the submit button: fields other that the editor's content don't seem to be sent with the form submit. In this specific case, I have a few hidden fields that need to be sent with the form. Is it possible to configure somehow to include other fields?
Cheers, Bo
I've noticed that clicking on the save button does not do exactly the same as submitting by the submit button: fields other that the editor's content don't seem to be sent with the form submit. In this specific case, I have a few hidden fields that need to be sent with the form. Is it possible to configure somehow to include other fields?
Cheers, Bo
Re: Save button
I thought this to be the same, but maybe my saveWithAdditionalParameters plugin suits your needs: http://sourceforge.net/tracker/index.ph ... tid=737639
Re: Save button
In the meantime I solved this problem by specifying the save action in the form action command..
cheers Bo