Multiple CTA buttons on forms | Community
Skip to main content
May 24, 2016
Question

Multiple CTA buttons on forms

  • May 24, 2016
  • 1 reply
  • 1748 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
Level 10
May 24, 2016

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.