<turbo-stream action="update" target="show modal"><template><div data-controller="ask-for-help">
  <div class="modal-body">
    <div class="col-12">
      <div class="container-fluid">
        <div class="text-center mb-2">Get help by AI!</div>
        <div class="form-group text-center">
            <form class="button_to" method="get" action="/users/sign_in"><button data-turbo="false" class="btn btn-secondary mt-2 w-50" type="submit">Start AI Chat</button></form>
            <div id="ai_chat_card_content"></div>
        </div>
        <div class="divider-text">
          <span>Alternative</span>
        </div>
            <form data-turbo="false" action="/users/sign_in" accept-charset="UTF-8" method="get">
              <div class="form-group mb-0">
                <textarea class="form-control" placeholder="Hy how are you KamehaMeggie_? Can we make a 15 min online meeting, i need some help?" rows="5" required="required" oninvalid="this.setCustomValidity(&#39;message: Please enter a message&#39;)" oninput="this.setCustomValidity(&#39;&#39;)" name="body" id="body">
</textarea>
              </div>
              <div class="text-right mt-1">
                <button name="button" type="submit" class="btn btn-excelarete-file mt-3 flex-grow-1 align-items-center">
                  Contact
                  KamehaMeggie_
                  <i class="fa fa-envelope fa-1x ml-2"></i>
</button>              </div>
</form>      </div>
    </div>
  </div>
  <div class="modal-footer">
    <div class="row col-12">
      <div class="col-6 text-right pr-0">
      </div>
    </div>
  </div>
</div></template></turbo-stream>