Snippets

Aerobatic index.html for HipChat Web Form

Created by Ivan Storck last modified
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Send a Support Message to a HipChat Room</title>
                    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.css">
  <meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="container">
<h1>Send a message</h1>
Use the form below to send a message to our HipChat room. Include your
      email and someone will contact you as soon as possible.

This form sends directly to the webhook

<form id="hipchat" action="#">
<div class="row">
<div class="twelve columns">
          <label for="name">Name:</label>
          <input class="u-full-width" type="text" id="name" placeholder="Your Name">
          <label for="email">Email:</label>
          <input class="u-full-width" type="text" id="email" placeholder="you@yoursite.com">
          <label for="message">Message:</label>
          <input class="u-full-width" type="text" id="message" placeholder="your message to the chat room">
          <button id="submit-button" type="submit" class="button button-primary">Send</button></div>
</div>
</form>
<div style="display: none" id="confirm">
      <button>Your request was sent to the HipChat room successfully</button></div>
</div>
<script charset="utf-8" src="main.js"></script>
</body>
</html>

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.