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

Remove props.prefill.smsReminderNumber? #186

Open
k-funk opened this issue Aug 14, 2024 · 1 comment
Open

Remove props.prefill.smsReminderNumber? #186

k-funk opened this issue Aug 14, 2024 · 1 comment

Comments

@k-funk
Copy link

k-funk commented Aug 14, 2024

The docs mention:

If you're attempting to pre-populate the phone number for the SMS Text reminder field, unfortunately, this field cannot be pre-populated.

As such, props.prefill.smsReminderNumber should do nothing. Seems like this should be removed, to avoid confusion.

<InlineWidget
  url="https://calendly.com/d/some-id/some-id"
  prefill={{
    smsReminderNumber: '+14151234567', // does nothing
  }}
/>
  
@tcampb
Copy link
Owner

tcampb commented Aug 14, 2024

Thanks for letting me know @k-funk! This worked at one point 😅 . I'll remove this prop in the next release.

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

No branches or pull requests

2 participants