This one never executes action
%STARTFORM{
name="form1"
action="http://aowiki.arcetri.inaf.it/Public/FormTestTarget"
}%%FORMELEMENT{
name="name"
type="text"
title="Your name:"
mandatory="on"
}%%FORMELEMENT{
name="action"
type="submit"
buttonlabel="Submit"
}%%ENDFORM%
This one has: validate="off" and always executes action
%STARTFORM{
name="form2"
action="http://aowiki.arcetri.inaf.it/Public/FormTestTarget"
validate="off"
}%%FORMELEMENT{
name="name"
type="text"
title="Your name:"
mandatory="on"
}%%FORMELEMENT{
name="action"
type="submit"
buttonlabel="Submit"
}%%ENDFORM%