You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use arrays in a new field (named message[results][year]) but when I open this submission I getting a TypeError because the convertToUtf8 function is expecting a string instead of an array.
craft\helpers\StringHelper::convertToUtf8(): Argument #1 ($str) must be of type string, stdClass given, called in /vendor/hybridinteractive/craft-contact-form-extensions/src/services/ContactFormExtensionsService.php on line 124
Would it be possible to get support for adding arrays in the form as well? This would help me tremendously with this dynamic form I'm building.
The text was updated successfully, but these errors were encountered:
I'm trying to use arrays in a new field (named
message[results][year]
) but when I open this submission I getting a TypeError because the convertToUtf8 function is expecting a string instead of an array.Would it be possible to get support for adding arrays in the form as well? This would help me tremendously with this dynamic form I'm building.
The text was updated successfully, but these errors were encountered: