How to include textarea with Checkboxes in Forms | Community
Skip to main content
Anna_Teoh
Level 1
January 4, 2019
Solved

How to include textarea with Checkboxes in Forms

  • January 4, 2019
  • 1 reply
  • 3520 views

Hello all,

What I'm trying to achieve here is, a form with Checkboxes, but i want to include a textarea for user to enter their own text as well. It is for an unsubscribe page. Example:

Is it possible in Marketo? If its not, can i create an external form then upload it to marketo?

Best answer by SanfordWhiteman

Is it possible in Marketo?

Of course. Almost anything is possible with a Marketo form because there's a full-featured JS API.

What you're looking for here is a combination of datatypes, which you can't build in the Form Editor UI but you can on the client side. See this blog post: https://blog.teknkl.com/forms-add-other-option-without-new-field/

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
January 4, 2019

Is it possible in Marketo?

Of course. Almost anything is possible with a Marketo form because there's a full-featured JS API.

What you're looking for here is a combination of datatypes, which you can't build in the Form Editor UI but you can on the client side. See this blog post: https://blog.teknkl.com/forms-add-other-option-without-new-field/

Will_Thomas
Level 2
April 4, 2019

Hey Sanford - thanks for that article. I noticed though that the JS code you mentioned isn't actually linked on the page. Could you take a look at it? We're trying to do the exact same thing and I'd like to save my web team some work.

>You can grab sample code from the Pen below.