- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2022 06:33 AM
Hello, any ideas on why I am getting the error below when I click submit?
Variable settings:
Thanks,
Solved! Go to Solution.
- Labels:
-
Studio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2022 10:24 AM
Issue was on a catalog client script that checks (FormValidation) the value of this field.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2022 06:45 AM
Hi Jose,
Weird issue, can you delete and recreate variable and see if that works.? Also see if there is any onsubmit client script. Mark my answer as correct if that helps
Regards,
Musab
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2022 07:14 AM
Only one onsubmit client script:
function onSubmit() {
var delete_check = g_form.getValue('acknowledges_message1');
if (delete_check != 'true') {
g_form.showErrorBox('acknowledges_error', 'You must acknowledge ... ');
return false;
}
}
When I try to delete the following warning shows:
5 |
Options |
Proceed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2022 10:24 AM
Issue was on a catalog client script that checks (FormValidation) the value of this field.