Viewing 1 replies (of 1 total)
  • Thread Starter hrrubin

    (@hrrubin)

    Okay, so the core animation works on the toggle button. I still want the auto-close on succesful submit.

    $(document).ready(function(){
    	$("#contactform").hide();
    	$("#plus").show();
    		$('#plus li').click(function(){
    		$("#contactform").slideToggle(300);
        });
    });

    Any help is much appreciated.

Viewing 1 replies (of 1 total)
  • The topic ‘Show, then hide form on e-mail submit’ is closed to new replies.