Okay
  Public Ticket #2416916
Adding event description from frontend returns Undefined
Closed

Comments

  •  1
    Adrian started the conversation

    We are developing a site and when we try to add event description from frontend it always returns **UNDEFINED**

  •   Adrian replied privately
  •  793
    Zhivko replied

    Hi,

    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

  •  1
    Adrian replied

    Thanks for the quick fix :)