Plugin Directory

Changeset 1356292


Ignore:
Timestamp:
02/23/2016 06:52:59 AM (10 years ago)
Author:
haruncpi
Message:
  • Add sender email,subject in message body
  • Contact form style changes
Location:
wpcf/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wpcf/trunk/css/style.css

    r1259173 r1356292  
    22{
    33    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;
    510   
    611}
  • wpcf/trunk/inc/ajaxWork.php

    r1259173 r1356292  
    3030            $headers .= "Reply-To: <".$email.">\n";
    3131            $body ="Sender : " .$name."\n";
     32            $body ="Sender Email : " .$email."\n";
     33            $body ="Subject : " .$subject."\n";
    3234            $body .="Message :" .$message."\n";
    3335            //mail($mail_to,$subject,$message,$headers);
  • wpcf/trunk/readme.txt

    r1259173 r1356292  
    44Tags: wordpress contact form
    55Requires at least: 3.0
    6 Tested up to: 4.3
    7 Stable tag: 1.1
     6Tested up to: 4.4
     7Stable tag: trunk
    88
    99WPCF is a simple WordPress contact form. You can easily add this in your page,post anywhere with shortcode.
     
    3232== Changelog ==
    3333
     34= 1.1.1 =
     35
     36* Add sender email,subject in message body
     37* Contact form style changes
     38
    3439= 1.1 =
    3540
  • wpcf/trunk/wpcf.php

    r1259173 r1356292  
    44 * Plugin URI: http://learn24bd.com/portfolio/wpcf
    55 * 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
    77 * Author: Harun
    88 * Author URI: http://learn24bd.com
Note: See TracChangeset for help on using the changeset viewer.