Skip to content

v5.0.200

Choose a tag to compare

@RensTillmann RensTillmann released this 09 Dec 16:26

Dec 09, 2021 - Version 5.0.200

  • Added: Option to filter based on form ID when exporting entries to CSV via Super Forms > Settings > Export & Import
  • Added: Option to sort by oldest or newest first when exporting entries to CSV via Super Forms > Settings > Export & Import and Super Forms > Contact Enties
  • Added: Option to define custom delimiter and enclosure when exportin entries to CSV via Super Forms > Contact Enties
  • Added: Option for datepicker to use {tags} inside the Default value setting
  • Added: Option for datepicker to return the year, month, day or the timestamp by calling tags: {date;year}, {date;month}, {date;day}, {date;timestamp}
  • Added: Ability to use {dynamic_column_counter} inside conditional logic and variable conditions, can be used to hide/display elements inside a specific dyanmically added column
  • Added: Option for hidden field Unique code generation to define a Unique invoice key which allows you to generate multiple invoice numbers. This is useful for when you require both Invoice numbers and Quote numbers
  • Improved: RTL layout for elements when site uses dir="rtl" on html tag
  • Fix: International Phonenumber bug on mobile devices
  • Fix: Issue with reCapthca validation when files are being uploaded
  • Fix: When using SMTP on WP v5.5+ make sure to include the PHPMailer Exceptions.php file
  • Fix: Bug with datepicker being cleared upon form submission
  • Fix: PDF Generator Add-on Issue with Cyrillic/Arabic text rendering for PDF file, when copying text it would give you strange characters
  • Fix: PDF Generator Add-on PDF Page break sometimes generating white/blank page
  • Fix: When Prevent submitting form on pressing "Enter" keyboard button is enabled, make sure to still allow line breaks on Textarea elements
  • Fix: Form settings translation bug
  • Fix: HTML element automatic linebreak not working when using {tags} inside the HTML
  • Fix: HTML element causing 404 when using {tag} to apply dynamic source tag on images
  • Fix: Issue with HTML not being generated when no {tags} are used, due to above 404 bug fix
  • Fix: Slider label positioning on theme minimal and when adaptive placeholders are enabled
  • Fix: Slider amount positioning incorrect when conditionally became visible and when value was the same as last known value
  • Fix: JS error Uncaught ReferenceError: nodes is not defined