質問

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