{"id":2057,"date":"2023-12-10T11:26:23","date_gmt":"2023-12-10T11:26:23","guid":{"rendered":"https:\/\/wpshortcode.org\/?p=2057"},"modified":"2023-12-10T11:26:23","modified_gmt":"2023-12-10T11:26:23","slug":"mollie-forms","status":"publish","type":"post","link":"https:\/\/wpshortcode.org\/mollie-forms\/","title":{"rendered":"Mollie Forms Shortcodes"},"content":{"rendered":"\n        \n        <p class=\"wp-block-paragraph\">Below, you&#8217;ll find a detailed guide on how to add the <strong>Mollie Forms 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 Mollie Forms 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 Mollie Forms 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\/mollie-forms\/assets\/icon-256x256.png?rev=2976632\" 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\/mollie-forms\" target=\"_blank\" rel=\"noopener\">\n                        Mollie Forms                    <\/a>\n\n\n                <!-- Plugin Description -->\n                <p class=\"plugin-description\">\n                    &quot;Mollie Forms is a dynamic WordPress plugin that simplifies the process of creating interactive and responsive forms. It integrates seamlessly with Mollie payment system for easy transactions.&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\u2729<\/span> (17)\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.3.2            <\/span>\n            <span class=\"plugin-php-version\">\n                <strong>PHP Version<\/strong>: 7.0            <\/span>\n        <\/div>\n\n        <!-- List of Included Shortcodes -->\n        <div class=\"plugin-shortcodes\">\n            <strong>Included Shortcodes:<\/strong>\n            <ul>\n                <li>[rfmp]<\/li><li>[rfmp-total]<\/li><li>[rfmp-goal]<\/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\">Mollie Forms [rfmp] Shortcode<\/h2>\n            \n            \n            \n            <p class=\"wp-block-paragraph\">The Mollie Forms shortcode, &#8216;rfmp&#8217;, allows you to embed a specific form within your WordPress site. \n\n\n\nBy passing the form ID to the shortcode, it retrieves the corresponding form. If no ID is provided or the form doesn&#8217;t exist, it will return an error message. The shortcode also processes form submissions and handles redirects after payments. Additionally, it can customize form fields based on the stored metadata, such as field type, label, value, class, and whether it&#8217;s required. The shortcode renders the form on your website, providing a seamless user experience.<\/p>\n            \n\n            \n            <p class=\"wp-block-paragraph\"><strong>Shortcode<\/strong>: <code>[rfmp]<\/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\">Parameters<\/h3>\n                \n                \n                \n                <p class=\"wp-block-paragraph\">Here is a list of all possible rfmp shortcode parameters and attributes:<\/p>\n                \n                \n                <ul>\n<li><code>id<\/code> &#8211; Unique identifier of the Mollie form<\/li>\n<li><code>_rfmp_locale<\/code> &#8211; Sets the locale for the form, default is &#8216;nl_NL&#8217;<\/li>\n<li><code>_rfmp_class_form<\/code> &#8211; The CSS class of the form<\/li>\n<li><code>_rfmp_fields_type<\/code> &#8211; The type of fields in the form<\/li>\n<li><code>_rfmp_fields_label<\/code> &#8211; The label for each field in the form<\/li>\n<li><code>_rfmp_fields_value<\/code> &#8211; The value for each field in the form<\/li>\n<li><code>_rfmp_fields_class<\/code> &#8211; The CSS class for each field in the form<\/li>\n<li><code>_rfmp_fields_required<\/code> &#8211; Whether each field is required or not<\/li>\n<li><code>_rfmp_label_display<\/code> &#8211; How the label is displayed for each field<\/li>\n<\/ul>\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; Display a Mollie form by referencing the form ID<\/p>\n\n<pre class=\"wp-block-code\"><code>[rfmp id=123 \/]<\/code><\/pre>\n\n\n<p><strong>Advanced examples<\/strong><\/p>\n\n<p>Display a Mollie form and process a POST submission. The form will be displayed if the request method is POST and the form ID matches the submitted form ID.<\/p>\n\n<pre class=\"wp-block-code\"><code>[rfmp id=123 mollie-forms-post=123 \/]<\/code><\/pre>\n\n\n<p>Display a Mollie form and process a GET payment. The form will be displayed if a GET payment parameter is set and the form ID matches the payment ID.<\/p>\n\n<pre class=\"wp-block-code\"><code>[rfmp id=123 payment=abc123 \/]<\/code><\/pre>\n\n\n<p>Display a Mollie form with a form field. The form field is set by specifying the field type, label, value, class, and whether it&#8217;s required or not.<\/p>\n\n<pre class=\"wp-block-code\"><code>[rfmp id=123 form_field=\"type=text&label=Name&value=John&class=input&required=true\" \/]<\/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>[rfmp]<\/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('rfmp', [$this, 'addMollieFormsShortcode']);<\/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                    function addMollieFormsShortcode($atts)\n    {\n        $atts = shortcode_atts(&#91;&#039;id&#039; =&gt; &#039;&#039;], $atts);\n\n        if (!isset($atts&#91;&#039;id&#039;]) || empty($atts&#91;&#039;id&#039;])) {\n            return __(&#039;Please pass the form ID to the shortcode&#039;, &#039;mollie-forms&#039;);\n        }\n\n        $post = get_post($atts&#91;&#039;id&#039;]);\n        if (!isset($post-&gt;ID) || !$post-&gt;ID) {\n            return __(&#039;Form not found&#039;, &#039;mollie-forms&#039;);\n        }\n\n        if ($_SERVER&#91;&#039;REQUEST_METHOD&#039;] == &#039;POST&#039; &amp;&amp; isset($_POST&#91;&#039;mollie-forms-post&#039;]) &amp;&amp;\n            $_POST&#91;&#039;mollie-forms-post&#039;] == $post-&gt;ID) {\n            return $this-&gt;processSubmit($post-&gt;ID);\n        }\n\n        if (isset($_GET&#91;&#039;payment&#039;])) {\n            return $this-&gt;processRedirect($post-&gt;ID, $_GET&#91;&#039;payment&#039;]);\n        }\n\n        $locale    = get_post_meta($post-&gt;ID, &#039;_rfmp_locale&#039;, true) ?: &#039;nl_NL&#039;;\n        $formClass = get_post_meta($post-&gt;ID, &#039;_rfmp_class_form&#039;, true);\n        $builder   = new FormBuilder($post-&gt;ID, $formClass);\n\n        $fields = get_post_meta($post-&gt;ID, &#039;_rfmp_fields_type&#039;, true);\n\n        foreach ($fields as $key =&gt; $type) {\n            $label        = get_post_meta($post-&gt;ID, &#039;_rfmp_fields_label&#039;, true);\n            $options      = get_post_meta($post-&gt;ID, &#039;_rfmp_fields_value&#039;, true);\n            $class        = get_post_meta($post-&gt;ID, &#039;_rfmp_fields_class&#039;, true);\n            $required     = get_post_meta($post-&gt;ID, &#039;_rfmp_fields_required&#039;, true);\n            $labelDisplay = get_post_meta($post-&gt;ID, &#039;_rfmp_label_display&#039;, true);\n\n            $name = &#039;form_&#039; . $post-&gt;ID . &#039;_field_&#039; . $key;\n\n            $atts = &#91;\n                &#039;name&#039;  =&gt; $name,\n                &#039;id&#039;    =&gt; $name,\n                &#039;value&#039; =&gt; isset($_POST&#91;$name]) ? $_POST&#91;$name] : (isset($_GET&#91;$name]) ? $_GET&#91;$name] : &#039;&#039;),\n                &#039;label&#039; =&gt; $label&#91;$key],\n                &#039;class&#039; =&gt; $class&#91;$key],\n            ];\n\n            if ($required&#91;$key]) {\n                $atts&#91;&#039;required&#039;] = &#039;&#039;;\n            }\n\n            $defaultCountry = explode(&#039;_&#039;, $locale);\n            if ($type == &#039;country&#039; &amp;&amp; $atts&#91;&#039;value&#039;] == &#039;&#039; &amp;&amp; isset($defaultCountry&#91;1])) {\n                $atts&#91;&#039;value&#039;] = $defaultCountry&#91;1];\n            }\n\n            if ($options&#91;$key]) {\n                $atts&#91;&#039;options&#039;] = explode(&#039;|&#039;, $options&#91;$key]);\n            }\n\n            if ($labelDisplay == &#039;placeholder&#039; || $labelDisplay == &#039;both&#039;) {\n                $atts&#91;&#039;placeholder&#039;] = $label&#91;$key] . ($required&#91;$key] ? &#039; *&#039; : &#039;&#039;);\n            }\n\n            if ($labelDisplay != &#039;placeholder&#039;) {\n                $required = !($type == &#039;discount_code&#039;) &amp;&amp; isset($atts&#91;&#039;required&#039;]);\n                $builder-&gt;addLabel($atts&#91;&#039;name&#039;], $atts&#91;&#039;label&#039;], $required);\n            }\n\n            $builder-&gt;addField($type, $atts);\n        }\n\n        return $builder-&gt;render();\n    }\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>mollie-forms\/mollie-forms\/classes\/Form.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\">Mollie Forms [rfmp-total] Shortcode<\/h2>\n            \n            \n            \n            <p class=\"wp-block-paragraph\">The Mollie-Forms plugin shortcode &#8216;rfmp-total&#8217; retrieves and displays the total payments received for a form. \n\n\n\nThe shortcode allows customization of the &#8216;start&#8217; value and the &#8216;id&#8217; of the form. It uses a SQL query to sum up all paid payments from the form. The result is then formatted to the correct currency and displayed on the website.<\/p>\n            \n\n            \n            <p class=\"wp-block-paragraph\"><strong>Shortcode<\/strong>: <code>[rfmp-total]<\/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\">Parameters<\/h3>\n                \n                \n                \n                <p class=\"wp-block-paragraph\">Here is a list of all possible rfmp-total shortcode parameters and attributes:<\/p>\n                \n                \n                <ul>\n<li><code>id<\/code> &#8211; Unique identifier of the mollie form<\/li>\n<li><code>start<\/code> &#8211; Initial amount to start adding payments from<\/li>\n<\/ul>\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; The shortcode displays the total amount of payments made through a specific form. The &#8216;id&#8217; attribute represents the form ID.<\/p>\n\n<pre class=\"wp-block-code\"><code>[rfmp-total id=1 \/]<\/code><\/pre>\n\n\n<p><strong>Advanced examples<\/strong><\/p>\n\n<p>Displays the total amount of payments made through multiple forms. The &#8216;id&#8217; attribute accepts multiple form IDs separated by commas.<\/p>\n\n<pre class=\"wp-block-code\"><code>[rfmp-total id=\"1,2,3\" \/]<\/code><\/pre>\n\n\n<p>Displays the total amount of payments made through a specific form, starting from a specified amount. The &#8216;start&#8217; attribute represents the starting amount.<\/p>\n\n<pre class=\"wp-block-code\"><code>[rfmp-total id=1 start=100.00 \/]<\/code><\/pre>\n\n\n<p>Displays the total amount of payments made through multiple forms, starting from a specified amount. The &#8216;id&#8217; and &#8216;start&#8217; attributes represent the form IDs and the starting amount, respectively.<\/p>\n\n<pre class=\"wp-block-code\"><code>[rfmp-total id=\"1,2,3\" start=100.00 \/]<\/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>[rfmp-total]<\/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('rfmp-total', [$this, 'addMollieFormsTotalShortcode']);<\/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                    function addMollieFormsTotalShortcode($atts)\n    {\n        $atts = shortcode_atts(&#91;\n            &#039;id&#039;    =&gt; &#039;&#039;,\n            &#039;start&#039; =&gt; 0.00,\n        ], $atts);\n\n        $total = (float) $atts&#91;&#039;start&#039;];\n\n        foreach (explode(&#039;,&#039;, str_replace(&#039; &#039;, &#039;&#039;, $atts&#91;&#039;id&#039;])) as $formId) {\n            $post = get_post($formId);\n\n            if (!$post-&gt;ID) {\n                return &#039;Form with ID &#039; . $formId . &#039; not found&#039;;\n            }\n\n            $total += $this-&gt;db-&gt;get_var(&quot;SELECT SUM(payments.amount) FROM {$this-&gt;mollieForms-&gt;getPaymentsTable()} payments INNER JOIN {$this-&gt;mollieForms-&gt;getRegistrationsTable()} registrations ON payments.registration_id = registrations.id AND registrations.post_id=&#039;&quot; .\n                                         esc_sql($post-&gt;ID) .\n                                         &quot;&#039; WHERE payments.payment_status=&#039;paid&#039; AND payments.payment_mode=&#039;live&#039;&quot;);\n        }\n\n        $currency = get_post_meta($post-&gt;ID, &#039;_rfmp_currency&#039;, true) ?: &#039;EUR&#039;;\n        $decimals = $this-&gt;helpers-&gt;getCurrencies($currency);\n        $symbol   = $this-&gt;helpers-&gt;getCurrencySymbol($currency);\n\n        return $symbol . &#039; &#039; . number_format($total, $decimals, &#039;,&#039;, &#039;.&#039;);\n    }\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>mollie-forms\/mollie-forms\/classes\/Form.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\">Mollie Forms [rfmp-goal] Shortcode<\/h2>\n            \n            \n            \n            <p class=\"wp-block-paragraph\">The Mollie Forms shortcode is a feature that allows you to add a donation goal to your WordPress site. \n\n\n\nThis shortcode uses the &#8216;addMollieFormsGoalShortcode&#8217; function to fetch the total sum of paid payments and compares it with the set goal. If the goal is reached or exceeded, it displays a custom message. If not, it shows the remaining amount in the specified currency.<\/p>\n            \n\n            \n            <p class=\"wp-block-paragraph\"><strong>Shortcode<\/strong>: <code>[rfmp-goal]<\/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\">Parameters<\/h3>\n                \n                \n                \n                <p class=\"wp-block-paragraph\">Here is a list of all possible rfmp-goal shortcode parameters and attributes:<\/p>\n                \n                \n                <ul>\n<li><code>id<\/code> &#8211; The unique identifier of the contact form.<\/li>\n<li><code>goal<\/code> &#8211; The target amount to be collected from the payments.<\/li>\n<li><code>text<\/code> &#8211; The message displayed when the goal is reached.<\/li>\n<\/ul>\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; Show the goal amount of a specific form.<\/p>\n\n<pre class=\"wp-block-code\"><code>[rfmp-goal id=5 goal=1000]<\/code><\/pre>\n\n\n<p><strong>Advanced examples<\/strong><\/p>\n\n<p>Display the goal amount of a specific form and customize the text shown when the goal is reached.<\/p>\n\n<pre class=\"wp-block-code\"><code>[rfmp-goal id=5 goal=1000 text=\"Congratulations! Goal achieved!\"]<\/code><\/pre>\n\n\n<p>Use the shortcode without specifying a goal. In this case, the goal will be retrieved from the form settings.<\/p>\n\n<pre class=\"wp-block-code\"><code>[rfmp-goal id=5]<\/code><\/pre>\n\n\n<p>Display the goal amount of a specific form in a different currency. The currency will be converted according to the exchange rates set in the form settings.<\/p>\n\n<pre class=\"wp-block-code\"><code>[rfmp-goal id=5 goal=1000 currency=\"USD\"]<\/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>[rfmp-goal]<\/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('rfmp-goal', [$this, 'addMollieFormsGoalShortcode']);<\/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                    function addMollieFormsGoalShortcode($atts)\n    {\n        $atts = shortcode_atts(&#91;\n            &#039;id&#039;   =&gt; &#039;&#039;,\n            &#039;goal&#039; =&gt; &#039;&#039;,\n            &#039;text&#039; =&gt; __(&#039;Goal reached!&#039;, &#039;mollie-forms&#039;),\n        ], $atts);\n        $post = get_post($atts&#91;&#039;id&#039;]);\n        $goal = $atts&#91;&#039;goal&#039;];\n\n        if (!$post-&gt;ID) {\n            return __(&#039;Form not found&#039;, &#039;mollie-forms&#039;);\n        }\n\n        if ($goal &lt; 0) {\n            return __(&#039;Goal must be higher then 0&#039;, &#039;mollie-forms&#039;);\n        }\n\n        $total = $this-&gt;db-&gt;get_var(&quot;SELECT SUM(payments.amount) FROM {$this-&gt;mollieForms-&gt;getPaymentsTable()} payments INNER JOIN {$this-&gt;mollieForms-&gt;getRegistrationsTable()} registrations ON payments.registration_id = registrations.id AND registrations.post_id=&#039;&quot; .\n                                    esc_sql($post-&gt;ID) .\n                                    &quot;&#039; WHERE payments.payment_status=&#039;paid&#039; AND payments.payment_mode=&#039;live&#039;&quot;);\n\n        $goal = (int) $goal - $total;\n\n        if ($goal &lt;= 0) {\n            return __($atts&#91;&#039;text&#039;], &#039;mollie-forms&#039;);\n        }\n\n        $currency = get_post_meta($post-&gt;ID, &#039;_rfmp_currency&#039;, true) ?: &#039;EUR&#039;;\n        $decimals = $this-&gt;helpers-&gt;getCurrencies($currency);\n        $symbol   = $this-&gt;helpers-&gt;getCurrencySymbol($currency);\n\n        return $symbol . &#039; &#039; . number_format($goal, $decimals, &#039;,&#039;, &#039;.&#039;);\n    }\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>mollie-forms\/mollie-forms\/classes\/Form.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>Mollie Forms 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 Mollie Forms 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 Mollie Forms Plugin shortcodes 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":"Mollie Forms","slug":"","version":"2.6.0","author":"<a href=\"https:\/\/wobbie.nl\">Wobbie.nl<\/a>","icons":"https:\/\/ps.w.org\/mollie-forms\/assets\/icon-256x256.png?rev=2976632","plugin_tags":"{\"form\":\"form\",\"ideal\":\"ideal\",\"mollie\":\"mollie\",\"payments\":\"payments\",\"registration\":\"registration\"}","author_profile":"https:\/\/profiles.wordpress.org\/ndijkstra\/","requires":"5.3","tested":"6.3.2","requires_php":"7.0","rating":84,"num_ratings":17,"active_installs":3000,"downloaded":76193,"last_updated":"2023-10-09 7:54pm GMT","added":"2017-01-03","homepage":"","short_description":"Create registration forms with payment methods of Mollie. One-time and recurring payments are possible.","description":"\"Mollie Forms is a dynamic WordPress plugin that simplifies the process of creating interactive and responsive forms. It integrates seamlessly with Mollie payment system for easy transactions.\"","shortcodes":"[\"rfmp\",\"rfmp-total\",\"rfmp-goal\"]","footnotes":""},"categories":[1],"tags":[],"class_list":["post-2057","post","type-post","status-publish","format-standard","hentry","category-plugins"],"_links":{"self":[{"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/posts\/2057","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=2057"}],"version-history":[{"count":1,"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/posts\/2057\/revisions"}],"predecessor-version":[{"id":2561,"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/posts\/2057\/revisions\/2561"}],"wp:attachment":[{"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/media?parent=2057"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/categories?post=2057"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/tags?post=2057"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}