v3.31.0-rc-7
Pre-release
Pre-release
esurface
released this
02 Apr 14:26
·
78 commits
to release/v3.31.0
since this release
- Client Login Screen Custom HTML: A new app-config.json setting,
customLoginMarkup
, allows for custom HTML to be added to the login screen. This feature is useful for adding custom branding or additional information to the login screen. As an example:
"customLoginMarkup": "<div style='text-align: center;'><img src='assets/media/logo.png' alt='logo' style='max-width: 100%;'></div>"
- Add ID Search to Data > Uploads: A new feature in the Data > Uploads screen allows users to search for a specific ID in the imported data. This feature is useful for finding specific records synced to the server when reviewing or editing completed form responses.