For recurring payments you will need a supported payment method. You have to activate “SEPA Direct Debit” or “Creditcard” to use recurring payments.
Can I prefill the form?
Yes! GET variables are possible to prefill form: ?form_ID_field_INDEX=value (replace ID with form id and INDEX with the field index. First field is 0, second field is 1 etc.)
For filling in the open amount, use “form_ID_amount” and for selecting a price option use “form_ID_priceoption”
Can I use shortcodes?
Yes! The following shortcodes are available:
[rfmp id=”ID”] To display the form. Replace ID with the id of the form
[rfmp-total id=”ID” start=”0.00″] To display the total raised money. Replace ID with the id of the form (multiple ID’s separated with a comma). Add start as an optional start amount.
[rfmp-goal id=”ID” goal=”1000″ text=”Goal reached!”] Countdown to your goal. Replace ID with the id of the form, goal must be higher then 0 and the text will be displayed when the goal is reached
Which hooks are available?
The following action hooks with parameters are available:
* rfmp_form_submitted, post ID, $_POST data
* rfmp_customer_created, post ID, Mollie customer
* rfmp_payment_created, post ID, Mollie payment
* rfmp_webhook_called, post ID, payment ID
Changelog
2.9.3 – 09/04/2026
Update plugin add-on URL’s
2.9.2 – 15/03/2026
Webhook URL fix
2.9.1 – 13/03/2026
Added new type of field “Confirm field” to let customers fill in a field twice
Fixed sending e-mails for registrations without payment
2.8.1 – 27/11/2025
Fix deprecation messages
Update Help Center URL
2.8.0 – 30/05/2025
Send e-mails about failed recurring payments
2.7.13 – 30/04/2025
Send customer name and email to Mollie when creating payments
Escape data passed through the mollie-forms-total shortcode
2.7.12 – 27/11/2024
Fix not able to save payment methods if currency not EUR
2.7.11 – 27/11/2024
Fix to use selected currency for retrieving payment methods
2.7.10 – 25/11/2024
Send correct User-Agent for Mollie API requests
2.7.9 – 20/11/2024
Fix PHP notice about string to array conversion in formatting.php
2.7.8 – 19/11/2024
Do not send DE as billingCountry for retrieving payment methods
2.7.7 – 19/11/2024
Throw exception when registration not inserted into the database
2.7.6 – 09/10/2024
Hide authorize checkbox until price option choice has been made when using lists
2.7.5 – 28/09/2024
Fixed Uncaught TypeError: trim()
2.7.4 – 27/09/2024
Fix when using price options table, authorize checkbox didn’t show
Fix when using price options table, incorrect message about no products selected
2.7.3 – 26/09/2024
Hide authorize checkbox until price option choice has been made
Fixed check if a price option is chosen
2.7.2 – 26/09/2024
Only show empty price option when there are more than 1 price options
2.7.1 – 26/09/2024
Don’t show required asterisk in placeholder of discount code field
Don’t show “Field required” error message when entering 0 as value of required field
Don’t preselect first price option
2.7.0 – 23/09/2024
Registrations without payment are possible
Fixed error when viewing registration of deleted form
2.6.15 – 18/06/2024
When using reCaptcha, it will now check for form errors instead of directly submitting the form
2.6.14 – 04/06/2024
Add nonce verification for duplicating forms and exporting registrations
2.6.13 – 13/05/2024
Fix saving multiple email addresses as receiver for emails
2.6.12 – 29/03/2024
Fixed “No payment found” error on redirect
Fixed link to registrations via forms page
2.6.11 – 29/03/2024
Fixed “Give authorization” message
Fixed e-mail body html usage
2.6.10 – 28/03/2024
Fixed form fields display
2.6.9 – 24/03/2024
Add more escaping and sanitization
2.6.8 – 24/03/2024
Add more escaping and sanitization
2.6.7 – 21/03/2024
Add nonces to admin form actions
Add more escaping and sanitization
2.6.6 – 19/03/2024
Added sanitization and escaping to output
Added 3rd Party Services to readme
2.6.5 – 12/03/2024
Update readme
2.6.4 – 22/02/2024
Security fixes
2.6.3 – 14/12/2023
Fix error when no file selected to upload
Fix validation for recurring authorization checkbox when reCaptcha is enabled
Fix where sometimes the webhook is later than the redirect
2.6.2 – 22/11/2023
Fix width of table column priceoptions
Show error message instead of throwing exception when form submitted
Make datetime input fields for discount codes required
2.6.1 – 26/10/2023
Fix webhook for cancelled payments
2.6.0 – 09/10/2023
File uploads added as form field
Fix webhook for cancelled payments
2.5.8 – 26/03/2023
Bug fix with payment webhook
2.5.7 – 24/03/2023
Added minimum reCaptcha acceptance score setting
When deleting a registration, now all related rows from other tables are also deleted
Fixed calculation in tables with VAT
2.5.6 – 09/06/2022
Added check for minimum amount for open amount price options when reCaptcha is enabled
2.5.5 – 09/06/2022
Fix required fields check when reCaptcha is enabled
Use wp_remote_request instead of file_get_contents for reCaptcha
2.5.4 – 29/04/2022
Updated Google reCaptcha integration. Secret key is now also required to make it work
Fixed VAT calculation on registration page in admin
Fixed issue when using prices excluding VAT in combination with the Mollie Orders API
2.5.3 – 06/04/2022
Fixed notice on registrations page
Fixed issue with new lines in text areas in csv export
Updated minimum amount of price options from 0,50 to 0,01
Using new wp_date function to display date/time for {rfmp=”created_at”} variable
Now showing proper error when customer didn’t select any price options
2.5.2 – 06/12/2021
Fixed issue with discount code field for new forms
Added fixed variable {rfmp=”form_title”} for Form title
Added German language
0.3.8
Bugfix
0.3.7
Improved variables in emails
Multiple email addresses possible seperated with comma (,)
Fix for images in email
0.3.6
Added consumer information (name, iban) to payments table
Added fixed variable {rfmp=”payment_id”} for Mollie Payment ID in email templates
GET variables possible to prefill form: ?form_ID_field_INDEX=value (replace ID with form id and INDEX with the field index. First field is 0, second field is 1 etc.)
0.3.5
Added “Number of times” option for subscriptions
0.3.3
Tiny fix
0.3.2
Fix subscriptions webhook
0.3.1
Fixed issue with empty registrations
Payment and subscription status visible in registration list
Subscription table bugfix
Added French translations
0.3.0
You can now configure emails per form
0.2.3
Using home url now instead of site url
Fix for frequency label at open amount
0.2.2
Registrations are now visible for every admin user
0.2.1
Bugfix in open amount
0.2.0
You can now add a price option with open amount so the customer can fill in an amount
Bugfixes
0.1.9
Fix for showing success/error message
0.1.8
Bugfixes
Checkbox added for recurring payments
0.1.7
Language fix
0.1.6
Bug fixes
0.1.5
Bug fixes
0.1.4
Bug fixes
0.1.3
Bug fixes
0.1.2
Bug fixes
0.1.1
Bug fixes
0.1.0
Beta release
/home/ylinkin/truewp.net/wp-content/plugins/truewp-plugin-info/truewp-plugin-info.php on line 756
"
width="120"
height="120">