Form links, additions and fixes
Today's update includes new features, improvements, and bug fixes.
Form links
It is now possible to add custom links to forms. This will allow you to links back to your website, legal pages or anywhere you like. To avoid clutter and customers telling us it looks weird after adding the 20th link, we currently have a limit of 4 links.
Links are defined globally in a workspace (see workspace settings), and are automatically added to all forms in a workspace.
Payment forms
We added some improvements to payment forms.
First, there is now a new option to make the checkout mandatory. This only affects forms where at least 2 products are added. If you only add one product, the checkout is always mandatory. It has been like that ever since we introduced payment forms.
Second, if your form is divided into multiple pages, and you added at least 2 products, the product list is now only visible on the last page. Before the change, the product list would be visible on all pages.
Misc
- Add referrer to Google Sheet: If you added a Google Sheets connection to your form, there is now a new toggle to optionally push the referrer to the sheet as well. The referrer (in this case the parent page) is only tracked for embedded forms, so we're not sending the referrer by default.
- Poppins font available: We added Poppins to the font selection when creating a form style.
- Hard reset of form stats: We added a new option fully reset form stats. This will delete all views, all responses and any other stats for a form.
Fixes
- We implemented a fix for phone numbers that are pushed to Google Sheets. They shouldn't show
ERROR
in your sheets anymore. This was caused by Google trying to make a calculation inside the sheet column because of the+
sign at the beginning. - We fixed a webhook issue that occurred when a form had multiple file upload fields. Sometimes, links to uploaded files would appear in the wrong key of the array.