| 1 |
<div class="weforms-help-page"> |
| 2 |
|
| 3 |
<div class="help-block"> |
| 4 |
<img src="<?php echo WEFORMS_ASSET_URI; ?>/images/help/docs.svg" alt="<?php esc_attr_e( 'Looking for Something?', 'weforms' ); ?>"> |
| 5 |
|
| 6 |
<h3><?php _e( 'Looking for Something?', 'weforms' ); ?></h3> |
| 7 |
|
| 8 |
<p><?php _e( 'We have detailed documentation on every aspects of weForms.', 'weforms' ); ?></p> |
| 9 |
|
| 10 |
<a target="_blank" class="button button-primary" href="https://wedevs.com/docs/weforms/?utm_source=weforms-help-page&utm_medium=help-block&utm_campaign=plugin-docs-link"><?php _e( 'Visit the Plugin Documentation', 'weforms' ); ?></a> |
| 11 |
</div> |
| 12 |
|
| 13 |
<div class="help-block"> |
| 14 |
<img src="<?php echo WEFORMS_ASSET_URI; ?>/images/help/support.svg" alt="<?php esc_attr_e( 'Need Any Assistance?', 'weforms' ); ?>"> |
| 15 |
|
| 16 |
<h3><?php _e( 'Need Any Assistance?', 'weforms' ); ?></h3> |
| 17 |
|
| 18 |
<p><?php _e( 'Our EXPERT Support Team is always ready to Help you out.', 'weforms' ); ?></p> |
| 19 |
|
| 20 |
<a target="_blank" class="button button-primary" href="https://wedevs.com/account/tickets/?utm_source=weforms-help-page&utm_medium=help-block&utm_campaign=need-assistance"><?php _e( 'Contact Support', 'weforms' ); ?></a> |
| 21 |
</div> |
| 22 |
|
| 23 |
<div class="help-block"> |
| 24 |
<img src="<?php echo WEFORMS_ASSET_URI; ?>/images/help/bugs.svg" alt="<?php esc_attr_e( 'Found Any Bugs?', 'weforms' ); ?>"> |
| 25 |
|
| 26 |
<h3><?php _e( 'Found Any Bugs?', 'weforms' ); ?></h3> |
| 27 |
|
| 28 |
<p><?php _e( 'Report any Bug that you Discovered, Get Instant Solutions.', 'weforms' ); ?></p> |
| 29 |
|
| 30 |
<a target="_blank" class="button button-primary" href="https://github.com/weDevsOfficial/weforms"><?php _e( 'Report to GitHub', 'weforms' ); ?></a> |
| 31 |
</div> |
| 32 |
|
| 33 |
<div class="help-block"> |
| 34 |
<img src="<?php echo WEFORMS_ASSET_URI; ?>/images/help/customization.svg" alt="<?php esc_attr_e( 'Require Customization?', 'weforms' ); ?>"> |
| 35 |
|
| 36 |
<h3><?php _e( 'Require Customization?', 'weforms' ); ?></h3> |
| 37 |
|
| 38 |
<p><?php _e( 'We would Love to hear your Integration and Customization Ideas.', 'weforms' ); ?></p> |
| 39 |
|
| 40 |
<a target="_blank" class="button button-primary" href="https://wedevs.com/contact/?utm_source=weforms-help-page&utm_medium=help-block&utm_campaign=requires-customization"><?php _e( 'Contact Our Services', 'weforms' ); ?></a> |
| 41 |
</div> |
| 42 |
|
| 43 |
<div class="help-block"> |
| 44 |
<img src="<?php echo WEFORMS_ASSET_URI; ?>/images/help/like.svg" alt="<?php esc_attr_e( 'Like The Plugin?', 'weforms' ); ?>"> |
| 45 |
|
| 46 |
<h3><?php _e( 'Like The Plugin?', 'weforms' ); ?></h3> |
| 47 |
|
| 48 |
<p><?php _e( 'Your Review is very important to us as it helps us to grow more.', 'weforms' ); ?></p> |
| 49 |
|
| 50 |
<a target="_blank" class="button button-primary" href="https://wordpress.org/support/plugin/weforms/reviews/?rate=5#new-post"><?php _e( 'Review Us on WP.org', 'weforms' ); ?></a> |
| 51 |
</div> |
| 52 |
</div> |