Skip to content

Instantly share code, notes, and snippets.

@RobertCam
Created December 15, 2016 07:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RobertCam/dbf8287c941253632683718875896fbc to your computer and use it in GitHub Desktop.
Save RobertCam/dbf8287c941253632683718875896fbc to your computer and use it in GitHub Desktop.
Set a specific value for a checkbox field on an Unbounce page
<script>
// ID of option field (field label + option label separated by an underscore)
$("#untitled_choice_1").val("anything you like"); // Add value
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment