Changeset 2007698
- Timestamp:
- 01/07/2019 12:02:48 PM (7 years ago)
- File:
-
- 1 edited
-
lead-overview/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lead-overview/trunk/readme.txt
r2007684 r2007698 24 24 Combined with a simple export functionality into a csv file you are able to do further processing of your high quality leads. 25 25 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/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/](https://wordpress.org/plugins/contact-form-7/) 27 27 28 28 == Installation == 29 From Wordpress 29 *1. From Wordpress* 30 30 --------------------- 31 31 - Visit ‘Plugins > Add New’ … … 34 34 - Go to “Setup” section below. 35 35 36 Manually 36 *2. Manually* 37 37 -------------- 38 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) … … 40 40 - Go to “Setup” section below. 41 41 42 Setup 42 *Setup* 43 43 --------- 44 44 - Go to the Contact > Contact forms 45 45 - Click on Edit on the form you want to be tracking leads from 46 46 - Add the shortcode on the very top (before all the labels) 47 ` [lead_overview]`47 `\[lead_overview\]` 48 48 - Change your text fields shortcodes from the default your- prefix 49 ` [text* your-name]`49 `\[text* your-name]\` 50 50 to first- prefix 51 ` [text* first-name]`51 `\[text* first-name]\` 52 52 53 53 So in the end it should look like this: 54 ` [lead_overview]54 `\[lead_overview\] 55 55 Your Name (required) 56 [text* first-name]56 \[text* first-name\] 57 57 Last Name (required) 58 [text* last-name]58 \[text* last-name\] 59 59 Your Email (required) 60 [email* your-email]60 \[email* your-email\] 61 61 Subject 62 [text your-subject]62 \[text your-subject\] 63 63 Your Message 64 [textarea your-message]64 \[textarea your-message\] 65 65 66 [submit \"Send\"]`66 \[submit \"Send\"\]` 67 67 68 68 → That\'s it. You are ready to track your leads. … … 76 76 utm_campaign=spring_sale, etc. 77 77 keyword=example_keyword 78 We recommend to use the url builder from google https://ga-dev-tools.appspot.com/campaign-url-builder/78 We 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/) 79 79 80 >== Frequently Asked Questions ==80 == Frequently Asked Questions == 81 81 = 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.82 Make sure you added the top shortcode and updated the shortcode prefixes in the Contact Form 7 form settings. 83 83 84 ` [lead_overview]84 `\[lead_overview\] 85 85 Your Name (required) 86 [text* first-name]86 \[text* first-name\] 87 87 Last Name (required) 88 [text* last-name]88 \[text* last-name\] 89 89 Your Email (required) 90 [email* your-email]90 \[email* your-email\] 91 91 Subject 92 [text your-subject]92 \[text your-subject\] 93 93 Your Message 94 [textarea your-message]94 \[textarea your-message\] 95 95 96 [submit \"Send\"]`96 \[submit \"Send\"\]` 97 97 98 98 For more details see Setup section in Installation.
Note: See TracChangeset
for help on using the changeset viewer.