← All forms

Media / Asset Request - HTML Code Snippet

Request media kit, logos, or other assets.

Copy-paste HTML
<form action="https://myformconnect.io/f/YOUR_FORM_ID" method="POST">
  <input type="text" name="name" placeholder="Name" required>
  <input type="email" name="email" placeholder="Email" required>
  <input type="text" name="outlet" placeholder="Outlet / use case">
  <select name="asset_type">
    <option value="">Asset type</option>
    <option value="logo">Logo</option>
    <option value="media_kit">Media kit</option>
    <option value="images">Images</option>
    <option value="other">Other</option>
  </select>
  <textarea name="message" placeholder="Details"></textarea>
  <button type="submit">Request</button>
</form>

Marketing teams, journalists, and partners frequently request logos, product images, brand guidelines, and other assets. A media request form backend collects the requester's name, company, intended use, specific assets needed, and deadline. Your marketing team can review requests and fulfill them appropriately instead of providing unrestricted access to all brand assets.

Common Use Cases

  • Information collection
  • User engagement
  • Lead generation

Frequently Asked Questions

Who uses media request forms?

Journalists, marketers, and partners.

What assets can be requested?

Logos, press kits, images, and brand materials.

Is it useful for PR teams?

Yes, it centralizes asset distribution.

Form Endpoint

POST https://myformconnect.io/f/YOUR_FORM_ID

Replace YOUR_FORM_ID with your actual form ID from MyFormConnect Dashboard.

Need an endpoint for this form?

Get your own YOUR_FORM_ID in seconds and start receiving submissions instantly.

Create your Form

How the Backend Works

  • Copy the HTML template and drop it into your page — no backend code needed.
  • Replace YOUR_FORM_ID with your ID from the MyFormConnect dashboard.
  • MyFormConnect's form backend handles submissions, routing, and storage — your form is live instantly.