We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
props.prefill.smsReminderNumber
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 }} />
The text was updated successfully, but these errors were encountered:
Thanks for letting me know @k-funk! This worked at one point 😅 . I'll remove this prop in the next release.
Sorry, something went wrong.
No branches or pull requests
The docs mention:
As such,
props.prefill.smsReminderNumber
should do nothing. Seems like this should be removed, to avoid confusion.The text was updated successfully, but these errors were encountered: