Currently I am integrating the new 2.2 version of the editor into the website where I work. Previously we had not used the form function of the editor but now we wish to do so. Unfortunately, even if a user fills out the form, clicking the submit or reset buttons result in no action.
I followed all of the directions for setting up the form and even tested my asp script separate from editor to be sure it functioned and was not the problem.
Is there some setting that should be changed in the code?
I followed all of the directions for setting up the form and even tested my asp script separate from editor to be sure it functioned and was not the problem.
Is there some setting that should be changed in the code?

RE: Submit/Email a Form
Im not using this myself, and do not know what the directions say, but you do understand that you must have something on the server side to process the post?
Fx, saving into a database, och emailing the content soemwere?
Johnny