Hi, I have a Webflow website with a submission form.
I want to send an automated text message reply “thanks for your submission” via Twilio but it appears Twilio requires the number format to include country code (1-555-555-5555).
I don’t want to require the user to enter country code because its a local business and no one is used to entering the extra 1 in front -- this would cause very clunky UX in my opinion.
So I want them to enter their 10 digit number (555-555-5555) and then I would add via Sheets a 1 so the number is in the format needed to send via Twilio.
I’ve gotten stuck on how to dynamically update a new cell in Sheets after Zapier has pushed that phone number in from Webflow.
Thanks!