Title: mtgagents2021's Replies | WordPress.org

---

# mtgagents2021

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 40 total)

1 [2](https://wordpress.org/support/users/mtgagents2021/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/mtgagents2021/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/mtgagents2021/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Display Variation Based On Date Selected](https://wordpress.org/support/topic/display-variation-based-on-date-selected/)
 *  Thread Starter [mtgagents2021](https://wordpress.org/support/users/mtgagents2021/)
 * (@mtgagents2021)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/display-variation-based-on-date-selected/#post-17493959)
 * Hi,
   Thanks for this recommendation. I’ll take a look at that extension and see
   if it’ll work with our single products that have these multiple variations or
   if we need to complete set up the products as new.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Display Variation Based On Date Selected](https://wordpress.org/support/topic/display-variation-based-on-date-selected/)
 *  Thread Starter [mtgagents2021](https://wordpress.org/support/users/mtgagents2021/)
 * (@mtgagents2021)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/display-variation-based-on-date-selected/#post-17489861)
 * Hi,
 * So the product is a virtual entrance ticket and there are 48 variations. Each
   variation is basically a duration and a season i.e 2-Day Entry Low Season, 3-
   Day Entry Regular Season, 4-Day Entry Peak Season etc with two attributes Adult,
   Child.
 * I need to be able to assign each variation various dates throughout the year 
   that that individual variation is available for purchase, hiding the other variations
   not set those dates.
 * Example: Customer picks a start date of Aug 1st from a calendar or a set of dropdowns
   etc – the only options that would then be displayed would be the Adult & Child
   variations for 2-Day Peak, 3-Day Peak, 4-Peak & 4-Day Special Peak.
 * Hope that makes sense.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cost Calculator Builder] Change ‘Make Order’ Button Text](https://wordpress.org/support/topic/change-make-order-button-text/)
 *  Thread Starter [mtgagents2021](https://wordpress.org/support/users/mtgagents2021/)
 * (@mtgagents2021)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/change-make-order-button-text/#post-17116088)
 * We had our own contact form option on there so that button wasn’t showing. Changed
   back to default and now can change the button text.
 * Many Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP User Manager - User Profile Builder & Membership] Latest Version Drops All User Capabilities Set](https://wordpress.org/support/topic/latest-version-drops-all-user-capabilities-set/)
 *  Thread Starter [mtgagents2021](https://wordpress.org/support/users/mtgagents2021/)
 * (@mtgagents2021)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/latest-version-drops-all-user-capabilities-set/#post-17002852)
 * Yes, currently on Version 2.7.1 and any update there after appears to drop the
   capabilities set, for example we us capabilities to control what menu items different
   logged in agents can see. When I update, every single menu item becomes available
   so its no longer responding to those capability settings.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Remove comma value seperator](https://wordpress.org/support/topic/remove-comma-value-seperator/)
 *  Thread Starter [mtgagents2021](https://wordpress.org/support/users/mtgagents2021/)
 * (@mtgagents2021)
 * [3 years ago](https://wordpress.org/support/topic/remove-comma-value-seperator/#post-16861775)
 *     ```wp-block-code
       add_filter( 'wpcf7_mail_tag_replaced', 
   
         function( $replaced, $submitted, $html, $mail_tag ) {
   
           //   only use a specific field
           if ( 'your-fruit' == $mail_tag->field_name() ) {
   
               // create a string from the $submitted array    
               $new_string = implode(',',  $submitted);
   
               // now replace the commas in the new string
               $replaced = str_replace(',',' ', $new_string );
   
           }
   
           // return the updated field 
           return $replaced;
         },
   
         10, 4
       );
       ```
   
 * This is the code to remove the comma !! –
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Remove comma value seperator](https://wordpress.org/support/topic/remove-comma-value-seperator/)
 *  Thread Starter [mtgagents2021](https://wordpress.org/support/users/mtgagents2021/)
 * (@mtgagents2021)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/remove-comma-value-seperator/#post-16789299)
 * Still waiting for clarification on **REMOVING **the comma from checkbox and select
   outputs ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] REMOVE Comma From Select, Radio, Checkbox Outputs](https://wordpress.org/support/topic/remove-comma-from-select-radio-checkbox-outputs/)
 *  Thread Starter [mtgagents2021](https://wordpress.org/support/users/mtgagents2021/)
 * (@mtgagents2021)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/remove-comma-from-select-radio-checkbox-outputs/#post-16785262)
 * [@takayukister](https://wordpress.org/support/users/takayukister/) I didn’t ignore
   you, I replied 3 times asking for clarification since the answer you gave didn’t
   answer the question asked!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] REMOVE Comma From Select, Radio, Checkbox Outputs](https://wordpress.org/support/topic/remove-comma-from-select-radio-checkbox-outputs/)
 *  Thread Starter [mtgagents2021](https://wordpress.org/support/users/mtgagents2021/)
 * (@mtgagents2021)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/remove-comma-from-select-radio-checkbox-outputs/#post-16782417)
 * [@takayukister](https://wordpress.org/support/users/takayukister/) You have not
   supplied an answer to either support item so not resolved. Please simply answer
   the problem, I do not understand why you do not.
    -  This reply was modified 3 years, 1 month ago by [mtgagents2021](https://wordpress.org/support/users/mtgagents2021/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Remove comma value seperator](https://wordpress.org/support/topic/remove-comma-value-seperator/)
 *  Thread Starter [mtgagents2021](https://wordpress.org/support/users/mtgagents2021/)
 * (@mtgagents2021)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/remove-comma-value-seperator/#post-16778829)
 * [@takayukister](https://wordpress.org/support/users/takayukister/) Can you provide
   some clarification on **removing the comma from checkbox or select outputs** 
   please as the link appears to show adding the comma only for numeric ouput’s.
 * An answer might help the community more in the future.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Populate text when checkbox checked](https://wordpress.org/support/topic/populate-text-when-checkbox-checked/)
 *  Thread Starter [mtgagents2021](https://wordpress.org/support/users/mtgagents2021/)
 * (@mtgagents2021)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/populate-text-when-checkbox-checked/#post-16778817)
 * It’s not resolved so not sure why it was closed !!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Populate text when checkbox checked](https://wordpress.org/support/topic/populate-text-when-checkbox-checked/)
 *  Thread Starter [mtgagents2021](https://wordpress.org/support/users/mtgagents2021/)
 * (@mtgagents2021)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/populate-text-when-checkbox-checked/#post-16777925)
 * [@takayukister](https://wordpress.org/support/users/takayukister/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Remove comma value seperator](https://wordpress.org/support/topic/remove-comma-value-seperator/)
 *  Thread Starter [mtgagents2021](https://wordpress.org/support/users/mtgagents2021/)
 * (@mtgagents2021)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/remove-comma-value-seperator/#post-16776690)
 * Your example seems to be adding the comma not removing it!
 * I have checkbox and select inputs that I want to appear **WITHOUT **commas between
   the different options on the output.
 * Can you please advise what the changes would be to the code in the link you sent.
   I cannot figure it out and there is little examples online other than for number
   inputs.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Remove comma value seperator](https://wordpress.org/support/topic/remove-comma-value-seperator/)
 *  Thread Starter [mtgagents2021](https://wordpress.org/support/users/mtgagents2021/)
 * (@mtgagents2021)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/remove-comma-value-seperator/#post-16776098)
 * Can this function be used to target text, select or radio button input and not
   numeric ?
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Populate text when checkbox checked](https://wordpress.org/support/topic/populate-text-when-checkbox-checked/)
 *  Thread Starter [mtgagents2021](https://wordpress.org/support/users/mtgagents2021/)
 * (@mtgagents2021)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/populate-text-when-checkbox-checked/#post-16773287)
 * Still no reply from CF7, guess this support isnt supported then lol
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet - Newsletters, Email Marketing, and Automation] All sending is currently paused! Your API key to send with MailPoet is invalid.](https://wordpress.org/support/topic/all-sending-is-currently-paused-your-api-key-to-send-with-mailpoet-is-invalid-2/)
 *  Thread Starter [mtgagents2021](https://wordpress.org/support/users/mtgagents2021/)
 * (@mtgagents2021)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/all-sending-is-currently-paused-your-api-key-to-send-with-mailpoet-is-invalid-2/#post-16744120)
 * Did the update to your plugin this morning, back to paused sending and your code
   above returns
 * “Your PHP code changes were rolled back due to an error on line 577 of file wp-
   content/themes/travelicious/functions.php. Please fix and try saving again.
 * syntax error, unexpected end of file”

Viewing 15 replies - 1 through 15 (of 40 total)

1 [2](https://wordpress.org/support/users/mtgagents2021/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/mtgagents2021/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/mtgagents2021/replies/page/2/?output_format=md)