{"id":2091,"date":"2023-12-10T11:32:05","date_gmt":"2023-12-10T11:32:05","guid":{"rendered":"https:\/\/wpshortcode.org\/?p=2091"},"modified":"2023-12-10T11:32:05","modified_gmt":"2023-12-10T11:32:05","slug":"formzu-wp","status":"publish","type":"post","link":"https:\/\/wpshortcode.org\/formzu-wp\/","title":{"rendered":"Formzu WP Shortcode"},"content":{"rendered":"\n        \n        <p class=\"wp-block-paragraph\">Below, you&#8217;ll find a detailed guide on how to add the <strong>Formzu WP Shortcode<\/strong> to your WordPress website, including its <strong>parameters<\/strong>, <strong>examples<\/strong>, and <strong>PHP function code<\/strong>. Additionally, we&#8217;ll assist you with common issues that might cause the Formzu WP Plugin shortcode not to show or not to work correctly.<\/p>\n        \n\n        \n        <p class=\"wp-block-paragraph\">Before starting, here is an overview of the Formzu WP Plugin and the shortcodes it provides:<\/p>\n        \n        \n        <p>            <div class=\"plugin-info-box\">\n        <div class=\"top-main\">\n            <!-- SVG Image -->\n            <div class=\"plugin-image\">\n                <img decoding=\"async\" src=\"https:\/\/ps.w.org\/formzu-wp\/assets\/icon-128x128.png?rev=1628146\" alt=\"Plugin Icon\" \/>\n            <\/div>\n            \n            <div class=\"plugin-descriptive-part\">\n                <!-- Plugin Name with Link -->\n\n                    <a class=\"plugin-title\" href=\"https:\/\/wordpress.org\/plugins\/formzu-wp\" target=\"_blank\" rel=\"noopener\">\n                        Formzu WP                    <\/a>\n\n\n                <!-- Plugin Description -->\n                <p class=\"plugin-description\">\n                    &quot;Formzu WP is a robust WordPress plugin designed to create, manage and integrate responsive forms into your website effortlessly. Streamline your site&#039;s user interaction with Formzu WP.&quot;                <\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Rating and Additional Info -->\n        <div class=\"plugin-meta\">\n            <span class=\"plugin-rating\">\n                <span class='stars'>\u2729\u2729\u2729\u2729\u2729<\/span> ()\n            <\/span>\n            <span class=\"plugin-active-installs\">\n                <strong>Active Installs<\/strong>: 3000+\n            <\/span>\n            <span class=\"plugin-tested\">\n                <strong>Tested with<\/strong>: 6.1.4            <\/span>\n            <span class=\"plugin-php-version\">\n                <strong>PHP Version<\/strong>: 5.2            <\/span>\n        <\/div>\n\n        <!-- List of Included Shortcodes -->\n        <div class=\"plugin-shortcodes\">\n            <strong>Included Shortcodes:<\/strong>\n            <ul>\n                <li>[formzu]<\/li>            <\/ul>\n        <\/div>\n    <\/div>\n    <\/p>\n\n            <div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n            \n            \n            \n            <h2 class=\"wp-block-heading\">Formzu WP [formzu] Shortcode<\/h2>\n            \n            \n            \n            <p class=\"wp-block-paragraph\">The Formzu-WP plugin shortcode allows you to embed Formzu forms into your WordPress posts or pages. \n\nShortcode Name: Formzu\n\n\nThe &#8216;add_formzu_shortcode&#8217; function is called when the &#8216;formzu&#8217; shortcode is used. This function generates the necessary HTML to display the form.<\/p>\n            \n\n            \n            <p class=\"wp-block-paragraph\"><strong>Shortcode<\/strong>: <code>[formzu]<\/code><\/p>\n            \n            \n            \n            <div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n            \n                <h3 class=\"wp-block-heading\">Examples and Usage<\/h3>\n                \n \n            <p><strong>Basic example<\/strong> &#8211; Integrating Formzu form into a WordPress site using the &#8216;formzu&#8217; shortcode. This shortcode requires only one parameter, the form&#8217;s ID, to embed the form into the post or page.<\/p>\n\n<pre class=\"wp-block-code\"><code>[formzu id=\"your_form_id\" \/]<\/code><\/pre>\n\n\n<p><strong>Advanced examples<\/strong><\/p>\n\n<p>Embedding Formzu form with additional parameters. The &#8216;formzu&#8217; shortcode accepts additional parameters like &#8216;width&#8217; and &#8216;height&#8217; to control the form&#8217;s size. In this example, the form will have a width of 500px and a height of 300px.<\/p>\n\n<pre class=\"wp-block-code\"><code>[formzu id=\"your_form_id\" width=\"500px\" height=\"300px\" \/]<\/code><\/pre>\n\n\n<p>Using the &#8216;formzu&#8217; shortcode to display the form in a specific language. The &#8216;lang&#8217; parameter can be used to set the form&#8217;s language. The form will be displayed in the specified language if it is available.<\/p>\n\n<pre class=\"wp-block-code\"><code>[formzu id=\"your_form_id\" lang=\"en\" \/]<\/code><\/pre>\n\n\n<p>Combining multiple parameters with the &#8216;formzu&#8217; shortcode. This example shows how to use the &#8216;formzu&#8217; shortcode with multiple parameters to display a form with a specific size and language.<\/p>\n\n<pre class=\"wp-block-code\"><code>[formzu id=\"your_form_id\" width=\"500px\" height=\"300px\" lang=\"en\" \/]<\/code><\/pre>\n\n\n            \n            <div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n            \n            <h3 class=\"wp-block-heading\">PHP Function Code<\/h3>\n            \n            \n            \n            <p class=\"wp-block-paragraph\">In case you have difficulties debugging what causing issues with <code>[formzu]<\/code> shortcode, check below the related PHP functions code.<\/p>\n            \n                    \n                    <p class=\"wp-block-paragraph\"><strong>Shortcode line<\/strong>:<\/p>\n                    \n        \n                    \n                    <pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">add_shortcode( 'formzu',    'add_formzu_shortcode' );<\/code><\/pre>\n                    \n                    \n                    <p class=\"wp-block-paragraph\"><strong>Shortcode PHP function<\/strong>:<\/p>\n                    \n            \n                    <div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; light: false; title: ; toolbar: true; notranslate\" title=\"\">\n                    f\n                    <\/pre><\/div>\n                    \n                    <p class=\"wp-block-paragraph\"><strong>Code file location<\/strong>:<\/p>\n                    \n                    \n                    \n                    <pre class=\"wp-block-code\"><code>formzu-wp\/formzu-wp\/classes\/action-hooks.php<\/code><\/pre>\n                    \n        <div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n        \n        \n        \n        <h2 class=\"wp-block-heading\">Conclusion<\/h2>\n        \n        \n        \n        <p class=\"wp-block-paragraph\">Now that you&#8217;ve learned how to embed the <strong>Formzu WP Plugin shortcode<\/strong>, understood the parameters, and seen code examples, it&#8217;s easy to use and debug any issue that might cause it to &#8216;not work&#8217;. If you still have difficulties with it, don&#8217;t hesitate to leave a comment below.<\/p>\n        ","protected":false},"excerpt":{"rendered":"<p>Below, you&#8217;ll find a detailed guide on how to add the Formzu WP Shortcode to your WordPress website, including its parameters, examples, and PHP function code. Additionally, we&#8217;ll assist you with common issues that might cause the Formzu WP Plugin shortcode not to show or not to work correctly. Before starting, here is an overview [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"name":"Formzu WP","slug":"","version":"1.6.6","author":"<a href=\"https:\/\/www.formzu.com\/\">formzu Inc.<\/a>","icons":"https:\/\/ps.w.org\/formzu-wp\/assets\/icon-128x128.png?rev=1628146","plugin_tags":"{\"%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0\":\"\u30d5\u30a9\u30fc\u30e0\",\"%e3%83%a1%e3%83%bc%e3%83%ab%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0\":\"\u30e1\u30fc\u30eb\u30d5\u30a9\u30fc\u30e0\",\"contact-form\":\"contact form\",\"form\":\"form\",\"formzu\":\"formzu\"}","author_profile":"https:\/\/profiles.wordpress.org\/ogasawat\/","requires":"3.7","tested":"6.1.4","requires_php":"5.2","rating":0,"num_ratings":0,"active_installs":3000,"downloaded":33768,"last_updated":"2022-12-02 2:09am GMT","added":"2016-09-28","homepage":"https:\/\/wordpress.org\/plugins\/formzu-wp\/","short_description":"\u30e1\u30fc\u30eb\u30d5\u30a9\u30fc\u30e0\u7121\u6599\u4f5c\u6210\u30b5\u30fc\u30d3\u30b9\u300c\u30d5\u30a9\u30fc\u30e0\u30ba\u300d\u306eSSL\u901a\u4fe1\u30d5\u30a9\u30fc\u30e0\u3092\u7c21\u5358\u306b\u8a2d\u7f6e\u3067\u304d\u307e\u3059\u3002","description":"\"Formzu WP is a robust WordPress plugin designed to create, manage and integrate responsive forms into your website effortlessly. Streamline your site's user interaction with Formzu WP.\"","shortcodes":"[\"formzu\"]","footnotes":""},"categories":[1],"tags":[],"class_list":["post-2091","post","type-post","status-publish","format-standard","hentry","category-plugins"],"_links":{"self":[{"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/posts\/2091","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/comments?post=2091"}],"version-history":[{"count":1,"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/posts\/2091\/revisions"}],"predecessor-version":[{"id":2596,"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/posts\/2091\/revisions\/2596"}],"wp:attachment":[{"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/media?parent=2091"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/categories?post=2091"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/tags?post=2091"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}