|
173 | 173 | <span style="color: #999;" class="form-name"> |
174 | 174 | {{ form_title }} |
175 | 175 | </span> |
176 | | - |
| 176 | + |
177 | 177 | <select v-if="Object.keys(forms).length" v-model="selected" @change="status='publish'"> |
178 | 178 | <option :value="form.id" v-for="form in forms">{{ form.name }}</option> |
179 | 179 | </select> |
180 | 180 | </h1> |
| 181 | + <?php if ( ! class_exists( 'WeForms_Pro' ) ) {?> |
| 182 | + <div class="wpuf-premium-cta"> |
| 183 | + <img src="<?php echo plugin_dir_url( dirname( __FILE__ ) ) . 'images/weforms-logo.png'?>"> |
| 184 | + <p><?php _e( 'You're using weForms Free. For more features, modules and more consider upgrading to Pro.' , 'weforms' ); ?></p> |
| 185 | + <a href="https://weformspro.com/get-premium/?utm_source=Entries&utm_medium=Button&utm_campaign=Upgrade%20Now" target="_blank" class="button"><?php _e( 'UPGRADE NOW!' , 'weforms' ); ?></a> |
| 186 | + </div> |
| 187 | + <?php } ?> |
181 | 188 | </div> |
182 | 189 |
|
183 | 190 | <div> |
|
779 | 786 | <div class="contact-form-list"> |
780 | 787 | <h1 class="wp-heading-inline"><?php _e( 'All Forms', 'weforms' ); ?></h1> |
781 | 788 | <a class="page-title-action add-form" herf="#" v-on:click.prevent="displayModal()"><?php _e( 'Add Form', 'weforms' ); ?></a> |
782 | | - |
| 789 | + <?php if ( ! class_exists( 'WeForms_Pro' ) ) {?> |
| 790 | + <div class="wpuf-premium-cta"> |
| 791 | + <img src="<?php echo plugin_dir_url( dirname( __FILE__ ) ) . 'images/weforms-logo.png'?>"> |
| 792 | + <p><?php _e( 'You're using weForms Free. For more features, modules and more consider upgrading to Pro.' , 'weforms' ); ?></p> |
| 793 | + <a href="https://weformspro.com/upgrade-now/?utm_source=All%20Forms&utm_medium=Button&utm_campaign=Upgrade%20Now" target="_blank" class="button"><?php _e( 'UPGRADE NOW!' , 'weforms' ); ?></a> |
| 794 | + </div> |
| 795 | + <?php } ?> |
783 | 796 | <wpuf-template-modal :show.sync="showTemplateModal" :onClose="closeModal"></wpuf-template-modal> |
784 | 797 |
|
785 | 798 | <form-list-table></form-list-table> |
786 | 799 | </div></script> |
787 | 800 |
|
788 | 801 | <script type="text/x-template" id="tmpl-wpuf-tools"> |
789 | 802 | <div class="export-import-wrap"> |
790 | | - |
| 803 | + <h1><?php _e( 'Tools', 'weforms' ); ?></h1> |
| 804 | + <?php if ( ! class_exists( 'WeForms_Pro' ) ) {?> |
| 805 | + <div class="wpuf-premium-cta"> |
| 806 | + <img src="<?php echo plugin_dir_url( dirname( __FILE__ ) ) . 'images/weforms-logo.png'?>"> |
| 807 | + <p><?php _e( 'You're using weForms Free. For more features, modules and more consider upgrading to Pro.' , 'weforms' ); ?></p> |
| 808 | + <a href="https://weformspro.com/get-premium-weforms/?utm_source=Tools&utm_medium=Button&utm_campaign=Upgrade%20Now" target="_blank" class="button"><?php _e( 'UPGRADE NOW!' , 'weforms' ); ?></a> |
| 809 | + </div> |
| 810 | + <?php } ?> |
791 | 811 | <h2 class="nav-tab-wrapper"> |
792 | 812 | <a :class="['nav-tab', isActiveTab( 'export' ) ? 'nav-tab-active' : '']" href="#" v-on:click.prevent="makeActive('export')"><?php _e( 'Export', 'wpuf' ); ?></a> |
793 | 813 | <a :class="['nav-tab', isActiveTab( 'import' ) ? 'nav-tab-active' : '']" href="#" v-on:click.prevent="makeActive('import')"><?php _e( 'Import', 'wpuf' ); ?></a> |
|
1063 | 1083 | </div> |
1064 | 1084 | </script> |
1065 | 1085 |
|
| 1086 | +<script type="text/x-template" id="tmpl-wpuf-weforms-page-privacy"> |
| 1087 | +<div class="wpuf-privacy-page"> |
| 1088 | + |
| 1089 | +<h1><?php _e('Privacy' , 'weforms'); ?></h1> |
| 1090 | + |
| 1091 | +<h2><?php _e( 'Your website may need a Privacy Policy by law' , 'weforms' ); ?></h2> |
| 1092 | + |
| 1093 | +<p><?php _e( 'We at weForms take privacy law compliance seriously, and we want our customers to know just how important it is for them as well.', 'weforms' ); ?></p> |
| 1094 | + |
| 1095 | +<p><?php _e( 'Because you are implementing a contact form, that means you may be collecting the Personally Identifiable Information (PII) of individuals. This means that there may be privacy laws that apply to your website that require you to have a Privacy Policy. It is important to understand that if your website collects PII from users outside of your jurisdiction, you still may need to comply with the privacy laws of other states and countries. Please note that non-compliance may put you in danger of significant privacy related fines and lawsuits.' , 'weforms' ); ?></p> |
| 1096 | + |
| 1097 | +<p><?php _e( 'If you do not have a Privacy Policy or are unsure if yours is up to date and compliant, we encourage you to generate one with our partner, Termageddon. Termageddon is a generator of Privacy Policies, Terms & Conditions and more. They monitor privacy laws for you and update your Privacy Policy when new disclosures are required.' , 'weforms' ); ?></p> |
| 1098 | + |
| 1099 | +<p><?php _e( 'If you decide Termageddon is a good solution for your website, use the promo code <strong>WEFORMS</strong> for 10% off your first purchase at checkout. More information on Termageddon can be found <a href="https://app.termageddon.com/?fp_ref=weforms" target="_blank">here</a>.' , 'weforms' ); ?></p> |
| 1100 | + |
| 1101 | +<p><?php _e( 'If you own a web design, web development or digital marketing company, check out <a href="https://termageddon.com/agency-partners/" target="_blank">Termageddon's agency partner program</a>, where you can offer Termageddon licenses to your clients, helping them stay compliant with privacy laws.' , 'weforms' ); ?></p> |
| 1102 | + |
| 1103 | +<h2><?php _e( 'How to add Privacy Policy consent to your forms' , 'weforms' ); ?></h2> |
| 1104 | + |
| 1105 | +<p><?php _e( 'Adding a Privacy Policy consent checkbox is your forms is simple. All you will need is the weForms plugin and an existing /privacy-policy page.' , 'weforms' ); ?></p> |
| 1106 | + |
| 1107 | +<ol> |
| 1108 | + <li><?php _e( '"Edit" the respective form that you'd like to add a consent checkbox to.' , 'weforms' ); ?></li> |
| 1109 | + <li><?php _e( 'Click 'checkbox' so that it is added to the bottom of your form.' , 'weforms' ); ?></li> |
| 1110 | + <li><?php _e( '"Edit" the consent checkbox, remove the 'Field Label', and replace 'Option' with 'INSERT YOUR "I AGREE" LANGUAGE HERE AND PROVIDE A LINK TO YOUR PRIVACY POLICY'.' , 'weforms' ); ?></li> |
| 1111 | +</ol> |
| 1112 | + |
| 1113 | +</div> |
| 1114 | +</script> |
| 1115 | + |
1066 | 1116 | <script type="text/x-template" id="tmpl-wpuf-weforms-premium"> |
1067 | 1117 | <div class="weforms-premium"> |
1068 | 1118 | <?php |
|
1092 | 1142 | <p><?php _e( 'Upgrade to the premium versions of weForms and <br>unlock even more useful features.' ); ?></p> |
1093 | 1143 | </div> |
1094 | 1144 | <div class="banner-buttons"> |
1095 | | - <a href="https://weformspro.com/pricing" class="wf-btn wf-btn-primary" target="_blank"><?php _e( 'Buy Now', 'weforms' ); ?></a> |
| 1145 | + <a href="https://weformspro.com/premium/?utm_source=Premium%20Page&utm_medium=Top%20Button&utm_campaign=Buy%20Now" class="wf-btn wf-btn-primary" target="_blank"><?php _e( 'Buy Now', 'weforms' ); ?></a> |
1096 | 1146 | <a href="https://weformspro.com/docs/" class="wf-btn wf-btn-default" target="_blank"><?php _e( 'Read Full Guide', 'weforms' ); ?></a> |
1097 | 1147 | </div> |
1098 | 1148 | </div><!-- end banner left column --> |
|
1318 | 1368 | </div> |
1319 | 1369 | </div> |
1320 | 1370 | <div class="import-right"> |
1321 | | - <a href="https://weformspro.com/pricing" target="_blank" class="wf-btn wf-btn-primary wf-btn-lg"><?php _e( 'Upgrade Now', 'weforms' ); ?></a> |
| 1371 | + <a href="https://weformspro.com/upgrade/?utm_source=Premium%20Page&utm_medium=Bottom%20Button&utm_campaign=Upgrade%20Now" target="_blank" class="wf-btn wf-btn-primary wf-btn-lg"><?php _e( 'Upgrade Now', 'weforms' ); ?></a> |
1322 | 1372 | </div> |
1323 | 1373 | </div> |
1324 | 1374 | </section><!-- end footer section --> |
|
1330 | 1380 | <div class="weforms-settings clearfix" id="weforms-settings"> |
1331 | 1381 |
|
1332 | 1382 | <h1><?php _e( 'Settings', 'weforms' ); ?></h1> |
| 1383 | + <?php if ( ! class_exists( 'WeForms_Pro' ) ) {?> |
| 1384 | + <div class="wpuf-premium-cta"> |
| 1385 | + <img src="<?php echo plugin_dir_url( dirname( __FILE__ ) ) . 'images/weforms-logo.png'?>"> |
| 1386 | + <p><?php _e( 'You're using weForms Free. For more features, modules and more consider upgrading to Pro.' , 'weforms' ); ?></p> |
| 1387 | + <a href="https://weformspro.com/premium-weforms/?utm_source=Settings&utm_medium=Button&utm_campaign=Upgrade%20Now" target="_blank" class="button"><?php _e( 'UPGRADE NOW!' , 'weforms' ); ?></a> |
| 1388 | + </div> |
| 1389 | + <?php } ?> |
1333 | 1390 | <div id="weforms-settings-tabs-warp" class="<?php echo !function_exists( 'weforms_pro' ) ? 'weforms-pro-deactivate' : ''; ?>"> |
1334 | 1391 | <div id="weforms-settings-tabs"> |
1335 | 1392 | <ul> |
|
0 commit comments