I am trying to build a simple form, but all submitted values with foreign letters (for example: ć, č, ž, š, đ) are showing as an question mark. How do I fix this?
Please check in your PHPMyAdmin to see whether your database CONNECTION (not the collation) is set to UTF8. If it isn't, then please change it, save the change and then test your form. It should work. If it doesn't work, look for the BreezingForms tables and verify that the fields of the tables that are erroneously displayed are configured with the correct encoding.