footer-new.php
6 years ago
footer.php
6 years ago
functions.php
6 years ago
header-new.php
6 years ago
header.php
6 years ago
modal.php
6 years ago
sidebar.php
6 years ago
uninstallSurveyPopup.php
6 years ago
uninstallSurveyPopup.php
62 lines
| 1 | <div id="bg-deactivation-survey-popup-container" class="bg-deactivation-survey-popup-container is-dismissible" style="display: none;"> |
| 2 | <div class="bg-deactivation-survey-popup-overlay"></div> |
| 3 | |
| 4 | <div class="bg-deactivation-survey-popup-tbl"> |
| 5 | <div class="bg-deactivation-survey-popup-cel"> |
| 6 | <div class="bg-deactivation-survey-popup-content"> |
| 7 | <a href="javascript:void(0)" class="bg-deactivation-survey-popup-cancel"><img src="<?php echo SG_IMAGE_URL."close.png" ?>" class="wp_fm_loader"></a> |
| 8 | <div class="bg-deactivation-survey-popup-inner-content"> |
| 9 | <h3>We are sorry to see that you intend to</h3> |
| 10 | <h3>deactivate BackupGuard plugin.</h3> |
| 11 | <p class="bg-deactivation-survey-popup-desc"> |
| 12 | Please, tell us why you want to deactivate BackupGuard plugin in order to improve our product. |
| 13 | </p> |
| 14 | <form> |
| 15 | <div class="bg-deactivation-survey-popup-form-group"> |
| 16 | <div class="bg-deactivation-survey-popup-form-twocol"> |
| 17 | <input name="bg-deactivation-survey-first-name" id="bg-deactivation-survey-first-name" class="regular-text" type="text" value="" placeholder="First Name"> |
| 18 | <span id="bg-deactivation-survey-first-name-error" class="bg-deactivation-survey-popup-error-message">Please Enter First Name.</span> |
| 19 | </div> |
| 20 | <div class="bg-deactivation-survey-popup-form-twocol"> |
| 21 | <input name="bg-deactivation-survey-last-name" id="bg-deactivation-survey-last-name" class="regular-text" type="text" value="" placeholder="Last Name"> |
| 22 | <span id="bg-deactivation-survey-last-name-error" class="bg-deactivation-survey-popup-error-message">Please Enter Last Name.</span> |
| 23 | </div> |
| 24 | </div> |
| 25 | <div class="bg-deactivation-survey-popup-form-group"> |
| 26 | <div class="bg-deactivation-survey-popup-form-onecol"> |
| 27 | <input name="bg-deactivation-survey-email" id="bg-deactivation-survey-email" class="regular-text" type="text" value="" placeholder="Email Address"> |
| 28 | <span id="bg-deactivation-survey-email-error" class="bg-deactivation-survey-popup-error-message">Please Enter Valid Email Address.</span> |
| 29 | </div> |
| 30 | </div> |
| 31 | <div class="bg-deactivation-survey-popup-form-group"> |
| 32 | <div class="bg-deactivation-survey-popup-form-onecol"> |
| 33 | <select name="bg-deactivation-survey-reason" id="bg-deactivation-survey-reason"> |
| 34 | <option value="">Please Select Deactivation Reason</option> |
| 35 | <option value="It was not what I expected.">It was not what I expected.</option> |
| 36 | <option value="I didn't find it to be useful">I didn't find it to be useful</option> |
| 37 | <option value="I don't like the design of the dashboard">I don't like the design of the dashboard</option> |
| 38 | <option value="Privacy concerns">Privacy concerns</option> |
| 39 | <option value="custom">Performance</option> |
| 40 | <option value="custom">Missing features</option> |
| 41 | <option value="custom">Other</option> |
| 42 | </select> |
| 43 | <span id="bg-deactivation-survey-reason-error" class="bg-deactivation-survey-popup-error-message">Please Select Deactivation Reason.</span> |
| 44 | </div> |
| 45 | </div> |
| 46 | <div class="bg-deactivation-survey-popup-form-group"> |
| 47 | <div class="bg-deactivation-survey-popup-form-onecol"> |
| 48 | <textarea name="bg-deactivation-survey-reason-custom" id="bg-deactivation-survey-reason-custom" class="regular-text" placeholder="Please describe the issue in more details" hidden></textarea> |
| 49 | <span id="bg-deactivation-survey-reason-custom-error" class="bg-deactivation-survey-popup-error-message">Please Enter Deactivation Reason.</span> |
| 50 | </div> |
| 51 | </div> |
| 52 | <div class="bg-deactivation-survey-popup-control-buttons-container"> |
| 53 | <button class="bg-deactivation-survey-result-submit button button-primary">Submit</button> |
| 54 | <button id="bg-skip-and-deactivate" class="bg-deactivation-survey-popup-cancel button button-secondary">Skip and deactivate</button> |
| 55 | </div> |
| 56 | </form> |
| 57 | </div> |
| 58 | </div> |
| 59 | </div> |
| 60 | </div> |
| 61 | </div> |
| 62 |