0

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

$('emeraldForm').addEvent('submit', function(){
        onSuccess: function(){
                alert('df');
    }
    });
Aessandro
  • 5,517
  • 21
  • 66
  • 139

0 Answers0