{"id":304,"date":"2023-10-20T14:32:02","date_gmt":"2023-10-20T14:32:02","guid":{"rendered":"https:\/\/wpshortcode.org\/?p=304"},"modified":"2023-10-20T14:32:03","modified_gmt":"2023-10-20T14:32:03","slug":"fluentform","status":"publish","type":"post","link":"https:\/\/wpshortcode.org\/fluentform\/","title":{"rendered":"Fluentform Shortcodes"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Below, you&#8217;ll find a detailed guide on how to add the <strong>Fluentform Shortcodes<\/strong> to your WordPress website, including their <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 Fluentform Plugin shortcodes 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 Fluentform 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\/fluentform\/assets\/icon-128x128.png?rev=1794277\" 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\/fluentform\" target=\"_blank\" rel=\"noopener\">\n                        Contact Form Plugin &#8211; Fastest Contact Form Builder Plugin for WordPress by Fluent Forms                    <\/a>\n\n\n                <!-- Plugin Description -->\n                <p class=\"plugin-description\">\n                    &quot;Contact Form Plugin by Fluent Forms is a fast and efficient contact form builder for WordPress. It simplifies form creation and management on your website for seamless user interactions.&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'>\u2605\u2605\u2605\u2605\u2606<\/span> (491)\n            <\/span>\n            <span class=\"plugin-active-installs\">\n                <strong>Active Installs<\/strong>: 300000+\n            <\/span>\n            <span class=\"plugin-tested\">\n                <strong>Tested with<\/strong>: 6.3.2            <\/span>\n            <span class=\"plugin-php-version\">\n                <strong>PHP Version<\/strong>: 7.1            <\/span>\n        <\/div>\n\n        <!-- List of Included Shortcodes -->\n        <div class=\"plugin-shortcodes\">\n            <strong>Included Shortcodes:<\/strong>\n            <ul>\n                <li>[fluentform]<\/li><li>[fluentform_info]<\/li><li>[ff_get]<\/li>            <\/ul>\n        <\/div>\n    <\/div>\n    <\/p>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Fluentform [fluentform] Shortcode<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">`fluentform` is a shortcode that allows the rendering of a form on your website. It accepts various parameters like &#8216;id&#8217;, &#8216;title&#8217;, &#8216;css_classes&#8217;, etc. to customize the form.\n\n \n\nThis shortcode checks for user permissions, and if the user doesn&#8217;t have the required permission, a message is displayed. It&#8217;s flexible and adaptable to your needs.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Shortcode<\/strong>: <code>[fluentform]<\/code><\/p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Parameters<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Here is a list of all possible fluentform shortcode parameters and attributes:<\/p>\n\n\n<ul>\n<li><code>id<\/code> &#8211; Unique identifier of the specific form.<\/li>\n<li><code>title<\/code> &#8211; The title of the form, not visible to users.<\/li>\n<li><code>css_classes<\/code> &#8211; Add custom styles to the form using CSS classes.<\/li>\n<li><code>permission<\/code> &#8211; Defines who can view the form based on user roles.<\/li>\n<li><code>type<\/code> &#8211; Determines the form layout, &#8216;classic&#8217; is the default style.<\/li>\n<li><code>permission_message<\/code> &#8211; The message displayed when a user doesn&#8217;t have the required permissions.<\/li>\n<\/ul>\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Examples and Usage<\/h3>\n\n\n<p><strong>Basic example<\/strong> &#8211; The shortcode to display a form by referencing its ID.<\/p>\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">[fluentform id=1 \/]<\/code><\/pre>\n\n\n<p><strong>Advanced examples<\/strong><\/p>\n<p>Displaying a form by referencing its ID and adding CSS classes.<\/p>\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">[fluentform id=1 css_classes=\"class1 class2\" \/]<\/code><\/pre>\n\n\n<p>Displaying a form by referencing both ID and title. The form will first try to load by ID, but if not found, it will try to load by title.<\/p>\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">[fluentform id=1 title=\"Contact Form\" \/]<\/code><\/pre>\n\n\n<p>Displaying a form by referencing its ID, adding CSS classes, and setting the type to &#8216;step&#8217;.<\/p>\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">[fluentform id=1 css_classes=\"class1 class2\" type=\"step\" \/]<\/code><\/pre>\n\n\n<p>Displaying a form by referencing its ID, adding CSS classes, setting the type to &#8216;step&#8217;, and defining a custom permission message.<\/p>\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">[fluentform id=1 css_classes=\"class1 class2\" type=\"step\" permission_message=\"You are not authorized to view this form.\" \/]<\/code><\/pre>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\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>[fluentform]<\/code> shortcode, check below the related PHP functions code.<\/p>\n\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$this-&gt;app-&gt;addShortCode(&#039;fluentform&#039;, function ($atts, $content) {\n            $data = &#91;\n                &#039;id&#039;                 =&gt; null,\n                &#039;title&#039;              =&gt; null,\n                &#039;css_classes&#039;        =&gt; &#039;&#039;,\n                &#039;permission&#039;         =&gt; &#039;&#039;,\n                &#039;type&#039;               =&gt; &#039;classic&#039;,\n                &#039;permission_message&#039; =&gt; __(&#039;Sorry, You do not have permission to view this form&#039;, &#039;fluentform&#039;)\n            ];\n            \/* This filter is deprecated, will be removed soon *\/\n            $data = apply_filters(&#039;fluentform_shortcode_defaults&#039;, $data, $atts );\n\n            $shortcodeDefaults = apply_filters(&#039;fluentform\/shortcode_defaults&#039;, $data, $atts);\n\n            $atts = shortcode_atts($shortcodeDefaults, $atts);\n\n            return $this-&gt;renderForm($atts);\n        });\n<\/pre><\/div>\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Fluentform [fluentform_info] Shortcode<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The shortcode &#8216;fluentform_info&#8217; is a versatile tool allowing users to retrieve various data from a form. \n\nThe shortcode: [fluentform_info]\n\nIt can fetch submission count, creation and update timestamps, and total payment received. It also accommodates filters for data like status, payment status, and trash status. You can customize the output with options like &#8216;substract_from&#8217;, &#8216;hide_on_zero&#8217;, and &#8216;currency_formatted&#8217;.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Shortcode<\/strong>: <code>[fluentform_info]<\/code><\/p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Parameters<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Here is a list of all possible fluentform_info shortcode parameters and attributes:<\/p>\n\n\n<ul>\n<li><code>id<\/code> &#8211; Unique identifier of the form.<\/li>\n<li><code>info<\/code> &#8211; Determines the type of information to retrieve.<\/li>\n<li><code>status<\/code> &#8211; Filters the form submissions based on their status.<\/li>\n<li><code>with_trashed<\/code> &#8211; Allows inclusion of trashed submissions.<\/li>\n<li><code>substract_from<\/code> &#8211; Subtracts the total count from a specified number.<\/li>\n<li><code>hide_on_zero<\/code> &#8211; Hides the count when it is zero.<\/li>\n<li><code>payment_status<\/code> &#8211; Filters submissions based on payment status.<\/li>\n<li><code>currency_formatted<\/code> &#8211; Shows the total payment in a currency format.<\/li>\n<li><code>date_format<\/code> &#8211; Formats the date of form creation or update.<\/li>\n<\/ul>\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Examples and Usage<\/h3>\n\n\n<p><strong>Basic example<\/strong> &#8211; Show the submission count of a form.<\/p>\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">[fluentform_info id=\"1\" info=\"submission_count\"]<\/code><\/pre>\n\n\n<p><strong>Advanced examples<\/strong><\/p>\n<p>Display the creation date of a form in a specific format.<\/p>\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">[fluentform_info id=\"2\" info=\"created_at\" date_format=\"F j, Y, g:i a\"]<\/code><\/pre>\n\n\n<p>Display the total payment received from a form, subtracting a particular amount, and hiding the result if it&#8217;s zero.<\/p>\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">[fluentform_info id=\"3\" info=\"payment_total\" substract_from=\"500\" hide_on_zero=\"yes\" currency_formatted=\"yes\"]<\/code><\/pre>\n\n\n<p>Show the submission count of a form, but only count the entries marked as &#8220;favourites&#8221; and exclude the trashed ones.<\/p>\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">[fluentform_info id=\"4\" info=\"submission_count\" status=\"favourites\" with_trashed=\"no\"]<\/code><\/pre>\n\n\n<p>Display the last update date of a form in the default date format.<\/p>\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">[fluentform_info id=\"5\" info=\"updated_at\"]<\/code><\/pre>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\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>[fluentform_info]<\/code> shortcode, check below the related PHP functions code.<\/p>\n\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$this-&gt;app-&gt;addShortCode(&#039;fluentform_info&#039;, function ($atts) {\n            $data = &#91;\n                &#039;id&#039;                 =&gt; null, \/\/ This is the form id\n                &#039;info&#039;               =&gt; &#039;submission_count&#039;, \/\/ submission_count | created_at | updated_at | payment_total\n                &#039;status&#039;             =&gt; &#039;all&#039;, \/\/ get submission cound of a particular entry status favourites | unread | read\n                &#039;with_trashed&#039;       =&gt; &#039;no&#039;, \/\/ yes | no\n                &#039;substract_from&#039;     =&gt; 0, \/\/ &#91;fluentform_info id=&quot;2&quot; info=&quot;submission_count&quot; substract_from=&quot;20&quot;]\n                &#039;hide_on_zero&#039;       =&gt; &#039;no&#039;,\n                &#039;payment_status&#039;     =&gt; &#039;all&#039;, \/\/ it can be all \/ specific payment status\n                &#039;currency_formatted&#039; =&gt; &#039;yes&#039;,\n                &#039;date_format&#039;        =&gt; &#039;&#039;,\n            ];\n            \/* This filter is deprecated, will be removed soon *\/\n            $data = apply_filters(&#039;fluentform_info_shortcode_defaults&#039;, $data, $atts );\n            \n            $shortcodeDefaults = apply_filters(&#039;fluentform\/info_shortcode_defaults&#039;, $data, $atts);\n\n            $atts = shortcode_atts($shortcodeDefaults, $atts);\n            $formId = $atts&#91;&#039;id&#039;];\n            $form = wpFluent()-&gt;table(&#039;fluentform_forms&#039;)-&gt;find($formId);\n\n            if (!$form) {\n                return &#039;&#039;;\n            }\n\n            if (&#039;submission_count&#039; == $atts&#91;&#039;info&#039;]) {\n                $countQuery = wpFluent()-&gt;table(&#039;fluentform_submissions&#039;)\n                    -&gt;where(&#039;form_id&#039;, $formId);\n\n                if (&#039;trashed&#039; != $atts&#91;&#039;status&#039;] &amp;&amp; &#039;no&#039; == $atts&#91;&#039;with_trashed&#039;]) {\n                    $countQuery = $countQuery-&gt;where(&#039;status&#039;, &#039;!=&#039;, &#039;trashed&#039;);\n                }\n\n                if (&#039;all&#039; == $atts&#91;&#039;status&#039;]) {\n                    \/\/ ...\n                } elseif (&#039;favourites&#039; == $atts&#91;&#039;status&#039;]) {\n                    $countQuery = $countQuery-&gt;where(&#039;is_favourite&#039;, &#039;=&#039;, 1);\n                } else {\n                    $countQuery = $countQuery-&gt;where(&#039;status&#039;, &#039;=&#039;, sanitize_key($atts&#91;&#039;status&#039;]));\n                }\n                if ($atts&#91;&#039;payment_status&#039;] &amp;&amp; defined(&#039;FLUENTFORMPRO&#039;) &amp;&amp; &#039;all&#039; != $atts&#91;&#039;payment_status&#039;]) {\n                    $countQuery = $countQuery-&gt;where(&#039;payment_status&#039;, &#039;=&#039;, sanitize_key($atts&#91;&#039;payment_status&#039;]));\n                }\n\n                $total = $countQuery-&gt;count();\n\n                if ($atts&#91;&#039;substract_from&#039;]) {\n                    $total = intval($atts&#91;&#039;substract_from&#039;]) - $total;\n                }\n\n                if (&#039;yes&#039; == $atts&#91;&#039;hide_on_zero&#039;] &amp;&amp; !$total || $total &lt; 0) {\n                    return &#039;&#039;;\n                }\n\n                return $total;\n            } elseif (&#039;created_at&#039; == $atts&#91;&#039;info&#039;]) {\n                if ($atts&#91;&#039;date_format&#039;]) {\n                    $dateFormat = $atts&#91;&#039;date_format&#039;];\n                } else {\n                    $dateFormat = get_option(&#039;date_format&#039;) . &#039; &#039; . get_option(&#039;time_format&#039;);\n                }\n                return date($dateFormat, strtotime($form-&gt;created_at));\n            } elseif (&#039;updated_at&#039; == $atts&#91;&#039;info&#039;]) {\n                if ($atts&#91;&#039;date_format&#039;]) {\n                    $dateFormat = $atts&#91;&#039;date_format&#039;];\n                } else {\n                    $dateFormat = get_option(&#039;date_format&#039;) . &#039; &#039; . get_option(&#039;time_format&#039;);\n                }\n                return date($dateFormat, strtotime($form-&gt;updated_at));\n            } elseif (&#039;payment_total&#039; == $atts&#91;&#039;info&#039;]) {\n                if (!defined(&#039;FLUENTFORMPRO&#039;)) {\n                    return &#039;&#039;;\n                }\n\n                global $wpdb;\n                $countQuery = wpFluent()\n                    -&gt;table(&#039;fluentform_submissions&#039;)\n                    -&gt;select(wpFluent()-&gt;raw(&#039;SUM(payment_total) as payment_total&#039;))\n                    -&gt;where(&#039;form_id&#039;, $formId);\n\n                if (&#039;trashed&#039; != $atts&#91;&#039;status&#039;] &amp;&amp; &#039;no&#039; == $atts&#91;&#039;with_trashed&#039;]) {\n                    $countQuery = $countQuery-&gt;where(&#039;status&#039;, &#039;!=&#039;, &#039;trashed&#039;);\n                }\n\n                if (&#039;all&#039; == $atts&#91;&#039;status&#039;]) {\n                    \/\/ ...\n                } elseif (&#039;favourites&#039; == $atts&#91;&#039;status&#039;]) {\n                    $countQuery = $countQuery-&gt;where(&#039;is_favourite&#039;, &#039;=&#039;, 1);\n                } else {\n                    $countQuery = $countQuery-&gt;where(&#039;status&#039;, &#039;=&#039;, sanitize_key($atts&#91;&#039;status&#039;]));\n                }\n\n                if (&#039;all&#039; == $atts&#91;&#039;payment_status&#039;]) {\n                    \/\/ ...\n                } elseif ($atts&#91;&#039;payment_status&#039;]) {\n                    $countQuery = $countQuery-&gt;where(&#039;payment_status&#039;, &#039;=&#039;, sanitize_key($atts&#91;&#039;payment_status&#039;]));\n                }\n\n                $row = $countQuery-&gt;first();\n\n                $total = 0;\n                if ($row) {\n                    $total = $row-&gt;payment_total;\n                }\n\n                if ($atts&#91;&#039;substract_from&#039;]) {\n                    $total = intval($atts&#91;&#039;substract_from&#039;] * 100) - $total;\n                }\n\n                if (&#039;yes&#039; == $atts&#91;&#039;hide_on_zero&#039;] &amp;&amp; !$total) {\n                    return &#039;&#039;;\n                }\n\n                if (&#039;yes&#039; == $atts&#91;&#039;currency_formatted&#039;]) {\n                    $currency = \\FluentFormPro\\Payments\\PaymentHelper::getFormCurrency($formId);\n                    return \\FluentFormPro\\Payments\\PaymentHelper::formatMoney($total, $currency);\n                }\n\n                if (!$total) {\n                    return 0;\n                }\n\n                return $total \/ 100;\n            }\n\n            return &#039;&#039;;\n        });\n<\/pre><\/div>\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Fluentform [ff_get] Shortcode<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The &#8216;ff_get&#8217; shortcode is a powerful tool in FluentForm. It retrieves data from a specified parameter in the URL.\n\n\n\nThe PHP code for this shortcode checks if the parameter exists and if it has a value. If the value is an array, it converts it into a string.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Shortcode<\/strong>: <code>[ff_get]<\/code><\/p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Parameters<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Here is a list of all possible ff_get shortcode parameters and attributes:<\/p>\n\n\n<ul>\n<li><code>param<\/code> &#8211; Defines the specific parameter to be fetched from the server request<\/li>\n<\/ul>\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Examples and Usage<\/h3>\n\n\n<p><strong>Basic example<\/strong> &#8211; Displaying the value of a single parameter using the ff_get shortcode.<\/p>\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">[ff_get param=\"username\"]<\/code><\/pre>\n\n\n<p>Here, the shortcode [ff_get param=&#8221;username&#8221;] will return the value of the &#8216;username&#8217; parameter that is passed in the URL. If the URL is www.example.com\/?username=johndoe, the shortcode will display &#8216;johndoe&#8217;.<\/p>\n<p><strong>Advanced examples<\/strong><\/p>\n<p>Using the ff_get shortcode to display multiple parameters separated by a comma.<\/p>\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">[ff_get param=\"username, email\"]<\/code><\/pre>\n\n\n<p>In this advanced example, the shortcode [ff_get param=&#8221;username, email&#8221;] is used to get the value of both &#8216;username&#8217; and &#8217;email&#8217; parameters from the URL. If the URL is www.example.com\/?username=johndoe&#038;email=johndoe@example.com, the shortcode will display &#8216;johndoe, johndoe@example.com&#8217;.<\/p>\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\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>[ff_get]<\/code> shortcode, check below the related PHP functions code.<\/p>\n\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$this-&gt;app-&gt;addShortCode(&#039;ff_get&#039;, function ($atts) {\n            $atts = shortcode_atts(&#91;\n                &#039;param&#039; =&gt; &#039;&#039;,\n            ], $atts);\n            \n            $value = $this-&gt;app-&gt;request-&gt;get($atts&#91;&#039;param&#039;]);\n\n            if ($atts&#91;&#039;param&#039;] &amp;&amp; $value) {\n                if (is_array($value)) {\n                    return implode(&#039;, &#039;, $value);\n                }\n                return esc_html($value);\n            }\n            return &#039;&#039;;\n        });\n<\/pre><\/div>\n\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>Fluentform Plugin shortcodes<\/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 Fluentform Shortcodes to your WordPress website, including their parameters, examples, and PHP function code. Additionally, we&#8217;ll assist you with common issues that might cause the Fluentform Plugin shortcodes not to show or not to work correctly. Before starting, here is an overview of the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"name":"Contact Form Plugin &#8211; Fastest Contact Form Builder Plugin for WordPress by Fluent Forms","slug":"","version":"5.0.9","author":"<a href=\"https:\/\/fluentforms.com\">Contact Form - WPManageNinja LLC<\/a>","icons":"https:\/\/ps.w.org\/fluentform\/assets\/icon-128x128.png?rev=1794277","plugin_tags":"{\"contact-form\":\"contact form\",\"form-builder\":\"form builder\",\"forms\":\"forms\",\"quiz\":\"quiz\",\"wp-forms\":\"WP Forms\"}","author_profile":"https:\/\/profiles.wordpress.org\/techjewel\/","requires":"4.5","tested":"6.3.2","requires_php":"7.1","rating":96,"num_ratings":491,"active_installs":300000,"downloaded":4416129,"last_updated":"2023-09-08 11:36am GMT","added":"2017-12-29","homepage":"https:\/\/wpmanageninja.com\/wp-fluent-form\/","short_description":"The Fastest Contact Form Builder Plugin for WordPress. Drag and drop contact form builder plugin with all premium features.","description":"\"Contact Form Plugin by Fluent Forms is a fast and efficient contact form builder for WordPress. It simplifies form creation and management on your website for seamless user interactions.\"","shortcodes":"[\"fluentform\",\"fluentform_info\",\"ff_get\"]","footnotes":""},"categories":[1],"tags":[],"class_list":["post-304","post","type-post","status-publish","format-standard","hentry","category-plugins"],"_links":{"self":[{"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/posts\/304","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=304"}],"version-history":[{"count":1,"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/posts\/304\/revisions"}],"predecessor-version":[{"id":306,"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/posts\/304\/revisions\/306"}],"wp:attachment":[{"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/media?parent=304"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/categories?post=304"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/tags?post=304"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}