Creative request

Brief the creative team on a new request.

Fields

NametextrequiredEmailemailrequiredAsset typeselectDeadlinedateProject brieftextarearequired

Code

<form action="https://formward.eu/f/your-form-id" method="POST">
  <label for="name">Name</label>
  <input type="text" name="name" id="name" required />
  <label for="email">Email</label>
  <input type="email" name="email" id="email" required />
  <label for="type">Asset type</label>
  <select name="type" id="type">
    <option value="Social">Social</option>
    <option value="Print">Print</option>
    <option value="Web">Web</option>
    <option value="Video">Video</option>
    <option value="Other">Other</option>
  </select>
  <label for="deadline">Deadline</label>
  <input type="date" name="deadline" id="deadline" />
  <label for="brief">Project brief</label>
  <textarea name="brief" id="brief" required></textarea>
  <input type="text" name="_gotcha" tabindex="-1" autocomplete="off" style="position:absolute;left:-9999px" aria-hidden="true" />
  <button type="submit">Send</button>
</form>

Use this with Formward

Create a form, copy your endpoint, and replace https://formward.eu/f/your-form-id in the code above.

Creative request template, copy-paste code | Formward