Multiple CTA buttons on forms

Anonymous
Not applicable

Multiple CTA buttons on forms

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

  • Schedule a meeting can be on CTA
  • email me to discuss more can be another CTA

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

1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: Multiple CTA buttons on forms

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.