Title: Perfect tool for complex forms &lt;3
Last modified: September 16, 2019

---

# Perfect tool for complex forms <3

 *  [wpjugglemaster](https://wordpress.org/support/users/wpjugglemaster/)
 * (@wpjugglemaster)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/perfect-tool-for-complex-forms-3/)
 * Very great plugin !!! I’ve been using it on many WordPress sites, and still working
   like a charm. If you have trouble sending emails, you have to refer to your mail
   server.
 * Here’s an small evolution if your PHP configuration contains the GeoIP module(
   like automatically with the French provider Gandi), and if you want the extended
   phone field to be automatically filled with the user country code :
 *     ```
       add_filter('caldera_forms_phone_js_options', function($options) {
       		$options['initialCountry'] = (isset($_SERVER['HTTP_X_COUNTRY_CODE']) 
       			? $_SERVER['HTTP_X_COUNTRY_CODE'] 
       			: <default value>);
       		return $options;
       	}
       );
       ```
   

The topic ‘Perfect tool for complex forms <3’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/caldera-forms_475846.svg)
 * [Caldera Forms - More Than Contact Forms](https://wordpress.org/plugins/caldera-forms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/caldera-forms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/caldera-forms/)
 * [Active Topics](https://wordpress.org/support/plugin/caldera-forms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/caldera-forms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/caldera-forms/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [wpjugglemaster](https://wordpress.org/support/users/wpjugglemaster/)
 * Last activity: [6 years, 9 months ago](https://wordpress.org/support/topic/perfect-tool-for-complex-forms-3/)