Changeset 1356292
- Timestamp:
- 02/23/2016 06:52:59 AM (10 years ago)
- Location:
- wpcf/trunk
- Files:
-
- 4 edited
-
css/style.css (modified) (1 diff)
-
inc/ajaxWork.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wpcf.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpcf/trunk/css/style.css
r1259173 r1356292 2 2 { 3 3 width: 100%; 4 border-color: 999; 4 border:1px solid #ddd; 5 border-radius: 4px; 6 -moz-border-radius: 4px; 7 -webkit-border-radius: 4px; 8 padding: 5px; 9 font-weight: 400; 5 10 6 11 } -
wpcf/trunk/inc/ajaxWork.php
r1259173 r1356292 30 30 $headers .= "Reply-To: <".$email.">\n"; 31 31 $body ="Sender : " .$name."\n"; 32 $body ="Sender Email : " .$email."\n"; 33 $body ="Subject : " .$subject."\n"; 32 34 $body .="Message :" .$message."\n"; 33 35 //mail($mail_to,$subject,$message,$headers); -
wpcf/trunk/readme.txt
r1259173 r1356292 4 4 Tags: wordpress contact form 5 5 Requires at least: 3.0 6 Tested up to: 4. 37 Stable tag: 1.16 Tested up to: 4.4 7 Stable tag: trunk 8 8 9 9 WPCF is a simple WordPress contact form. You can easily add this in your page,post anywhere with shortcode. … … 32 32 == Changelog == 33 33 34 = 1.1.1 = 35 36 * Add sender email,subject in message body 37 * Contact form style changes 38 34 39 = 1.1 = 35 40 -
wpcf/trunk/wpcf.php
r1259173 r1356292 4 4 * Plugin URI: http://learn24bd.com/portfolio/wpcf 5 5 * Description: WPCF (Wordpress Contact Form) is simple contact form. You can add this in any where whare you need it. It support sortcode. 6 * Version: 1.1 6 * Version: 1.1.1 7 7 * Author: Harun 8 8 * Author URI: http://learn24bd.com
Note: See TracChangeset
for help on using the changeset viewer.