localbot Docs

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:

FieldDefaultDescription
HeadingOta yhteyttäThe main title above the form
SubtextVastaamme mahdollisimman pian.Description text below the heading
Button textLähetäThe submit button label
Success headingKiitos yhteydenotostasi!Title shown after successful submission
Success textOlemme 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.

On this page