This plugin is not maintained and is not recommended.
Please consider using
Form data to kintone.
このプラグインはメンテナンスされておらず、使用は推奨しません。
Form data to kintoneの利用をご検討ください。
Get the app design information that you create with kintone, and then automatically generate the input form on WordPress.
Since the data that has been registered from the input form will be stored in the kintone, so it can be secondary utilization by using a function of kintone.
Setup is very simple, just write one line short code in WordPress.
What is kintone?
It is a cloud service that can make the business applications with non-programming provided by Cybozu.
Collaborate with team members and partners via apps and workspaces.
Short code format
[kintone app="app id" token="api token" sub_domain="subdomain name" exclude="field1, field2" orderby="code" order="asc"]
- app: kintone app ID * 1
- token: kintone API token that has been set in the application
- sub_domain: kintone's sub-domains * 2
- basic_auth_user: user name of the basic authentication
- basic_auth_pass: password of the basic authentication
- exclude: the fields of kintone that you do not want to display on the WordPress side * 3
- orderby: field's ordering * 4
- order: Sort keyword * 5
Example:
[kintone app="15" token="0cTa77e2QSRsSM9II1innamRAmdhEaii2Y45fwAv" sub_domain="example" exclude="priority" orderby="code" order="desc"]
- 1
App ID is the number of the URL when the record list is displayed.
If the URL of kintone app is "https://example.cybozu.com/k/17/", "17" is the application ID.
- 2
If the URL of kintone in use is "https://example.cybozu.com/k/", "example" is the subdomain.
- 3
You can specify multiple separated by commas.
Also initiated by the two consecutive underscores as __field1 the field code of kintone, it is hidden.
- 4
If you want to show it in the order by the field code order of kintone, you can specify the "code".
For example, set the field code of kintone "01_code" "02_code" and set "code" to orderby,then it will appear in the order on WordPress.
If you do not specify this, it will appear in the order of you created the field.
- 5
If you want to display in ascending order, set "asc", and in descending order, set "desc".
Required value are "app", "token", "sub_domain".
For cache function
This plugin caches the form information of kintone to WordPress, in order to prevent the excess of the API number of requests to kintone.
After you write the short code in the post, it will cache when the article is displayed at the first time.
The expiration date of the cache is not provided, and it will flash when the save processing of articles has been carried out.
If you have made a change of field items of kintone, please save the post of WordPress.
When you logged in as admin, it will not cached when you see the page.
- Upload the entire
cybozu-wordpress-to-kintone
folder to the / wp-content / plugins /
directory.
- Write an equation for the confirmatory reaction of each cation and anion based on the experimental results of Operation 3. Activate the plugin through the 'Plugins' menu in WordPress
Open the post edit screen in the WordPress administration screen, and in the text editor pane, put the short code in the place where you want to display.