Re: Select All checkbox for other checkboxes

SanfordWhiteman
Level 10 - Community Moderator

Re: Select All checkbox for other checkboxes

No, if you needed to do that, I would've said so.

You do not need to change the code at all. You need to change the value (HTML value attribute) of the Select All checkbox to an asterisk. Only that.

Anonymous
Not applicable

Re: Select All checkbox for other checkboxes

Can you tell me where I can find the HTML Value? Sorry, I'm new to marketo.

All I did was dragged the HTML from the elements panel onto the landing page and pasted the above the code in the Custom HTML editor in the landing page.

I'm not sure where I can change the HTML Value.

SanfordWhiteman
Level 10 - Community Moderator

Re: Select All checkbox for other checkboxes

You appear to have found it now.

SanfordWhiteman
Level 10 - Community Moderator

Re: Select All checkbox for other checkboxes

On a Marketo-hosted LP you should not be using the embed code nor the MktoForms2.loadForm() method.

You should be using a named Form element (it's right there on the right side of your screenshot).

Make sure your HTML Element is placed after (below) the Form element. Do not include the loadForm() line in your HTML element.

Anonymous
Not applicable

Re: Select All checkbox for other checkboxes

Thank you, Sanford. It worked well now. Thank you for the help.

Paul_Johnson
Level 5

Re: Select All checkbox for other checkboxes

Ryley, Have one of the options be "all of the above". Then have a smart campaign in the background check all those boxes on the contact's record if they choose the "select all option". Hope that helps!