Title: aghoshx's Replies | WordPress.org

---

# aghoshx

  [  ](https://wordpress.org/support/users/aghoshx/)

 *   [Profile](https://wordpress.org/support/users/aghoshx/)
 *   [Topics Started](https://wordpress.org/support/users/aghoshx/topics/)
 *   [Replies Created](https://wordpress.org/support/users/aghoshx/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/aghoshx/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/aghoshx/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/aghoshx/engagements/)
 *   [Favorites](https://wordpress.org/support/users/aghoshx/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SWE Country Code Field GF Add-On] Country code is not visible](https://wordpress.org/support/topic/country-code-is-not-visible/)
 *  [aghoshx](https://wordpress.org/support/users/aghoshx/)
 * (@aghoshx)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/country-code-is-not-visible/#post-13738603)
 * The plugin’s JS is not getting triggered after the second render. I fixed this
   by adding the following code to my site’s js file. If you don’t have a js file,
   you can add it within a <script> tag on your footer.php as well.
 *     ```
       jQuery(document).on('gform_post_render', function(event, form_id, current_page){
         jQuery(".swe_gf_phone_with_country_code").intlTelInput();
       });
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ZenCache] Deploying to multiple sites at once](https://wordpress.org/support/topic/deploying-to-multiple-sites-at-once/)
 *  Thread Starter [aghoshx](https://wordpress.org/support/users/aghoshx/)
 * (@aghoshx)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/deploying-to-multiple-sites-at-once/#post-5971595)
 * Awesome mate, following the issue on GitHub now 🙂

Viewing 2 replies - 1 through 2 (of 2 total)