devra_a_komenda

Commander
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-07-28
03:28
3429 views
How do you call a Javascript function scripted in a Form Javascript attached file from a Form Action
I have javascripts files attached to the form and javascripts in form actions on the same form. I'd like to execute the javascript functions from the form actions that reside in the attached javascript source file. How do I do that?
2 Replies
curtiplas

Commander
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-05-18
02:58
What is the use case here?
Why not just call the form based JS via a callback?
Why not just call the form based JS via a callback?
curtiplas

Commander
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-06-11
05:46
And here I am circling back almost a month later with this exact question!