AdditionalOptions.xtpl
2 months ago
CampaignInfo-Private.xtpl
6 years ago
CampaignInfo-Public.xtpl
6 years ago
CampaignsSettings.xtpl
6 years ago
ClickTrackingSettings.xtpl
6 years ago
ContactForm7Config.xtpl
4 years ago
Debugging.xtpl
2 months ago
EDD.xtpl
4 years ago
GeneralSettings.xtpl
2 months ago
IntegrationsConfig.xtpl
2 months ago
LifterLMSConfig.xtpl
4 years ago
MarketpressConfig.xtpl
6 years ago
MemberPressConfig.xtpl
6 years ago
Membership2Config.xtpl
6 years ago
PMProConfig.xtpl
1 year ago
PPBuyNowButtonConfig.xtpl
6 years ago
RestrictContentProConfig.xtpl
4 years ago
S2MemberConfig.xtpl
6 years ago
SignupSettings.xtpl
2 months ago
SignupSettingsNoSession.xtpl
6 years ago
SimplePayProConfig.xtpl
6 years ago
StripePaymentsConfig.xtpl
6 years ago
SureCartConfig.xtpl
1 year ago
WLMConfig.xtpl
6 years ago
WPEasyCartConfig.xtpl
6 years ago
WPPayFormsConfig.xtpl
5 years ago
WooCommConfig.xtpl
1 year ago
ContactForm7Config.xtpl
79 lines
| 1 | <!-- BEGIN: main --> |
| 2 | <div class="wrap"> |
| 3 | <img class="integrationsTitleImage" src="../wp-content/plugins/postaffiliatepro/resources/img/cf7.png" alt="Contact Form 7 logo" /> |
| 4 | <h2>Contact form 7 contact commission options</h2> |
| 5 | Here you can setup commission which will be registered in Post Affiliate Pro after someone fills contact form and send it |
| 6 | {form.head} |
| 7 | {settings} |
| 8 | <table class="form-table"> |
| 9 | {contact7-signup-note} |
| 10 | <tr valign="top"> |
| 11 | <th colspan="2" scope="row" class="heading">Form</th> |
| 12 | <td>{contact7-contact-commission-form}</td> |
| 13 | <td class="greyNote">One of Contact form 7 forms collection</td> |
| 14 | </tr> |
| 15 | <tr valign="top"> |
| 16 | <th colspan="2" scope="row" class="heading">Custom commission amount</th> |
| 17 | <td>{contact7-contact-commission-amount}</td> |
| 18 | <td class="greyNote">Amount of commission for this lead/action</td> |
| 19 | </tr> |
| 20 | <tr valign="top"> |
| 21 | <th colspan="2" scope="row" class="heading">Campaign</th> |
| 22 | <td>{contact7-contact-commission-campaign}</td> |
| 23 | <td class="greyNote">Register commission to specified campaign</td> |
| 24 | </tr> |
| 25 | <tr valign="top"> |
| 26 | <th colspan="2" scope="row" class="heading">Track each form as a separate action</th> |
| 27 | <td>{contact7-contact-separate-actions}</td> |
| 28 | <td class="greyNote">When enabled each form will be tracked as an action, form ID will be used for action code.</td> |
| 29 | </tr> |
| 30 | <tr valign="top"> |
| 31 | <th colspan="2" scope="row" class="heading">Action commission code</th> |
| 32 | <td>{contact7-contact-commission-type}</td> |
| 33 | <td class="greyNote">If you want to track an action commission instead of 'per sale' type, add your action commission 'code' here. Use this option with a campaign specified in the above setting. Leave empty if you prefer 'per sale'</td> |
| 34 | </tr> |
| 35 | <tr valign="top"> |
| 36 | <th colspan="2" scope="row" class="heading">Store form</th> |
| 37 | <td>{contact7-contact-commission-store-form}</td> |
| 38 | <td class="greyNote">Store form data in data1 field with transaction (format field1_name: value1, field2_name: value2, ...)</td> |
| 39 | </tr> |
| 40 | <tr valign="top"> |
| 41 | <th colspan="2" scope="row" class="heading">Email as order ID</th> |
| 42 | <td>{contact7-contact-email-as-orderid}</td> |
| 43 | <td class="greyNote">This will try to find an email address of submission sender and set it as order ID</td> |
| 44 | </tr> |
| 45 | <tr valign="top"> |
| 46 | <th colspan="2" scope="row" class="heading">Product ID</th> |
| 47 | <td>{contact7-prodid}</td> |
| 48 | <td class="greyNote">Insert the "Name" of the form's field whose value you'd like to save as product ID. When left empty the form's title will be used.</td> |
| 49 | </tr> |
| 50 | <tr valign="top"> |
| 51 | <th colspan="2" scope="row" class="heading">Data 2</th> |
| 52 | <td>{contact7-data2}</td> |
| 53 | <td class="greyNote">Insert the "Name" of the form's field whose value you'd like to save to this commission field.</td> |
| 54 | </tr> |
| 55 | <tr valign="top"> |
| 56 | <th colspan="2" scope="row" class="heading">Data 3</th> |
| 57 | <td>{contact7-data3}</td> |
| 58 | <td class="greyNote">Insert the "Name" of the form's field whose value you'd like to save to this commission field.</td> |
| 59 | </tr> |
| 60 | <tr valign="top"> |
| 61 | <th colspan="2" scope="row" class="heading">Data 4</th> |
| 62 | <td>{contact7-data4}</td> |
| 63 | <td class="greyNote">Insert the "Name" of the form's field whose value you'd like to save to this commission field.</td> |
| 64 | </tr> |
| 65 | <tr valign="top"> |
| 66 | <th colspan="2" scope="row" class="heading">Data 5</th> |
| 67 | <td>{contact7-data5}</td> |
| 68 | <td class="greyNote">Insert the "Name" of the form's field whose value you'd like to save to this commission field.</td> |
| 69 | </tr> |
| 70 | <tr> |
| 71 | <td colspan="2" class="formBottomNote">See <a href='http://contactform7.com/'>Contact form 7 web</a> for more info</td> |
| 72 | </tr> |
| 73 | </table> |
| 74 | <p class="submit"> |
| 75 | {submit} |
| 76 | </p> |
| 77 | {form.tail} |
| 78 | </div> |
| 79 | <!-- END: main --> |