<?php
/**
* Support page -- support info tab view
*
* @package Caldera_Forms
* @author Josh Pollock <[email protected]>
* @license GPL-2.0+
* @link
* @copyright 2016 CalderaWP LLC
*/
?>
<h2>
<?php esc_html_e( 'Caldera Forms Support', 'caldera-forms' ); ?>
</h2>
<p>
<?php esc_html_e( 'Caldera Forms is free to use, if you need any help, we provide services to ensure you can get the most out of Caldera Forms.', 'caldera-forms' ); ?></p>
<ul>
<li>
<strong><?php esc_html_e( 'Priority Support', 'caldera-forms' ); ?></strong> - <?php esc_html_e( 'Direct support from our team, your questions answered within one business day.', 'caldera-forms' ); ?> <a href="https://calderaforms.com/support#priority-support" rel="nofollow"><?php esc_html_e( 'Learn More', 'caldera-forms' ); ?></a>
</li>
<li>
<strong><?php esc_html_e( 'Form Creation', 'caldera-forms' ); ?></strong> - <?php esc_html_e( 'Got a really trick form and not a lot of time?', 'caldera-forms' ); ?> <a href="https://calderaforms.com/caldera-forms-services#cf-dfy" rel="nofollow"><?php esc_html_e( 'We can help', 'caldera-forms' ); ?></a></li>
<li><strong><?php esc_html_e( 'Customization', 'caldera-forms' ); ?></strong> - <?php esc_html_e( 'Need an integration with a third-party service or to modify the default of Caldera Forms or to do something else special?', 'caldera-forms' ); ?> <a href="https://calderaforms.com/caldera-forms-services#cf-custom-code" rel="nofollow"><?php esc_html_e( 'Let us write you some code for you', 'caldera-forms' ); ?></a></li>
</ul>
|