This question has been posted before with no answer, but at the end of my form I have two buttons. I want one to submit the form, and the other to sumbit and go to another url. The on_sent_ok: command works great, but causes both buttons to go to the specified URL. How can I make one redirect?
I tried creating a new module called connect.php based off of submit.php hoping I could do a on_connect_ok: but I'm failing miserably. Suggestions?