Plugin info

Total downloads: 1,559
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 10/1/2019 (2282 days ago)
Added to WordPress: 10/1/2019 (6 years old)
Minimum WordPress version: 4.0
Tested up to WordPress version: 5.2.23
Minimum PHP version: 5.2

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2282 days ago

20/100

Is Chat Forms abandoned?

Possibly abandoned (last update 2282 days ago).

Compatibility

Requires WordPress: 4.0
Tested up to: 5.2.23
Requires PHP: 5.2

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

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.

Installation

  1. Install using the WordPress Plugin Installer (search for WordPress Chat Form) or download WordPress Chat Form, extract the wpcforms folder and upload wpcforms to the /wp-content/plugins/ directory.
  2. Activate the plugin through the \’Plugins\’ menu in WordPress.
  3. Configure WP Chat Forms from the Settings menu as appropriate.
  4. 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.

Frequently Asked Questions

What is a Chat Form?

Chat Form is a Form that uses a chat interface to interact with the user.

How can I create a Chat Form?

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.

How does a Chat Form interacts with Google Forms?

All replies are being directly send to the Google Form that is behind the google form and feed to the attached spreadsheet.

How is behind Chat Forms?

Chat Forms is a free tool created by inter-act

Can I see more examples?

For more examples go to Chat Forms website.

Review feed

No reviews available

Screenshots

  1. Chat Forms assets list view

    Chat Forms assets list view

  2. Chat Form edit screen

    Chat Form edit screen

  3. Chat Form configurations

    Chat Form configurations

  4. Post edit screen with a Chat Form Shortcode

    Post edit screen with a Chat Form Shortcode

  5. Post view with embedded Chat Form

    Post view with embedded Chat Form

Changelog

Version 1.0.3

  • Remove debug hooks

Version 1.0.2

  • Initial submission