I am trying to display a successful message once the form gets sent:

$('emeraldForm').addEvent('submit', function(){
        onSuccess: function(){
                alert('df');
    }
    });

没有正确的解决方案

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top