Conversational Forms - Unknown Error Occurred - Mobile Chrome Browser

Hi There!

I set up a couple of conversational forms using the add-on, and everything seems to work just fine on my desktop browser in Chrome / Safari (Mac). However, on mobile, chromium browsers (like chrome and brave) for iPhone produce an “Unknown Error Occured, Please Try Again” error when I try to submit the first field. Safari on iPhone doesn’t have this issue.

Tried using chrome://inspect to log any errors, but no javascript errors logged in the console.

Both forms begin with a different field (radio selection, single) and both have the same result.

This is what shows up in the log when I tried to submit the first field multiple times in a row:

2024-02-01 9:37:53.054470 - DEBUG → GFFormDisplay::validate_character_encoding(): Starting invalid characters validation for field: What’s Your Name? (6 - text)
2024-02-01 9:37:53.056251 - DEBUG → GFFormDisplay::validate_character_encoding(): gf_entry_meta meta_value charset = utf8mb4
2024-02-01 9:37:53.056343 - DEBUG → GFFormDisplay::validate_character_encoding(): reflecting methods
2024-02-01 9:37:53.056406 - DEBUG → GFFormDisplay::validate_character_encoding(): Completed in 0.002281 seconds. Value is valid ascii
2024-02-01 9:38:08.744167 - DEBUG → GFFormDisplay::validate_character_encoding(): Starting invalid characters validation for field: What’s Your Name? (6 - text)
2024-02-01 9:38:08.745779 - DEBUG → GFFormDisplay::validate_character_encoding(): gf_entry_meta meta_value charset = utf8mb4
2024-02-01 9:38:08.745848 - DEBUG → GFFormDisplay::validate_character_encoding(): reflecting methods
2024-02-01 9:38:08.745888 - DEBUG → GFFormDisplay::validate_character_encoding(): Completed in 0.001998 seconds. Value is valid ascii

Here is a link to the form: https://www.venue1230.com/book-an-event

I am using the Orbital Theme.

On the latest version of Wordpress - 6.4.3

On the latest version of Gravity Forms - 2.8.2

Is there something specific about mobile chrome browsers that I’m not considering that would be causing a conflict?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.