PluginProbe
404 Solution / 4.3.3
404 Solution v4.3.3
4.3.5 4.3.4 4.3.3 4.3.2 4.3.1 4.3.0 4.2.0 4.1.19 4.1.18 4.1.17 4.1.16 4.1.15 4.1.13 4.1.12 4.1.11 4.1.10 4.1.9 4.1.8 4.1.7 4.1.6 4.1.5 4.1.4 4.1.3 trunk 2.30.0 All 109 releases
404-solution / includes / html / feedbackFormNotice.html

feedbackFormNotice.html in 404 Solution 4.3.3, at includes/html/feedbackFormNotice.html

26 lines 2.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="notice notice-warning abj404-review-notice">
2 <a href="{close_url}" class="abj404-review-notice-close" aria-label="Close review prompt" title="Hide this for now">×</a>
3 <p><strong>We'd love to hear what we can improve</strong></p>
4 <p>Your feedback is valuable! Please let us know what would make 404 Solution better for you.</p>
5 <div class="abj404-review-feedback-form" style="margin-top: 15px;">
6 {nonce_field}
7 <p><strong>What needs improvement? (select all that apply)</strong></p>
8 <p style="margin-left: 10px;">
9 <label style="display: block; margin: 8px 0;"><input type="checkbox" name="feedback_issues[]" value="performance"> It's slowing down my site</label>
10 <label style="display: block; margin: 8px 0;"><input type="checkbox" name="feedback_issues[]" value="redirects_not_working"> The redirects aren't working well</label>
11 <label style="display: block; margin: 8px 0;"><input type="checkbox" name="feedback_issues[]" value="too_many_redirects"> Creating too many automatic redirects</label>
12 <label style="display: block; margin: 8px 0;"><input type="checkbox" name="feedback_issues[]" value="interface_confusing"> The interface is confusing</label>
13 <label style="display: block; margin: 8px 0;"><input type="checkbox" name="feedback_issues[]" value="missing_features"> Missing features I need</label>
14 <label style="display: block; margin: 8px 0;"><input type="checkbox" name="feedback_issues[]" value="bugs_errors"> I encountered bugs or errors</label>
15 <label style="display: block; margin: 8px 0;"><input type="checkbox" name="feedback_issues[]" value="documentation"> Documentation is unclear</label>
16 <label style="display: block; margin: 8px 0;"><input type="checkbox" name="feedback_issues[]" value="other"> Other</label>
17 </p>
18 <p><strong>Please tell us more:</strong></p>
19 <p><textarea name="feedback_details" rows="5" style="width: 100%; max-width: 600px;" placeholder="What specific improvements would you like to see? The more detail you provide, the better we can help."></textarea></p>
20 <p>
21 <button type="button" class="button button-primary abj404-submit-feedback" style="margin-right: 15px;">Submit Feedback</button>
22 <a href="{never_url}" style="text-decoration: none; color: var(--abj404-text-muted);">Never ask again</a>
23 </p>
24 </div>
25 </div>
26