Jump to content

spitznagel

Member
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

spitznagel's Achievements

Level 2

Level 2 (2/20)

0

Reputation

  1. That code is in the 'code injection.' I am reposting the code: <script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"> </script> <script> $(document).ready(function(){ $('#radio-a03b5d9f-2634-4ca6-8147-3ad6b3666ba8 input').click(function(){ selection = $(this).val(); alert(selection); }); }); </script>
  2. The form is the button on the top of this page here: https://saqibanajam.art/test1
  3. Hey guys, I have been trying to create a custom form where depending on the answer to one question the next question appears or stay hidden. Below is the script for initial alert, before I go further. However, for some reason, Squarespace is not letting the code run and I do not get any alerts in the browser window. Any help here will be appreciated. Thank you! <script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"> </script> <script> $(document).ready(function(){ $('#radio-edef8e00-c0c7-4ad5-a417-3f438c79 input').click(function(){ selection = $(this).val(); alert(selection); }); }); </script>
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.