Various smaller improvements added, bugfixes
Today we released a couple of smaller improvements, additions and fixes.
Improved webhooks
Payloads for webhooks would always include the label of the field, and the given response. This can become somewhat unreliable when changing the label in the form. We now add a UUID to the payload which will always stay the same for a specific field.
Additionally, we added an option to add a custom key which will also be sent in the payload. This value can be set in the field settings.
{ "label": "Full name", "response": "John Doe", "uuid": "836b1599-8875-4fa8-a6b4-7cad1ae455f5", "custom_key": "full_name"},{ "label": "Email address", "response": "john@example.com", "uuid": "bed048f2-a61d-4fc0-82c9-e9fe52e19420", "custom_key": "email_address"}
We also added the referrer. This will only be filled (not null
) with embedded forms.
Accordion for Paragraph / Text element
We added an option to make the "Paragraph / Text" element collapsable.

ALTCHA custom label
When using the ALTCHA captcha, people have to click a checkbox to verify.
By default it says "I'm not a robot" and when done "Verified"; you can change these texts now. Head over to the general workspace settings to edit the defaults.
New fonts added
We added 2 new fonts that can be used for custom styles: "Amatic SC" and "Raleway". It is now also possible to set different fonts for the body text and headlines.
Misc and fixes
Embedded forms (iframes) now have the allow="camera; microphone"
attribute.
Adobe Reader would have problems with long file URLs breaking into new lines in PDF files. We adjusted the file-naming syntax to use underscores (_
) instead of hyphens (-
) for spaces. That change should prevent Acrobat Reader from altering the link.
We also fixed an issue with duplicate field identifiers when duplicating forms. This would cause issues when pre-filling fields, because an identifier that is supposed to only exist once, would exist 2 or more times and the functionality would then simply not work.
We also fixed 6 other, smaller bugs that were reported by our customers.