Forum Discussion
SJeffries
8 years agoStaff
The first thing to try is to adjust the Match Options of the Event in error. BY default they are set to 'Optimized. Try using Intensive instead. This may allow the script to find the element correctly on the page.
If that doesn't work you can try using JavaScript Validation to submit the form. On the page in question, inspect the form element and you can create a simple submit JavaScript entry like the one below:
document.getElementById("myForm").submit();
rajan
8 years agoNew Contributor
Thank you so much for your feedback. I did not see Match Options in my Dejaclick recorder console. I am using Chrome browser to record my scripts. let me try the java script recommendation and share feedback. Thanks,
Related Content
- 2 years ago
- 4 years ago
- 2 years ago
Recent Discussions
- 6 months ago
- 6 months ago
- 8 months ago
- 11 months ago