Comment on page
BETA version
Here you can download the BETA version, get early access to the latest features before they are being released to the public and help keeping the public releases of the plugin as stable as possible
This version has already been tested by a small set of users, so you will probably not encounter any issues using it. However if you do run into issues, please report them by submitting a ticket here.
The main reasons you might want to use/try this BETA version are:
- Any of the changes mentioned in the changelog below
- Added: Option to create vCards and attach them to Admin and Confirmation E-mails via
Form settings > vCard Attachment
- Added: New
Signature
drawing method for improved device compatibility (Microsoft Surface Pro) - Added: Option to connect Dropdown, Autosuggest, Keyword elements directly with Google Sheets (documentation: form with google sheets dropdown)
- Added: Contact entry export now has an option to export the connected WooCommerce order ID (if any)
- Added: New option for
PDF Generator
to define image quality inside generated PDF file - Added: New option for
PDF Generator
to generate native PDF elements - Added: New option for
PDF Generator
to enable smart page breaks for elements (put the element on the next page automatically when possible) - Added: New action hook
super_before_login_user_action
to allow for instance update user meta data directly before the user logs in - Added: Option to jump to a specific field so that a user can edit it, simply use
#fieldname
on your href attribute like soSummary:<br />First name: {first_name} - <a href="#first_name">EDIT</a>
- Added: Option to define wrapper and or field ID attribute elements, when left blank the default ID will be
sf-wrapper-1234-yourfieldname
andsf-field-582-1-yourfieldname
where582
would be the form ID and1
the form index (if you have multiple forms this will auto increment by one). - Added:
Listings
when editing entries, you can define if the user is allowed to change the entry status, and disallow to change the entry if it already has a specific status - Improved:
Form Settings > Form Settings > Custom redirect URL
can now be translated to redirect to custom pages e.g.https://domain.com/thank-you/
,https://domain.com/de/vielen-dank/
, `https://domain.com/fr/merci-beaucoup/ - Improved: When
native
PDF generation is enabled, add the country flag next to the international phonenumber field - Improved: Scrolling to next focussed field or next multi-part. Only scroll when required based on the elements top/bottom positioning compared to widnow height
- Improved: When using keyboard arrows up/down on radio button do not go to next step automatically when enabled on multi-part
- Improved: Grid/Columns now using flex method
- Improved:
Color picker
element small responsiveness fix - Improved:
PDF page breaks
are cacluated after HTML block is updated/changed. Allowing to use the PDF page break html directly inside foreach loops. Example which loops over uploaded files:
foreach(file;loop):
if(<%counter%>!='1'):<div class="super-shortcode super-field super-pdf_page_break"></div>endif;
<img src="<%url%>" style="display:block;width:300px;" />
endforeach;
- Fix: Bug when using the validation option
Allow field to be empty > Yes, but not when the following conditions are met
- Fix: Issue with populating form with entry data in combination with saving existing entry while logged in as non administrator
- Fix: Stripe
Success URL
not working, so that user redirects to a specific thank you page after returning from a completed checkout - Fix: Fix file upload when using ACF Pro Gallery field when saving a custom post via
Front-end Posting
feature - Fix: Signature not populated from
Save form progression
andRetrieve previous entry data
. Also, when retrieved from entry data disallow editing the existing signature. - Fix:
Signature
element, rare bug which caused the canvas to not be full width, which would cut off the signature by 50% - Fix:
<%attachment%>
and<%attachment_id%>
insideforeach
loop inside HTML element should return the file attachment ID not the file name - Fix: Bug with updating existing contact entry and preventing creating a new one when using field name
hidden_contact_entry_id
with Default value set to:{user_last_entry_id}
- Fix: Issue when placing the same form on the same page multiple times, causing the submitted values for Calculator element to be incorrect
- Fix: Toggle element render issue when placing the same form multiple times on the same page
- Fix: Excluding Signature
string attachment
from Admin/Confirmation E-mail - Fix: Issue when dragging elements inside column that are inside an Accordion/TAB element
- Fix: Issue with using
foreach loop
inside E-mails not replacing the tags with field value correctly - Fix: New signature mobile canvas width not adjusting properly
- Fix: Conditional logic conflict with columns that are set to be hidden in some scenario's
Last modified 3mo ago