| 开发者 | vaivatta |
|---|---|
| 更新时间 | 2026年7月13日 13:53 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
vaivatta folder to the /wp-content/plugins/ directory, or install via the WordPress plugin screen.Yes — työ has a free tier, so you can start at no cost. The optional paid plans, Team (€39/month) and Front Desk (€89/month), unlock higher conversation volumes and additional team members. Payment is handled entirely by vaivatta; the plugin never processes payments.
No. työ never sends a reply to a visitor without a team member reviewing and approving it first. The AI drafts a suggested reply; a person on your team decides to send it, edit it, or discard it. This is a core design principle, not a setting.
Visitor messages are transmitted to and stored by the työ service (EU-hosted) so your team can review and respond to them. See the vaivatta Privacy Policy at https://tyo.vaivatta.fi/privacy for full details.
All data — including visitor messages, conversation history, and AI processing — stays within EU-hosted infrastructure. vaivatta does not transfer personal data outside the European Union.
The widget supports English and Finnish. The language can be set to match your site's language automatically, or fixed to English or Finnish in the plugin settings.
Add the shortcode [vaivatta_form] to any page or post. Optional attributes: extra_label adds one extra field with your label (e.g. [vaivatta_form extra_label="Rekisterinumero"]), lang fixes the language (fi or en), and height sets the iframe height in pixels. Your page provides the heading around the form.
Any form on your site can post directly to työ's lead connector: hand-built, or produced by a page builder or another forms plugin. You don't need the [vaivatta_lead_form] shortcode for this. Point the form's action at admin-post.php in your WordPress install and include these fields:
action — required, must be vaivatta_lead.vaivatta_name — required, the visitor's name.vaivatta_phone — required, the visitor's phone number.vaivatta_email — optional, the visitor's email address.vaivatta_message — optional, a free-text message.vaivatta_extra[Label] — optional, up to 10 extra fields; use your own label as the array key, e.g. vaivatta_extra[Rekisterinumero].vaivatta_hp — honeypot field; leave it empty (and hidden from real visitors) so genuine submissions aren't mistaken for spam.vaivatta_redirect — optional, a same-site URL to send the visitor back to after submitting.vaivatta_lang — optional, fi or en; defaults to your site's language.[vaivatta_lead_form] renders a plain HTML lead form that posts through the connector described above. There is no iframe, so your theme's own CSS styles it directly. Optional attributes: extra_label adds one extra field with your label (e.g. [vaivatta_lead_form extra_label="Rekisterinumero"]), lang fixes the language (fi or en), show_message set to 0 hides the message textarea, and redirect sets a same-site URL to return the visitor to after submitting.