Hello @andya51
Hope you’re doing well today.
The bug is limited to the select field (specifically when multi-select is enabled). However, since you mentioned you are using a radio field, we will need to take a closer look at the issue to ascertain if it could be related. For this could you please enable Dubbing in Forminator by adding the below defines to the wp-config.php file on your site? Before adding those, please make sure to download the existing wp-config.php file on your PC locally so that you have a backup. Once done, please add the below defines –
define( 'WP_DEBUG', true );
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
define('FORMINATOR_DEBUG', true);
define('FORMINATOR_ADDON_DEBUG', true);
After that, please try making a submission and share with us the debug.log file which will be generated in /wp-content/debug.log
You can share it using a file-sharing service like Google Drive, Dropbox or a service like https://pastebin.com/
Additionally, please also share the form export with us so that we could replicate the issue on our end and troubleshoot it further.
To share the form export
– Navigate to the “Forminator -> Forms” page in your site’s back-end
– click on a little “gear” icon next to the form in question
– select “Export” option
– copy given export code and paste it at?https://pastebin.com
– include link to that paste in your response below.
Note: this export will not include any data that is already submitted – they’ll stay safely on your site and we don’t need them anyway.
Kind Regards,
Saurabh