| 1 |
<div class="pro-feature"> |
| 2 |
<div class="pro-feature-inner"> |
| 3 |
<div class="pro-feature-features"> |
| 4 |
<h2>Answer a few questions for us to help us improve the product</h2> |
| 5 |
<p>We're always looking for suggestions to further improve Visualizer. If you'd like to help us, please fill out this <a href="<?php echo VISUALIZER_SURVEY; ?>" target="_blank">survey</a>.</p> |
| 6 |
<?php if ( ! Visualizer_Module::is_pro() ) { ?> |
| 7 |
<p>If your feedback is especially helpful and we choose to do an interview with you to discuss your suggestions, you will even gain a yearly membership for free for your trouble.</p> |
| 8 |
<?php } ?> |
| 9 |
</div> |
| 10 |
<div class="clear"></div> |
| 11 |
</div> |
| 12 |
</div> |
| 13 |
<div class="clear"></div> |
| 14 |
|