Plugin Directory

Changeset 2007698


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

text styling updates

File:
1 edited

Legend:

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

    r2007684 r2007698  
    2424Combined with a simple export functionality into a csv file you are able to do further processing of your high quality leads.
    2525
    26 Important: This plugin works only in combination with the contact form 7 plugin, one of the most famous plugins on wordpress (5+ million installations), you can download here: https://wordpress.org/plugins/contact-form-7/
     26Important: This plugin works only in combination with the contact form 7 plugin, one of the most famous plugins on wordpress (5+ million installations), you can download here: [https://wordpress.org/plugins/contact-form-7/](https://wordpress.org/plugins/contact-form-7/)
    2727
    2828== Installation ==
    29 From Wordpress
     29*1. From Wordpress*
    3030---------------------
    3131- Visit ‘Plugins > Add New’
     
    3434- Go to “Setup” section below.
    3535
    36 Manually
     36*2. Manually*
    3737--------------
    3838- 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)
     
    4040- 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`\[lead_overview\]`
    4848- Change your text fields shortcodes from the default your- prefix
    49 `[text* your-name]`
     49`\[text* your-name]\`
    5050to first- prefix
    51 `[text* first-name]`
     51`\[text* first-name]\`
    5252
    5353So in the end it should look like this:
    54 `[lead_overview]
     54`\[lead_overview\]
    5555 Your Name (required)
    56     [text* first-name]
     56    \[text* first-name\]
    5757 Last Name (required)
    58     [text* last-name]
     58    \[text* last-name\]
    5959 Your Email (required)
    60     [email* your-email]
     60    \[email* your-email\]
    6161 Subject
    62     [text your-subject]
     62    \[text your-subject\]
    6363 Your Message
    64     [textarea your-message]
     64    \[textarea your-message\]
    6565
    66 [submit \"Send\"]`
     66\[submit \"Send\"\]`
    6767
    6868→  That\'s it. You are ready to track your leads.
     
    7676utm_campaign=spring_sale, etc.
    7777keyword=example_keyword
    78 We recommend to use the url builder from google https://ga-dev-tools.appspot.com/campaign-url-builder/
     78We recommend to use the url builder from google: [https://ga-dev-tools.appspot.com/campaign-url-builder/](https://ga-dev-tools.appspot.com/campaign-url-builder/)
    7979
    80 >== Frequently Asked Questions ==
     80== Frequently Asked Questions ==
    8181= I submit a form but nothing appears in the Lead Overview? =
    82 make sure you added the top shortcode and updated the shortcode prefixes in the Contact Form 7 form settings.
     82Make sure you added the top shortcode and updated the shortcode prefixes in the Contact Form 7 form settings.
    8383
    84 `[lead_overview]
     84`\[lead_overview\]
    8585 Your Name (required)
    86     [text* first-name]
     86    \[text* first-name\]
    8787 Last Name (required)
    88     [text* last-name]
     88    \[text* last-name\]
    8989 Your Email (required)
    90     [email* your-email]
     90    \[email* your-email\]
    9191 Subject
    92     [text your-subject]
     92    \[text your-subject\]
    9393 Your Message
    94     [textarea your-message]
     94    \[textarea your-message\]
    9595
    96 [submit \"Send\"]`
     96\[submit \"Send\"\]`
    9797
    9898For more details see Setup section in Installation.
Note: See TracChangeset for help on using the changeset viewer.