Lodewijk Evers
Lodewijk Evers
By default the core bolt system only knows about tables with the prefix 'bolt_' that are defined in the contenttypes.yml In boltforms you can save entries to a contenttype or...
@eduardomart the boltforms templates are changed when going from 3.x to 4.x. One of these changes is that the messages are handled a bit differently. You probably need to rebuild...
@eduardomart did you get any further with this?
> @jadwigo, could you please elaborate on how to "rebuild the form customization templates based on the new boltforms templates"? Sure. If you have created custom templates for an older...
This is a database issue. You need to set the character set of your database to utf8mb4 or another multi byte character set. In single byte utf8 the emoji are...
Sorry about reflexively closing this, that was not helpful... It's something that will probably come up more often as people can use emoji on more and more devices. When you...
If the database is changed the tables and columns are not automatically updated. Did you also update all the tables and columns to an utf8mb4 collation? _According to sources on...
I would like to look into this a bit further, but for that I need some more information. How are you saving submission to the database - are you using...
As far as I remember the feedback messages can be overridden in the configuration for each form, similar to the redirect. So you should be able to override the messages...
If you want to save an item as draft (or similar) you should be able to add an hidden field to your configuration for the status: ```yml status: type: hidden...