<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>HTML on Formspree</title>
    <link>https://formspree.io/tags/html/</link>
    <description>Recent content in HTML on Formspree</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>Formspree, Inc.</copyright>
    <lastBuildDate>Mon, 08 Sep 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://formspree.io/tags/html/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Improve Your Web Forms with HTML fieldset and legend</title>
      <link>https://formspree.io/blog/html-fieldset/</link>
      <pubDate>Mon, 08 Sep 2025 00:00:00 +0000</pubDate>
      
      <guid>https://formspree.io/blog/html-fieldset/</guid>
      <description>Learn how to use HTML fieldset and legend to organize form fields, improve accessibility, and create more user-friendly web forms.</description>
    </item>
    
    <item>
      <title>Everything You Need to Know About HTML Radio Buttons</title>
      <link>https://formspree.io/blog/radio-button/</link>
      <pubDate>Fri, 11 Apr 2025 00:00:00 +0000</pubDate>
      
      <guid>https://formspree.io/blog/radio-button/</guid>
      <description>Explore everything you need to know about radio buttons in web development. Learn how to implement them correctly, improve accessibility, and design effective forms that guide users through single-choice selections with ease.</description>
    </item>
    
    <item>
      <title>The Complete Guide to &lt;select&gt; and Custom HTML Dropdown Menus</title>
      <link>https://formspree.io/blog/html-dropdown-menu/</link>
      <pubDate>Tue, 08 Apr 2025 00:00:00 +0000</pubDate>
      
      <guid>https://formspree.io/blog/html-dropdown-menu/</guid>
      <description>Learn everything about the HTML &lt;!-- raw HTML omitted --&gt; element and custom dropdown menus in this complete guide. Discover best practices for accessibility, styling techniques, and advanced customization options to enhance user interactions and form design.</description>
    </item>
    
    <item>
      <title>The Essential Guide to HTML Input Fields</title>
      <link>https://formspree.io/blog/html-input/</link>
      <pubDate>Fri, 04 Apr 2025 00:00:00 +0000</pubDate>
      
      <guid>https://formspree.io/blog/html-input/</guid>
      <description>Master HTML input fields with this essential guide covering everything from basic text inputs to advanced form elements. Learn how to optimize user interactions, improve accessibility, and implement best practices for a seamless form experience.</description>
    </item>
    
    <item>
      <title>Mastering the HTML Label Element</title>
      <link>https://formspree.io/blog/html-label/</link>
      <pubDate>Sun, 23 Mar 2025 00:00:00 +0000</pubDate>
      
      <guid>https://formspree.io/blog/html-label/</guid>
      <description>Master the HTML label element with this in-depth guide. Discover best practices for improving form accessibility, enhancing usability, and ensuring a seamless user experience across all devices and screen readers.</description>
    </item>
    
    <item>
      <title>The HTML Button: Usability and Alternatives</title>
      <link>https://formspree.io/blog/html-button/</link>
      <pubDate>Mon, 17 Mar 2025 00:00:00 +0000</pubDate>
      
      <guid>https://formspree.io/blog/html-button/</guid>
      <description>Learn everything you need to know about HTML buttons, including usability guidelines, accessibility tips, and practical alternatives. Enhance your website&amp;rsquo;s interaction design by choosing the right button or alternative element for every scenario.</description>
    </item>
    
    <item>
      <title>HTML All Float Options: A Beginner-Friendly Guide</title>
      <link>https://formspree.io/blog/html-all-float-options/</link>
      <pubDate>Wed, 12 Mar 2025 00:00:00 +0000</pubDate>
      
      <guid>https://formspree.io/blog/html-all-float-options/</guid>
      <description>Explore all HTML float options in this beginner-friendly guide and learn how to position elements effectively. Understand how float works, when to use it, and how to prevent common layout issues for a seamless web design experience.</description>
    </item>
    
    <item>
      <title>A Mini Guide to HTML Form Action</title>
      <link>https://formspree.io/blog/html-form-action/</link>
      <pubDate>Thu, 27 Feb 2025 00:00:00 +0000</pubDate>
      
      <guid>https://formspree.io/blog/html-form-action/</guid>
      <description>In this article, you will discover how the HTML form action attribute works and how to use it effectively to control form submissions, send data to the right destination, and improve user interactions. You will learn best practices for setting up action URLs, handling GET and POST requests, and ensuring seamless form processing on your website.</description>
    </item>
    
    <item>
      <title>Top Methods for Server-Side Validation with Examples</title>
      <link>https://formspree.io/blog/server-side-validation/</link>
      <pubDate>Wed, 30 Oct 2024 00:00:00 +0000</pubDate>
      
      <guid>https://formspree.io/blog/server-side-validation/</guid>
      <description>This article will explain the role of server-side validation in web development, emphasizing its importance in ensuring security, data integrity, and user experience. It will explore various implementation methods and best practices to effectively validate user inputs on the server.</description>
    </item>
    
    <item>
      <title>grecaptcha: Your Guide to Google&#39;s reCAPTCHA JavaScript API</title>
      <link>https://formspree.io/blog/grecaptcha/</link>
      <pubDate>Wed, 16 Oct 2024 00:00:00 +0000</pubDate>
      
      <guid>https://formspree.io/blog/grecaptcha/</guid>
      <description>This blog walks you through integrating Google&amp;rsquo;s reCAPTCHA using its JavaScript API, ensuring your website is protected with ease. It will explain how the API works, how to use it, and offer any other best practices for people using this library. Towards the end, you will also see a few examples of platform-specific libraries for reCAPTCHA.</description>
    </item>
    
    <item>
      <title>Improve Your Forms with HTML Textarea: An In-Depth Tutorial</title>
      <link>https://formspree.io/blog/html-textarea/</link>
      <pubDate>Fri, 11 Oct 2024 00:00:00 +0000</pubDate>
      
      <guid>https://formspree.io/blog/html-textarea/</guid>
      <description>Learn when to use the HTML Textarea element with real-world examples!</description>
    </item>
    
    <item>
      <title>How to Convert an Image URL to Base64</title>
      <link>https://formspree.io/blog/image-to-base64/</link>
      <pubDate>Wed, 28 Aug 2024 00:00:00 +0000</pubDate>
      
      <guid>https://formspree.io/blog/image-to-base64/</guid>
      <description>This blog explores online tools, JavaScript methods, and even server-side solutions for converting images to Base64. You will learn how to integrate Base64 images in HTML, send them in forms securely, and discover best practices to optimize their web forms.</description>
    </item>
    
    <item>
      <title>Mastering File Uploads: A Guide to the HTML File Input Element</title>
      <link>https://formspree.io/blog/html-file-input/</link>
      <pubDate>Mon, 26 Aug 2024 00:00:00 +0000</pubDate>
      
      <guid>https://formspree.io/blog/html-file-input/</guid>
      <description>This guide will explore the attributes, functionalities, backend handling, and best practices for html input type file, helping you develop smooth file upload experiences on your web applications.</description>
    </item>
    
    <item>
      <title>How to Build a Great Lead Generation Form that Connects with HubSpot</title>
      <link>https://formspree.io/blog/lead-generation-form/</link>
      <pubDate>Mon, 26 Oct 2020 00:00:00 +0000</pubDate>
      
      <guid>https://formspree.io/blog/lead-generation-form/</guid>
      <description>&lt;p&gt;Lead generation forms are the linchpin of your marketing engine. You advertise and run campaigns at the top of the funnel in the hopes of collecting some more information about your users so that you can turn them into paying customers. A number of things can go wrong with your form: you don’t give people a good enough reason to fill it out, the form is clunky and long, or the page it’s on is too distracting. Your marketing dollars are wasted, and your potential customers will go elsewhere.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>5 Creative Form Designs to Inspire Your Next Form (&#43;11 Examples)</title>
      <link>https://formspree.io/blog/creative-form-design/</link>
      <pubDate>Thu, 15 Oct 2020 00:00:00 +0000</pubDate>
      
      <guid>https://formspree.io/blog/creative-form-design/</guid>
      <description>&lt;p&gt;Content (and politics) aside, which of these two forms would you rather fill out?&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>5 Best Practices for Creating Accessible Forms</title>
      <link>https://formspree.io/blog/accessible-forms/</link>
      <pubDate>Thu, 10 Sep 2020 00:00:00 +0000</pubDate>
      
      <guid>https://formspree.io/blog/accessible-forms/</guid>
      <description>Accessible web design should be a given. Almost 41 million Americans live with a disability. That’s approximately 12.6% of the population.
But much of the internet still isn’t designed to accommodate users with disabilities. One study, for example, found that 70% of websites were inaccessible to people with visual impairments.
Inaccessible forms aren’t just inconsiderate—they’re bad business. They lead to your company missing potential orders, surveys, registrations, and more. Design with accessibility features in mind, and everyone can get what they need from your website.</description>
    </item>
    
    <item>
      <title>How to Build a Better Feedback Form with Zendesk and Formspree</title>
      <link>https://formspree.io/blog/feedback-form/</link>
      <pubDate>Thu, 27 Aug 2020 00:00:00 +0000</pubDate>
      
      <guid>https://formspree.io/blog/feedback-form/</guid>
      <description>&lt;p&gt;You need to send your feedback form data to your help desk software—but how should you do it? You might be tempted to direct your form to send an email straight to your support tool, but that introduces a few issues. The emails won’t capture important metadata, like the customer’s account information or the ticket priority level. Plus, many help desk platforms—Zendesk included—will block automated emails and send them to restricted folders.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>How to Create a File Upload Form to Collect Photos, Documents, and More</title>
      <link>https://formspree.io/blog/file-upload-form/</link>
      <pubDate>Tue, 25 Aug 2020 00:00:00 +0000</pubDate>
      
      <guid>https://formspree.io/blog/file-upload-form/</guid>
      <description>&lt;p&gt;File upload forms help businesses get valuable information, whether it’s a photo for a product review or documents for a job application. The alternative is usually email, where you’re likely to lose track of files in countless threads or a bottomless inbox.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>How to Create a Client Intake Form that Improves Onboarding with Formspree &#43; Airtable</title>
      <link>https://formspree.io/blog/client-intake-form/</link>
      <pubDate>Wed, 05 Aug 2020 00:00:00 +0000</pubDate>
      
      <guid>https://formspree.io/blog/client-intake-form/</guid>
      <description>&lt;p&gt;When you sign on a customer, understanding their needs and expectations is critical. That’s why most service-based businesses—whether marketing agencies, law firms, or consulting corporations—go through an onboarding period at the start of the client relationship to get on the same page and set goals together.&lt;/p&gt;
&lt;p&gt;The client intake form is an essential tool for onboarding new clients. It allows you to collect information about your customers’ needs and wants in an organized, reliable way. And if you sync your form with a customer relationship management (CRM) system like Airtable, you can integrate the client intake data with the rest of your customer success information.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Create a Registration Form with an Auto Response</title>
      <link>https://formspree.io/blog/registration-form/</link>
      <pubDate>Wed, 15 Jul 2020 00:00:00 +0000</pubDate>
      
      <guid>https://formspree.io/blog/registration-form/</guid>
      <description>&lt;p&gt;If you’re hosting an event, you need to collect information about the participants—names, emails, mailing addresses, food allergies, you name it. How do you do it? The registration form.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Create a Simple HTML Contact Form with Google Sheets &#43; Formspree</title>
      <link>https://formspree.io/blog/html-contact-form/</link>
      <pubDate>Wed, 17 Jun 2020 00:00:00 +0000</pubDate>
      
      <guid>https://formspree.io/blog/html-contact-form/</guid>
      <description>&lt;p&gt;HTML is great for making your website look and work exactly how you want it to—but it can be a pain to work with. We’re here to make it easier and streamline the process of adding an HTML contact form to your website. It can also be a pain to make form data accessible to everyone on your team, so we’ll also show you how to integrate it with Google Sheets, which, chances are, you’re already using.&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
