onSubmit script error: TypeError:ge.getElementParentNode s not a function:function()when submit form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2022 06:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2022 06:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2022 06:55 AM
Hi @KALYAN KALAKOTL ,
Have you checked the 'Isolate script' checkbox?
If it's true then your DOM Parsing will not work.
As I know we have before function present in the client script:
g_form.getElement();
Regards,
Reshma
**Please mark my answer correct or helpful based on the impact**
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2022 08:35 AM
Hi Reshma
Thank you for your reply. Isolate script is already checked in the script and no where mentioned
g_form.getElement() in the script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2022 11:07 AM
Hi @KALYAN KALAKOTL ,
Maybe because of 'Isolate script' checkbox is checked you are getting this error.
Have you used gs.getElementParentNode in your script?
Regards,
Reshma
**Please mark my answer correct or helpful based on the impact**