Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

93 add opt in messaging info on signup form #94

Merged
merged 3 commits into from
Jul 20, 2023

Conversation

ptbarnum4
Copy link
Contributor

@ptbarnum4 ptbarnum4 commented Jul 20, 2023

Screen.Recording.2023-07-20.at.3.26.44.PM.mov

@ptbarnum4 ptbarnum4 linked an issue Jul 20, 2023 that may be closed by this pull request
3 tasks
@vercel
Copy link

vercel bot commented Jul 20, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
opspark-website-2022 ✅ Ready (Inspect) Visit Preview Jul 20, 2023 9:26pm

Comment on lines +171 to +172
console.log('sessionDate', form.getSelect('sessionDate'));
console.log('attendingLocation', form.get('attendingLocation'));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
console.log('sessionDate', form.getSelect('sessionDate'));
console.log('attendingLocation', form.get('attendingLocation'));

<Input.RadioGroup
label='Are you attending in person or virtually?'
label='Would you like to receive SMS message reminders?'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
label='Would you like to receive SMS message reminders?'
label='Would you like to receive text message reminders?'

</span>
),
name: 'true',
label: 'Yes, send SMS reminders',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
label: 'Yes, send SMS reminders',
label: 'Yes, send text reminders',

},
{ name: 'VIRTUAL', label: 'Virtually (via Zoom)' },
{ name: 'false', label: 'No, do not send SMS reminders' },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{ name: 'false', label: 'No, do not send SMS reminders' },
{ name: 'false', label: 'No, do not send text reminders' },

@harveysanders harveysanders merged commit 923584b into main Jul 20, 2023
2 checks passed
@harveysanders harveysanders deleted the 93-add-opt-in-messaging-info-on-signup-form branch July 20, 2023 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Opt-In Messaging info on SIgnup Form
2 participants