Skildring
Fetches a published Google Form using a WordPress custom post or shortcode, removes the Google wrapper HTML and then renders it as a Chat Form embedded in your blog post or page. When using Chat Form post type, the wpcform shortcode accepts one parameter, id, which is the post id of the form. There are a number of other options, refer to the documentation for further details.
For example, suppose you want to integrate the form at https://docs.google.com/spreadsheet/viewform?hl=en_US&pli=1&formkey=ABCDEFGHIJKLMNOPQRSTUVWXYZ12345678#gid=0
, (not a real URL) use the following shortcode in your WordPress post or page:
[wpgform id=\'861\']
Currently, this plugin only supports Google Forms that are public. Private Google Forms are not supported.
Skjermbilete
Installasjon
- Install using the WordPress Plugin Installer (search for
WordPress Chat Form
) or downloadWordPress Chat Form
, extract thewpcforms
folder and uploadwpcforms
to the/wp-content/plugins/
directory. - Activate the plugin through the \’Plugins\» menu in WordPress.
- Configure
WP Chat Forms
from theSettings
menu as appropriate. - Recommended: Create a Chat Form Custom Post Type and then use the
[wpcform id=\'1\']
shortcode wherever you\\’d like to insert the a Chat Form or simply publish the form and use it\\’s permalink URL.
Vanlege spm.
-
Chat Form is a Form that uses a chat interface to interact with the user.
-
First you need to create a public Google Form and than paste the Google Form link to the Chat Forms plugin, select a language and click on the \\’Generate\\» button.
-
All replies are being directly send to the Google Form that is behind the google form and feed to the attached spreadsheet.
-
Chat Forms is a free tool created by inter-act
-
For more examples go to Chat Forms website.
Omtalar
There are no reviews for this plugin.
Bidragsytarar og utviklarar
“Chat Forms” is open source software. The following people have contributed to this plugin.
ContributorsOmset “Chat Forms” til ditt eige språk.
Interested in development?
Les kjeldekoden, sjekk SVN-lageret eller abonner på utviklingsloggen med RSS.
Endringslogg
Version 1.0.3
- Remove debug hooks
Version 1.0.2
- Initial submission