Is it possible to have multiple call to action buttons on a form? The reason why i am asking this because, i need to create a form which will allow me to trigger different follow up mechanism for each call to action. For example
So when some one fills the form and clicks on schedule meeting, i route them to scheduler page
When some one clicks on email me, an automated email is triggered introducing my company and other information to start sales conversation.
Regards
Sri
Yes. You can add additional submit buttons to the form and bind them to the Forms API submit() method. There's an example of this in the Forms 2.0 doc page.