<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Tahmid Khan</title>
    <description>The latest articles on DEV Community by Tahmid Khan (@tahmid_khan).</description>
    <link>https://dev.to/tahmid_khan</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3922928%2F013221ed-bbe1-4aea-85b2-4ec6e4af1c7d.png</url>
      <title>DEV Community: Tahmid Khan</title>
      <link>https://dev.to/tahmid_khan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tahmid_khan"/>
    <language>en</language>
    <item>
      <title>I built a WordPress plugin for Typeform-style forms</title>
      <dc:creator>Tahmid Khan</dc:creator>
      <pubDate>Sun, 10 May 2026 07:19:19 +0000</pubDate>
      <link>https://dev.to/tahmid_khan/i-built-a-wordpress-plugin-for-typeform-style-forms-27n</link>
      <guid>https://dev.to/tahmid_khan/i-built-a-wordpress-plugin-for-typeform-style-forms-27n</guid>
      <description>&lt;p&gt;Most WordPress form builders feel bloated. You install 15 addons, fight through weird UIs, and still end up with forms that look like they were made in 2014.&lt;/p&gt;

&lt;p&gt;So I built something different: &lt;a href="https://wp.forms.md" rel="noopener noreferrer"&gt;Forms.md for WordPress&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It lets you build conversational, multi-step forms inside WordPress using a simple Markdown-style syntax. Of course, &lt;strong&gt;it also supports classic forms if you don't want slides.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Anyway, instead of dragging blocks around, you write forms like this:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;name* = TextInput(
  | question = What's your name?
)

email = EmailInput(
  | question = What's your email?
)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;There's also a really nice AI form builder to help you write your forms:&lt;/p&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/8NfaB4cyOpY"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Some cool features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Typeform-style UX or classic forms (your choice)&lt;/li&gt;
&lt;li&gt;Conditional logic&lt;/li&gt;
&lt;li&gt;AI-powered form generation&lt;/li&gt;
&lt;li&gt;File uploads, ratings, NPS, etc. (all the field types you can think of)&lt;/li&gt;
&lt;li&gt;Fully accessible&lt;/li&gt;
&lt;li&gt;Dark mode support&lt;/li&gt;
&lt;li&gt;Unlimited forms and submissions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The plugin is lightweight, developer-friendly, and doesn't lock you into some horrible proprietary builder. The underlying core is open-source with &amp;gt; 5k registered users: &lt;a href="https://forms.md" rel="noopener noreferrer"&gt;forms.md&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can try it here: &lt;a href="https://wp.forms.md" rel="noopener noreferrer"&gt;wp.forms.md&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love feedback from other devs and WordPress folks.&lt;/p&gt;

</description>
      <category>wordpress</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
