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
Failing to not specify any of these on a custom fields results in the following error:
vue.esm.js?65d7:1452 TypeError: Cannot read property 'toString' of undefined
at e.exports.slugifyFormID (eval at <anonymous> (app.js:806), <anonymous>:7:12306)
at VueComponent.getFieldID (eval at <anonymous> (app.js:806), <anonymous>:7:5340)
...
The documentation could be made a little clearer to specify at lease one of these values is required. Our particular use-case was we have a custom submit button which doesn't have a label or model.
The text was updated successfully, but these errors were encountered:
Failing to not specify any of these on a custom fields results in the following error:
The documentation could be made a little clearer to specify at lease one of these values is required. Our particular use-case was we have a custom submit button which doesn't have a label or model.
The text was updated successfully, but these errors were encountered: