Title: Podio Webforms
Author: Clifford Paulick
Published: <strong>30. Oktober 2013</strong>
Last modified: 6. März 2019

---

Plugins suchen

![](https://ps.w.org/podio-webforms/assets/banner-772x250.png?rev=801085)

Dieses Plugin wurde **nicht mit den 3 neuesten Hauptversionen von WordPress getestet**.
Es wird möglicherweise nicht mehr gepflegt oder unterstützt und kann bei der Verwendung
mit neueren WordPress-Versionen zu Kompatibilitätsproblemen führen.

![](https://s.w.org/plugins/geopattern-icon/podio-webforms_e9f1f2.svg)

# Podio Webforms

 Von [Clifford Paulick](https://profiles.wordpress.org/cliffpaulick/)

[Herunterladen](https://downloads.wordpress.org/plugin/podio-webforms.1.2.zip)

 * [Details](https://de.wordpress.org/plugins/podio-webforms/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/podio-webforms/#reviews)
 *  [Installation](https://de.wordpress.org/plugins/podio-webforms/#installation)
 * [Entwicklung](https://de.wordpress.org/plugins/podio-webforms/#developers)

 [Support](https://wordpress.org/support/plugin/podio-webforms/)

## Beschreibung

Easily add your Podio Webforms anywhere in WordPress via shortcode. Don’t worry 
about all that Podio Webform code, and you don’t have to switch to the HTML Editor
to paste anything.

Just go to your Podio app’s webform page and find your code (no need to copy and
paste). Look at the „Sharable Link“ (e.g. https…podio.com/webforms/**9876543/123456**),
and create a shortcode like this: **[podioform appid=’9876543′ formid=’123456′]**.
_That’s it._

Optionally, can add [podioform … showfooter=’no‘].

#### List of Examples

 * [podioform appid=’9876543′ formid=’123456′]
 * [podioform appid=’9876543′ formid=’123456′ _showfooter_=’no‘]
 * [podioform appid=’9876543′ formid=’123456′ _footerlink_=’https://podio.com/r/
   enlaREvfxo9M-sl8uX4EtA‘]

Don’t forget to whitelist your allowed domains in your Podio settings, otherwise
your forms won’t show up.

#### Podio Webform Tips

 * [Sign up for Podio](https://podio.com/r/enlaREvfxo9M-sl8uX4EtA) (it’s free!)
 * [How to create a Podio Webform](https://help.podio.com/hc/en-us/articles/201019628-Webforms)
 * [Podio Apps Market](https://podio.com/market) (all apps are free, some come pre-
   configured as Webforms)
 * [Zapier Podio Integrations](https://zapier.com/apps/podio/integrations)

FYI: This is a third-party plugin, not officially from the Podio company.

Developers may contribute at https://github.com/cliffordp/podio-webforms

## Screenshots

[⌊1) From within your Podio app, go to the app's settings and click "Webform"⌉⌊1)
From within your Podio app, go to the app's settings and click "Webform"⌉[

1) From within your Podio app, go to the app’s settings and click „Webform“

[⌊2) Make sure your domains are whitelisted⌉⌊2) Make sure your domains are whitelisted⌉[

2) Make sure your domains are whitelisted

[⌊3) Find your AppID and FormID (if you don't need advanced customization, skip 
to screenshot #7)⌉⌊3) Find your AppID and FormID (if you don't need advanced customization,
skip to screenshot #7)⌉[

3) Find your AppID and FormID (if you don’t need advanced customization, skip to
screenshot #7)

[⌊4) Configure the Webform settings as desired⌉⌊4) Configure the Webform settings
as desired⌉[

4) Configure the Webform settings as desired

[⌊5) For example, customize the form's look and feel, possibly with custom CSS⌉⌊
5) For example, customize the form's look and feel, possibly with custom CSS⌉[

5) For example, customize the form’s look and feel, possibly with custom CSS

[⌊6) Custom CSS is loaded via the form, not via WordPress, so read Podio's documentation
if you want to customize to this extent⌉⌊6) Custom CSS is loaded via the form, not
via WordPress, so read Podio's documentation if you want to customize to this extent⌉[

6) Custom CSS is loaded via the form, not via WordPress, so read Podio’s documentation
if you want to customize to this extent

[⌊7) Insert shortcode using your Podio AppID and FormID (from screenshot #3, above)⌉⌊
7) Insert shortcode using your Podio AppID and FormID (from screenshot #3, above
)⌉[

7) Insert shortcode using your Podio AppID and FormID (from screenshot #3, above)

## Installation

Automatically or manually install to wp-content/plugins/

## FAQ

  Why?

Because Podio is free, cool, and very flexible. One example is webforms, which is
what this shortcode plugin makes even easier. Don’t have Podio yet? Sign up now 
at my referral link: https://podio.com/r/enlaREvfxo9M-sl8uX4EtA

  MultiSite?

It’s a simple shortcode plugin with no network admin level settings. Works fine 
as a regular plugin within Multisite.

  How can I give back?

No need. Just enjoy. If you don’t have a Podio account yet, I’d appreciate you signing
up for your free or paid account via my referral link: https://podio.com/r/enlaREvfxo9M-
sl8uX4EtA

## Rezensionen

Zu diesem Plugin liegen noch keine Rezensionen vor.

## Mitwirkende und Entwickler

„Podio Webforms“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin
mitgewirkt:

Mitwirkende

 *   [ Clifford Paulick ](https://profiles.wordpress.org/cliffpaulick/)

[Übersetze „Podio Webforms“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/podio-webforms)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/podio-webforms/),
sieh dir das [SVN-Repository](https://plugins.svn.wordpress.org/podio-webforms/)
an oder abonniere das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/podio-webforms/)
per [RSS](https://plugins.trac.wordpress.org/log/podio-webforms/?limit=100&mode=stop_on_copy&format=rss).

## Änderungsprotokoll

 * Changelog DIFFs for all versions are available at [WordPress SVN](https://plugins.trac.wordpress.org/browser/podio-webforms/trunk).

#### 1.2

 * March 6, 2019
 * License changed from GPLv2+ to GPLv3+.
 * Now passes the shortcode name to `shortcode_atts()` to allow filtering this plugin’s
   shortcode.
 * Text within `<noscript>` is now translatable.
 * Now requires WordPress version 4.6 or newer.
 * Readme compatibility changed to WordPress version 5.1

#### 1.1

 * April 28, 2015
 * Readme compatibility changed to WordPress version 4.2.1

#### 1.0

 * October 30, 2013
 * Initial release

## Meta

 *  Version **1.2**
 *  Zuletzt aktualisiert **vor 7 Jahren**
 *  Aktive Installationen **200+**
 *  WordPress-Version ** 4.6 oder höher **
 *  Getestet bis **5.1.22**
 *  Sprache
 * [English (US)](https://wordpress.org/plugins/podio-webforms/)
 * Schlagwörter
 * [forms](https://de.wordpress.org/plugins/tags/forms/)[https](https://de.wordpress.org/plugins/tags/https/)
   [Podio](https://de.wordpress.org/plugins/tags/podio/)[responsive](https://de.wordpress.org/plugins/tags/responsive/)
   [shortcode](https://de.wordpress.org/plugins/tags/shortcode/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/podio-webforms/advanced/)

## Bewertungen

 5 von 5 Sternen.

 *  [  1 5-Sterne-Rezension     ](https://wordpress.org/support/plugin/podio-webforms/reviews/?filter=5)
 *  [  0 4-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/podio-webforms/reviews/?filter=4)
 *  [  0 3-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/podio-webforms/reviews/?filter=3)
 *  [  0 2-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/podio-webforms/reviews/?filter=2)
 *  [  0 1-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/podio-webforms/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/podio-webforms/reviews/#new-post)

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/podio-webforms/reviews/)

## Mitwirkende

 *   [ Clifford Paulick ](https://profiles.wordpress.org/cliffpaulick/)

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

 [Support-Forum anzeigen](https://wordpress.org/support/plugin/podio-webforms/)