Reply To: Can Contact Form shortcode edit messages?

#2758
livemesh
Keymaster

It is possible to create a decent enough layout with Contact Form 7 with a simple markup like this inserted into Contact Form 7 form builder. And I did not use much of the built options within CF7 to achieve this.

Your Name (required)
[text* your-name]

Your Email (required)
[email* your-email]

Your Favorite (required)
[radio radio-479 "Dark" "Blue" "Pink"]

Your Phone (required)
[tel tel-634]

Upload File (required)
[file file-423]

Choose Something (required)
[select menu-675 "third" "fourth" "Now"]

Subject
[text your-subject]

Your Message
[textarea your-message]

[submit "Send"]