WordPress is a popular and flexible CMS plus blogging platform however it lacks a simple form to allow web visitors to communicate with you. Fortunately the WordPress developers created a platform that was extensible through something called Plug-ins. I found “Contact Form 7” was a popular and flexible plug-in and used it on a client site today.
Here’s the end result of a form on the WordPress page:
To get this layout you use short code, HTML and CSS:
The CSS to align the words on the left with equal spacing is:
You can even define what the email message looks like with the form contents:
If you learn a bit of HTML, short code and CSS then forms in WordPress will look good and function well.
Hey thanks for your useful article,