<?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: Pavel Silinskii</title>
    <description>The latest articles on DEV Community by Pavel Silinskii (@pavel_s_86c69fa87).</description>
    <link>https://dev.to/pavel_s_86c69fa87</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4130005%2Fc1815d1a-eef8-4ed3-be4d-f552b0e2546e.png</url>
      <title>DEV Community: Pavel Silinskii</title>
      <link>https://dev.to/pavel_s_86c69fa87</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pavel_s_86c69fa87"/>
    <language>en</language>
    <item>
      <title>I built a free WordPress contact form plugin with REST API — here's what I learned</title>
      <dc:creator>Pavel Silinskii</dc:creator>
      <pubDate>Thu, 17 Sep 2026 13:28:34 +0000</pubDate>
      <link>https://dev.to/pavel_s_86c69fa87/i-built-a-free-wordpress-contact-form-plugin-with-rest-api-heres-what-i-learned-3f67</link>
      <guid>https://dev.to/pavel_s_86c69fa87/i-built-a-free-wordpress-contact-form-plugin-with-rest-api-heres-what-i-learned-3f67</guid>
      <description>&lt;p&gt;I just published my first WordPress plugin to the official directory. &lt;br&gt;
Here's what I built and what I learned along the way.&lt;/p&gt;

&lt;h2&gt;
  
  
  What the plugin does
&lt;/h2&gt;

&lt;p&gt;Pavel Silinskii Contact Forms is a contact form builder with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Drag-and-drop form editor&lt;/li&gt;
&lt;li&gt;7 field types (text, email, phone, textarea, select, checkbox, radio)&lt;/li&gt;
&lt;li&gt;All submissions stored in the WordPress database&lt;/li&gt;
&lt;li&gt;Email notifications on every submission&lt;/li&gt;
&lt;li&gt;REST API with 4 endpoints&lt;/li&gt;
&lt;li&gt;CSV export of submissions&lt;/li&gt;
&lt;li&gt;Honeypot spam protection&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What I learned from the review process
&lt;/h2&gt;

&lt;p&gt;WordPress.org has a volunteer review team that checks every plugin &lt;br&gt;
before approval. They caught two issues in my submission:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;My namespace was &lt;code&gt;ACF\&lt;/code&gt; which conflicted with Advanced Custom Fields &lt;br&gt;
(6M+ installs). Always use unique prefixes.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Plugin name was too generic — "Contact Forms" alone isn't distinctive &lt;br&gt;
enough. Author name must be at the beginning.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Both issues were fixed and the plugin was approved.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;Plugin: &lt;a href="https://wordpress.org/plugins/pavel-silinskii-contact-forms/" rel="noopener noreferrer"&gt;https://wordpress.org/plugins/pavel-silinskii-contact-forms/&lt;/a&gt;&lt;br&gt;
GitHub: &lt;a href="https://github.com/pavelsilinskiiwork/advanced-contact-forms" rel="noopener noreferrer"&gt;https://github.com/pavelsilinskiiwork/advanced-contact-forms&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love feedback from the community.&lt;/p&gt;

</description>
      <category>php</category>
      <category>plugin</category>
      <category>webdev</category>
      <category>wordpress</category>
    </item>
  </channel>
</rss>
