I've uploaded an example file (html + js) for a form which is called by FeatherLight. You can download the example from here: https://ufile.io/f9gpo
The problem is that after closing the FeatherLight lightbox, i have a trigger for "afterClose" and i'm trying to print the value of the input text box, but i get "undefined" instead of the actual value.
How can i access that value after closing the FeatherLight lightbox?. Thank you.