Plugin Directory

Changeset 2007700


Ignore:
Timestamp:
01/07/2019 12:08:19 PM (7 years ago)
Author:
slashdigital
Message:

text style changes2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lead-overview/trunk/readme.txt

    r2007698 r2007700  
    2727
    2828== Installation ==
    29 *1. From Wordpress*
     29**1. From Wordpress**
    3030---------------------
    3131- Visit ‘Plugins > Add New’
    3232- Search for ‘CRM Lead Tracking’ OR upload the .zip archive
    3333- Click Install and then Activate
    34 - Go to “Setup” section below.
     34- Go to **Setup** section below.
    3535
    36 *2. Manually*
     36**2. Manually**
    3737--------------
    38 - Upload the .zip archive to /wp-content/plugins/ folder and unzip it OR upload already unzipped folder with all the files (if your hosting doesn\'t allow to unzip archives in the file manager)
     38- Upload the .zip archive to */wp-content/plugins/* folder and unzip it OR upload already unzipped folder with all the files (if your hosting doesn\'t allow to unzip archives in the file manager)
    3939- Activate the CRM Lead Tracking plugin through the ‘Plugins’ menu in WordPress
    40 - Go to “Setup” section below.
     40- Go to **Setup** section below.
    4141
    42 *Setup*
     42**Setup**
    4343---------
    4444- Go to the Contact > Contact forms
    4545- Click on Edit on the form you want to be tracking leads from
    4646- Add the shortcode on the very top (before all the labels)
    47 `\[lead_overview\]`
     47
     48`[lead_overview]`
    4849- Change your text fields shortcodes from the default your- prefix
    49 `\[text* your-name]\`
     50
     51`[text* your-name]`
     52
    5053to first- prefix
    51 `\[text* first-name]\`
     54`[text* first-name]`
    5255
    5356So in the end it should look like this:
    54 `\[lead_overview\]
     57
     58`[lead_overview]
    5559 Your Name (required)
    56     \[text* first-name\]
     60    [text* first-name]
    5761 Last Name (required)
    58     \[text* last-name\]
     62    [text* last-name]
    5963 Your Email (required)
    60     \[email* your-email\]
     64    [email* your-email]
    6165 Subject
    62     \[text your-subject\]
     66    [text your-subject]
    6367 Your Message
    64     \[textarea your-message\]
     68    [textarea your-message]
    6569
    66 \[submit \"Send\"\]`
     70[submit \"Send\"]`
    6771
    68 →  That\'s it. You are ready to track your leads.
     72**That\'s it.** You are ready to track your leads.
    6973They will appear in the Lead Overview menu.
    7074
     
    8286Make sure you added the top shortcode and updated the shortcode prefixes in the Contact Form 7 form settings.
    8387
    84 `\[lead_overview\]
     88`[lead_overview]
    8589 Your Name (required)
    86     \[text* first-name\]
     90    [text* first-name]
    8791 Last Name (required)
    88     \[text* last-name\]
     92    [text* last-name]
    8993 Your Email (required)
    90     \[email* your-email\]
     94    [email* your-email]
    9195 Subject
    92     \[text your-subject\]
     96    [text your-subject]
    9397 Your Message
    94     \[textarea your-message\]
     98    [textarea your-message]
    9599
    96 \[submit \"Send\"\]`
     100[submit \"Send\"]`
    97101
    98102For more details see Setup section in Installation.
Note: See TracChangeset for help on using the changeset viewer.