| 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 |
|