Page Code Problems for Sending Selected Checkboxes Values to SendGrid E-mail Alert

The element names are wrong! You need to use $(‘#checkbox1’) not $w(‘checkbox1’) - note how the color of the element name changes when you have it right. Add the missing # and all should be well :wink: