Title: DriveWorks Block &#8211; Form Embed
Author: DriveWorks
Published: <strong>2022年1月31日</strong>
Last modified: 2025年4月23日

---

プラグインを検索

![](https://ps.w.org/driveworks-block-form-embed/assets/banner-772x250.png?rev=2671407)

![](https://ps.w.org/driveworks-block-form-embed/assets/icon.svg?rev=2669919)

# DriveWorks Block – Form Embed

 作者: [DriveWorks](https://profiles.wordpress.org/driveworks/)

[ダウンロード](https://downloads.wordpress.org/plugin/driveworks-block-form-embed.1.1.0.zip)

 * [詳細](https://ja.wordpress.org/plugins/driveworks-block-form-embed/#description)
 * [レビュー](https://ja.wordpress.org/plugins/driveworks-block-form-embed/#reviews)
 * [開発](https://ja.wordpress.org/plugins/driveworks-block-form-embed/#developers)

 [サポート](https://wordpress.org/support/plugin/driveworks-block-form-embed/)

## 説明

Add a WordPress block (Gutenberg editor) to easily embed DriveWorks Projects and
DriveApps.

It uses pre-written [DriveWorks Client SDK](https://webapi.driveworkslive.com/help/client/)
functions to automatically create a client, login, start a Specification / DriveApp
and render the Form.

> Note: these blocks _require_ an external [DriveWorks Live Integration Server](https://docs.driveworkspro.com/Topic/IntegrationThemeLive)
> to be configured and running, which allows connections from your WordPress domain.

**To embed DriveWorks content**, simply provide the following in the settings of
each block:

 * **Server Url** – The URL of your Integration Theme server. Used to load the client
   library, and create a client connection.
 * **Group Alias** – The alias of the Group to connect to.
 * **Type** – The type of content to render (Project or DriveApp).
 * **Project Name** OR **DriveApp Alias** – The name of the Project / alias of the
   DriveApp to render (depending on type selected).

Optionally you can also set:

 * **Ping Interval** – The interval (in seconds) at which the server is automatically
   sent a request. Useful to keep a session alive without manual interaction. Disable
   this feature by setting the interval to `0` seconds, or a blank value (the default).
 * **Height** – The height of the container that Form is rendered into. Useful if
   the Form does not have a natural height.
 * **Form Complete Message** – The message shown when a Form is completed. This 
   overrides the default message.
 * **Form Cancelled Message** – The message shown when a Form is cancelled. This
   overrides the default message.
 * **On Complete** – The page to redirect to upon Specification completion, declare`
   restart` to start a new Specification.
 * **On Cancel** – The page to redirect to upon Specification cancellation, declare`
   restart` to start a new Specification.

**How it works?**

This block outputs the markup required to connect to your DriveWorks Live instance
and render Forms.

A pre-written script using standard methods from the [DriveWorks Live Client SDK](https://webapi.driveworkslive.com/help/client/),
running on your own server, performs a login and renders the configured Form.

The script will not send any credentials during login, so _a default user must be
specified_ in DriveWorksConfigUser.xml.
 If a default user is not set server-side,
the connection will not be authorized.

It is important to ensure that your DriveWorks Integration Theme server is running
correctly.
 You can check this by accessing the configured server url directly in
a browser.

Clear warnings will be shown if any errors are made in the config or during connection.

For alternative examples on how to render a DriveWorks Form, see our public [Client SDK Examples](https://webapi.driveworkslive.com/home.html)
and our [Official GitHub](https://github.com/driveworks).

## スクリーンショット

 * [[
 * Add a new “Form Embed” block to page.
 * [[
 * Enter connection details and other configuration options..
 * [[
 * Save and view the Form rendered in your content.

## ブロック

このプラグインは1個のブロックを提供します。

 *   DriveWorks Form Embed a DriveWorks Form (Project or DriveApp)

## FAQ

### Is this plugin free?

Yes – this plugin is free. However, it requires an existing DriveWorks Live Integration
Theme server to be setup and running – which it will then connect to.
 For more 
information and configuration guidance, see the official [Integration Theme documentation](https://docs.driveworkspro.com/Topic/IntegrationThemeLive)

### Can I use multiple blocks on one page?

Yes – however they will **all share the same client library script**.
 Only **1**
version of the library can be loaded on the same page. The first server url found
in the page content will be used to load the client library script.

Multiple Integration Theme _servers_ can be connected to and embedded at the same
time, but please note that only the first instance of the library will be loaded.

You should ensure all Forms can run successfully on this shared version of DriveWorks.

Blocks with the same Server URL will re-use the same client for reduced overhead.

### Why won’t my block load?

There are various reasons a block may not load correctly.

Helpful error messages are shown for common issues – when logged into WordPress 
as an admin user.
 The browser developer console (F12) will reveal more details 
regarding any errors encountered.

To troubleshoot, ensure that:

 * The configuration settings for the block are correct.
 * Your Integration Theme server is configured correctly in **DriveWorksConfigUser.
   xml**
 * Your Integration Theme server is running, and allows connections from this site.
 * The Group Alias has a default username and password set in **DriveWorksConfigUser.
   xml**

For more setup instructions, see:

 * [Selecting the Integration Theme](https://docs.driveworkspro.com/Topic/IntegrationThemeSelect)
 * [Configuring the Integration Theme](https://docs.driveworkspro.com/Topic/IntegrationThemeSettings)

## 評価

このプラグインにはレビューがありません。

## 貢献者と開発者

DriveWorks Block – Form Embed はオープンソースソフトウェアです。以下の人々がこの
プラグインに貢献しています。

貢献者

 *   [ DriveWorks ](https://profiles.wordpress.org/driveworks/)

[“DriveWorks Block – Form Embed” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/driveworks-block-form-embed)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/driveworks-block-form-embed/)
するか、[SVN リポジトリ](https://plugins.svn.wordpress.org/driveworks-block-form-embed/)
をチェックするか、[開発ログ](https://plugins.trac.wordpress.org/log/driveworks-block-form-embed/)
を [RSS](https://plugins.trac.wordpress.org/log/driveworks-block-form-embed/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 1.1.0

 * Added: On Specification complete action
 * Added: On Specification cancelled action
 * Fixed: Empty complete/cancel message, after clearing custom message, not displaying
   default message.
 * Updated: Internal tools to latest versions.

#### 1.0.0

 * Initial release – with embedded Project & DriveApp support.

## メタ

 *  バージョン **1.1.0**
 *  最終更新日 **12か月前**
 *  有効インストール数 **10+**
 *  WordPress バージョン ** 5.8またはそれ以降 **
 *  検証済み最新バージョン: **6.8.5**
 *  PHP バージョン ** 7.0またはそれ以降 **
 *  言語
 * [English (US)](https://wordpress.org/plugins/driveworks-block-form-embed/)
 * タグ
 * [block](https://ja.wordpress.org/plugins/tags/block/)[driveworks](https://ja.wordpress.org/plugins/tags/driveworks/)
   [embed](https://ja.wordpress.org/plugins/tags/embed/)[integration](https://ja.wordpress.org/plugins/tags/integration/)
   [project](https://ja.wordpress.org/plugins/tags/project/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/driveworks-block-form-embed/advanced/)

## 評価

レビューはまだ送信されていません。

[Your review](https://wordpress.org/support/plugin/driveworks-block-form-embed/reviews/#new-post)

[すべてのレビューを見る](https://wordpress.org/support/plugin/driveworks-block-form-embed/reviews/)

## 貢献者

 *   [ DriveWorks ](https://profiles.wordpress.org/driveworks/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/driveworks-block-form-embed/)