Title: jonhs's Replies | WordPress.org

---

# jonhs

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GSheetConnector for CF7 – Connect Contact Form 7 to Google Sheets and Send Form Submissions in Real Time] Leading zeros disappear](https://wordpress.org/support/topic/leading-zeros-disappear/)
 *  Thread Starter [jonhs](https://wordpress.org/support/users/jonhs/)
 * (@jonhs)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/leading-zeros-disappear/#post-10906520)
 * A zip code can look like any of these:
    00123 01234 12345
 * A phone number can be:
    09 12345 +3585012345 0501234567
 * Therefore we can’t predict if the number has any zeros or 1 or 2.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GSheetConnector for CF7 – Connect Contact Form 7 to Google Sheets and Send Form Submissions in Real Time] Leading zeros disappear](https://wordpress.org/support/topic/leading-zeros-disappear/)
 *  Thread Starter [jonhs](https://wordpress.org/support/users/jonhs/)
 * (@jonhs)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/leading-zeros-disappear/#post-10906329)
 * Thanks Abdullah, but I tried all those with no luck.
 * Plain text format works when typing into the Sheet cell, but stops working when
   the plugin saves into info the same cell.
 * Custom number format: I tried different settings, but nothing worked.
 * The zeros are saved in the sheets-document only if I type ‘00123 in the contact
   form. Can’t have the apostrophe pre-filled in my forms.
 * Can’t do anything with Pro version if it has the same problem. Idea is to save
   all forms into 1 sheet.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GSheetConnector for CF7 – Connect Contact Form 7 to Google Sheets and Send Form Submissions in Real Time] Leading zeros disappear](https://wordpress.org/support/topic/leading-zeros-disappear/)
 *  Thread Starter [jonhs](https://wordpress.org/support/users/jonhs/)
 * (@jonhs)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/leading-zeros-disappear/#post-10906248)
 * Any updates/ideas how to save phone numbers and zip codes without losing the 
   leading zeros when saved in Sheets? Major problem, isn’t it?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AddToAny Share Buttons] Shortcode insertion to extras.php help needed](https://wordpress.org/support/topic/shortcode-insertion-to-extras-php-help-needed/)
 *  Thread Starter [jonhs](https://wordpress.org/support/users/jonhs/)
 * (@jonhs)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/shortcode-insertion-to-extras-php-help-needed/#post-9888220)
 * Thank you. Can you advice how to insert shortcode in the below code. See placement
   where it says “SHORTCODE HERE” here:
 *     ```
       function square_boxes_shortcode( $atts, $content = null ) {
   
         $ret = "<p>Text</p>
         <p>Text</p>
       <p><strong>Text</strong><br />
       <div class='btn-varaa'><a href='http://xxx'>Text</a></div>
       <br />
       text</p>
   
         <p><a href='http://xxx'>Text/a></p>
   
       INSERT SHORTCODE HERE
   
       <div class='square-boxes'><div class='square-boxes-wrapper'>";
   
         $k=0;
         while(the_repeater_field('square_boxes', 'options')) {
           $k++;
           $text = get_sub_field('text');
           $lines = 1;
           $lines += substr_count($text, "<br/>");
           $lines += substr_count($text, "<br />");
           $lines += substr_count($text, "<br >");
           $lines += substr_count($text, "<br>");
   
           $ret .= "<div class='square-box box-nth-".($k%3)."'><a href='".get_sub_field('link')."'><span class='text lines-count-".$lines."'>".$text."</span></a></div>";
         }
   
         $ret .= "<div class='clearer'></div></div></div>";
   
         return $ret;
       }
       ```
   
    -  This reply was modified 8 years, 3 months ago by [jonhs](https://wordpress.org/support/users/jonhs/).
    -  This reply was modified 8 years, 3 months ago by [jonhs](https://wordpress.org/support/users/jonhs/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Radio button with 2 labels](https://wordpress.org/support/topic/radio-button-with-2-labels/)
 *  Thread Starter [jonhs](https://wordpress.org/support/users/jonhs/)
 * (@jonhs)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/radio-button-with-2-labels/#post-9877411)
 * Thank you very much!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All-in-One WP Migration and Backup] After successful import site is not imported](https://wordpress.org/support/topic/after-successful-import-site-is-not-imported/)
 *  Thread Starter [jonhs](https://wordpress.org/support/users/jonhs/)
 * (@jonhs)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/after-successful-import-site-is-not-imported/#post-6606658)
 * I have done successful imports in the past, but not anymore.

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