Comments 1Adrian started the conversationMay 26, 2020 at 6:28amWe are developing a site and when we try to add event description from frontend it always returns **UNDEFINED** Adrian replied privately 877Zhivko repliedMay 26, 2020 at 12:02pmHi,Problem should be resolved now.There was a typo in file stachethemes_event_calendar\assets\js\front\builder\submission.js line 1538 $instance.find('textarea[name="description"]').val();should have "return" at the beginning: return $instance.find('textarea[name="description"]').val();The fix will be included in the next update as well. Stachethemes Developer 1Adrian repliedMay 26, 2020 at 12:11pmThanks for the quick fix :)1 Like Sign in to reply ...
We are developing a site and when we try to add event description from frontend it always returns **UNDEFINED**
Hi,
Problem should be resolved now.
There was a typo in file stachethemes_event_calendar\assets\js\front\builder\submission.js line 1538
should have "return" at the beginning:
The fix will be included in the next update as well.
Stachethemes Developer
Thanks for the quick fix :)