Hello there, @Michael_Paulse ![]()
Unfortunately, the AI Chatbot app doesn’t have an option to set the default country code, but we have a request for this feature. You can upvote it here - Set default country code phone manually.
The good news is that you can set the default country code using this code in the Custom JS field on the Settings tab of your widget’s settings:
widget.collectContactsForm.setFieldValue('phone', '+44');
Just replace +44 with the desired country code and you’ll be fine ![]()
Note: Custom JS only works on the live site after the widget is installed —it won’t run inside the widget editor or preview.