Question

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

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

Pas de solution correcte

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top