Resolved
Reported for: Toolset Forms 2.3
Resolved in: 2.4
Toolset Forms offers an interface for inserting front-end forms. It offers you some configuration options but there is an issue when inserting an Edit User Form if the website’s language is set to French.
In this case, the user interface will only show a spinning wheel and a JavaScript error will be logged in the console.
Ultimately, this means you will not be able to configure the forms or insert them.
There are currently two workarounds for this issue.
{{cred_user_form form='user-form'}}
shortcode (change user-form to the slug of the user form you want to use).{{cred_user_form form='user-form' user='1'}}
shortcode (change user-form to the slug of the user form you want to use and 1 to the ID of the user you plan to edit).
Our developers are aware of this issue and will fix it in a future release.