What’s new?
Stripe Payments
You can now receive instant payments via Stripe. Simply add your Stripe API credentials into the global settings, enable Stripe payment in the form options and you’re good to go!
Additionally, you can modify the layout of the popup. In order to do so, create two new folders in your theme directory called “ezfc” and the subfolder called “payment”. Create a new file called “stripe-popup.php” and copy the contents from the file wp-content/ez-form-calculator-premium/templates/stripe-popup.php.
Placeholders in Submission Message
Userdata as well as submitted data can be used in the submission message, e.g. {{user}}, {{user_email}}, {{user_id}}, {{elementname}} etc.
PDF Page Size and Orientation
In the global settings, you can set the page orientation as well as page size of generated PDF files.
Changelog
Version 2.9.6.0 – 25th August, 2016
– Added: Stripe payment gateway
– Added: page size/orientation option for PDF files
– Added: userdata placeholders can be used in frontend elements, e.g {{user}}, {{user_email}}, {{user_id}} etc.
– Added: custom regex can be checked before “empty-check”
– Fixed: backend calculations were sometimes incorrect when using comma as decimal point
– Fixed: conditionals now calculate correctly when using comma as decimal point
– Fixed: calculation issues when using steps and hidden elements