var conversation = {
      author: author,
      subject: $('#helpful-question').val(),
      body: $('#helpful-question').val()
    };