Configuration
Customize your localbot widget text through the dashboard. No code changes needed.
Customize your localbot widget text through the dashboard. No code changes needed.
Widget text fields
Go to your Widget settings to customize these fields:
| Field | Default | Description |
|---|---|---|
| Heading | Ota yhteyttä | The main title above the form |
| Subtext | Vastaamme mahdollisimman pian. | Description text below the heading |
| Button text | Lähetä | The submit button label |
| Success heading | Kiitos yhteydenotostasi! | Title shown after successful submission |
| Success text | Olemme sinuun yhteydessä pian. | Message shown after successful submission |
Changes take effect within 5 minutes (the widget script is cached for 300 seconds).
Widget placement
By default, localbot appends the contact form to the bottom of your page. To control where it appears, add a target div:
<div id="localbot-contact"></div>The widget will render inside this div instead of appending to the body.
Form fields
The widget collects three fields from visitors:
- Name (required)
- Phone or email (required)
- Message (required)
These fields are not currently customizable. All submissions are delivered to your phone via SMS.
Styling
The widget uses its own isolated styles and does not inherit from your website's CSS. The default appearance is a clean white card with rounded corners that works well on most websites.