RATEC Contact Form is a modern, responsive WordPress contact form plugin designed for simplicity and elegance. Perfect for websites that need a professional way to collect visitor information and inquiries.
✨ Modern Design – Clean, minimal interface with smooth animations
📱 Responsive – Works perfectly on desktop, tablet, and mobile devices
🔒 Secure – Nonce verification and spam protection with honeypot
✅ Validation – Client-side and server-side form validation
📧 Email Notifications – Sends confirmation email to users
⚡ AJAX Submission – No page reload required
🎨 Beautiful UI – Modern gradient design with hover effects
♿ Accessible – Proper labels and ARIA attributes
Add the contact form to any page or post using:
[ratec_contact_form]
[ratec_contact_form title="Contact Us" subtitle="We're here to help" submit_text="Send Now"]
The contact form includes:
By default, form submissions are sent to your WordPress admin email. This is configured in:
Settings General Administrator Email Address
To send form submissions to a different email, use a WordPress filter in your theme’s functions.php:
add_filter('option_admin_email', function() { return 'your-email@example.com'; });<h3>Troubleshooting</h3>
* Form not sending emails? Check hosting provider permissions and admin email settings.
* Form not appearing? Verify the plugin is activated and the shortcode syntax is correct.
* Styling issues? Check for CSS conflicts and clear your browser cache.
For issues or feature requests, please check the WordPress plugin directory reviews or developer documentation.