Title: Sam's Replies | WordPress.org

---

# Sam

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Database Addon for Contact Form 7 - CFDB7] Restrict User Data Display](https://wordpress.org/support/topic/restrict-user-data-display/)
 *  Thread Starter [Sam](https://wordpress.org/support/users/samaresh/)
 * (@samaresh)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/restrict-user-data-display/#post-10914032)
 * Hi Arshid,
 * Can you please suggest any hack??
 * Regards
    Sam
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meta Box] Meta Box Values are not displaying on Frontend](https://wordpress.org/support/topic/meta-box-values-are-not-displaying-on-frontend/)
 *  Thread Starter [Sam](https://wordpress.org/support/users/samaresh/)
 * (@samaresh)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/meta-box-values-are-not-displaying-on-frontend/#post-10912100)
 * Hi,
 * Thanks for your reply. Here below is my single.php code, can you please suggest
   where to add this code [$value = rwmb_meta( $field_id ); echo $value;]
 * /* ——-code Start Here ………..*/
 * <?php
    /** * The template for displaying all single posts. * * [@link](https://wordpress.org/support/users/link/)
   [https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post](https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post)**
   [@package](https://wordpress.org/support/users/package/) TM Moody * [@since](https://wordpress.org/support/users/since/)
   1.0 */ get_header();
 * $page_sidebar_position = Insight_Helper::get_post_meta( ‘page_sidebar_position’,‘
   default’ );
    $page_sidebar1 = Insight_Helper::get_post_meta( ‘page_sidebar_1’,‘
   default’ ); $page_sidebar2 = Insight_Helper::get_post_meta( ‘page_sidebar_2’,‘
   default’ );
 * if ( $page_sidebar1 === ‘default’ ) {
    $page_sidebar1 = Insight::setting( ‘post_page_sidebar_1’);}
 * if ( $page_sidebar2 === ‘default’ ) {
    $page_sidebar2 = Insight::setting( ‘post_page_sidebar_2’);}
 * if ( $page_sidebar_position === ‘default’ ) {
    $page_sidebar_position = Insight::
   setting( ‘post_page_sidebar_position’ ); }
 * $style = Insight_Helper::get_post_meta( ‘post_layout_style’, ” );
    if ( $style
   === ” ) { $style = Insight::setting( ‘single_post_style’ ); } ?> <?php if ( $
   style === ‘2’ ) { ?> <?php get_template_part( ‘components/blog-image-header’ );?
   > <?php } else { ?> <?php get_template_part( ‘components/title-bar’ ); ?> <?php}?
   > <div id=”page-content” class=”page-content”> <div class=”container”> <div class
   =”row”>
 *  <?php Insight_Templates::render_sidebar( $page_sidebar_position, $page_sidebar1,
   $page_sidebar2, ‘left’ ); ?>
 *  <div class=”page-main-content”>
    <?php while ( have_posts() ) : the_post();
 *  get_template_part( ‘components/content’, ‘single’ );
 *  if ( Insight::setting( ‘single_post_pagination_enable’ ) === ‘1’ ) {
    the_post_navigation();}
 *  if ( Insight::setting( ‘single_post_related_enable’ ) ) {
    get_template_part(‘
   components/content’, ‘single-related-posts’ ); }
 *  // If comments are open or we have at least one comment, load up the comment
   template.
    if ( Insight::setting( ‘single_post_comment_enable’ ) === ‘1’ && (
   comments_open() || get_comments_number() ) ) : comments_template(); endif;
 *  endwhile; // End of the loop.
    ?> </div>
 *  <?php Insight_Templates::render_sidebar( $page_sidebar_position, $page_sidebar1,
   $page_sidebar2, ‘right’ ); ?>
 *  </div>
    </div> </div> <?php get_footer(); /* ——-code End Here ………..*/
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Can we save the Form Submission Value in any Way?](https://wordpress.org/support/topic/can-we-save-the-form-submission-value-in-any-way/)
 *  Thread Starter [Sam](https://wordpress.org/support/users/samaresh/)
 * (@samaresh)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/can-we-save-the-form-submission-value-in-any-way/#post-10910612)
 * Hi.
 * Here below in a little bit more explained way.
 * 1. Can we save the form submission data and can view it Later.
    2. Can we display
   the submitted data to the respective users only. (For example user x has submitted
   some data, So x can view only own submitted data)
 * Please suggest !!
 * Regards
    Sam
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Database Addon for Contact Form 7 - CFDB7] Restrict User Data Display](https://wordpress.org/support/topic/restrict-user-data-display/)
 *  Thread Starter [Sam](https://wordpress.org/support/users/samaresh/)
 * (@samaresh)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/restrict-user-data-display/#post-10909064)
 * Hi Arshid,
 * Thank you !!
 * In case I will remove the access of cfdb7_access, user will not be able to see
   their own details also.
 * My intention is to display the submitted data to the respective users only.
 * Regards
    Sam
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Database Addon for Contact Form 7 - CFDB7] Restrict User Data Display](https://wordpress.org/support/topic/restrict-user-data-display/)
 *  Thread Starter [Sam](https://wordpress.org/support/users/samaresh/)
 * (@samaresh)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/restrict-user-data-display/#post-10907838)
 * Hi,
 * I have installed the plugin as suggested, ut unforynatelyy still the user can
   see the forms details submitted y other users.
 * Kindly suggest !!
 * Regards
    Sam
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RSS Aggregator by Feedzy – Feed to Post, Autoblogging, News & YouTube Video Feeds Aggregator] Problem in fetching Google NEws](https://wordpress.org/support/topic/problem-in-fetching-google-news/)
 *  Thread Starter [Sam](https://wordpress.org/support/users/samaresh/)
 * (@samaresh)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/problem-in-fetching-google-news/#post-10156419)
 * Hi,
 * Can I get any update on same?
 * Regards
    Sam
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RSS Aggregator by Feedzy – Feed to Post, Autoblogging, News & YouTube Video Feeds Aggregator] Problem in fetching Google NEws](https://wordpress.org/support/topic/problem-in-fetching-google-news/)
 *  Thread Starter [Sam](https://wordpress.org/support/users/samaresh/)
 * (@samaresh)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/problem-in-fetching-google-news/#post-10126445)
 * Hi Rohit,
 * Thanks for your reply !!
 * I am using the widget along the following feed url. For your ref. I am using 
   the Alone theme.
 * [https://news.google.com/news/rss/headlines/section/q/autism/autism?ned=us&hl=en&gl=US](https://news.google.com/news/rss/headlines/section/q/autism/autism?ned=us&hl=en&gl=US)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fast Secure Contact Form] Pre populate date to a form for Every Submission of another form](https://wordpress.org/support/topic/pre-populate-date-to-a-form-for-every-submission-of-another-form/)
 *  Thread Starter [Sam](https://wordpress.org/support/users/samaresh/)
 * (@samaresh)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/pre-populate-date-to-a-form-for-every-submission-of-another-form/#post-9386760)
 * Hi
    Let me explain
 * Step 1: Admin will send a quote request to few of the Vendor using Form No.-1
   
   Ref. form: [https://prnt.sc/g5b0rl](https://prnt.sc/g5b0rl)
 * Step 2: Where **Quote No** will be unique for every submission.
 * Step 3: All the vendor will receive email for the submission, with a Click Here
   option which will redirect to another form Form No-2.
 * Ref: [https://prnt.sc/g5b2ky](https://prnt.sc/g5b2ky)
 * Step 4: Now if the Vendor will Select or type the **Quote No** all the information/
   fields submitted for that respective **Quote No** should auto populate.
 * Kindly let me know in case of any clarification required.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Builder by SiteOrigin] Update mess up my site](https://wordpress.org/support/topic/update-mess-up-my-site/)
 *  [Sam](https://wordpress.org/support/users/samaresh/)
 * (@samaresh)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/update-mess-up-my-site/#post-9257932)
 * Yes, my main css of the theme is minified??
 * Is there any process to get the minified css in original version??
 * Thanks
    Sam
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Builder by SiteOrigin] Update mess up my site](https://wordpress.org/support/topic/update-mess-up-my-site/)
 *  [Sam](https://wordpress.org/support/users/samaresh/)
 * (@samaresh)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/update-mess-up-my-site/#post-9257553)
 * Hi,
 * I am facing the same problem, any suggestion??
 * Regards
    Sam
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Appointments] Synchronize Login User with this module](https://wordpress.org/support/topic/synchronize-login-user-with-this-module/)
 *  Thread Starter [Sam](https://wordpress.org/support/users/samaresh/)
 * (@samaresh)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/synchronize-login-user-with-this-module/#post-9247329)
 * Hey Nikola,
 * Just wondering if any updates from your end.
 * Regards
    Sam
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Send PDF for Contact Form 7] Using of Conditional Field](https://wordpress.org/support/topic/using-of-conditional-field/)
 *  Thread Starter [Sam](https://wordpress.org/support/users/samaresh/)
 * (@samaresh)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/using-of-conditional-field/#post-9236931)
 * Hi,
 * I couldn’t understand why you have suggested for Buttons !!
 * My concern is with Blank Fields Should not appear to PDF Generated, Kindly give
   some solution for the same.
 * Regards
    Sam
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Custom button on reveal section](https://wordpress.org/support/topic/custom-button-on-reveal-section/)
 *  Thread Starter [Sam](https://wordpress.org/support/users/samaresh/)
 * (@samaresh)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/custom-button-on-reveal-section/#post-9229806)
 * Hi,
 * I understand, but if you can suggest me some string or shortcode which will help
   me to get the information of individual member through a Button. In another way
   if I will click on the button it will take me to a form and it will trigger an
   email upon the submission to the member for acceptance with the form information.
 * Or as an alternative if you can suggest a button inside the profile page ([http://prntscr.com/fjxieh](http://prntscr.com/fjxieh))
   through which a request can be sent to the respective member for acceptance with
   the form information.
 * Please help with a solution.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Custom button on reveal section](https://wordpress.org/support/topic/custom-button-on-reveal-section/)
 *  Thread Starter [Sam](https://wordpress.org/support/users/samaresh/)
 * (@samaresh)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/custom-button-on-reveal-section/#post-9227809)
 * Hi
 * Here is the img for reveal section [http://prntscr.com/fjpaxm](http://prntscr.com/fjpaxm)
 * Can you please explain in a batter way ??
 * Regards
    Sam
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Appointments] Synchronize Login User with this module](https://wordpress.org/support/topic/synchronize-login-user-with-this-module/)
 *  Thread Starter [Sam](https://wordpress.org/support/users/samaresh/)
 * (@samaresh)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/synchronize-login-user-with-this-module/#post-9225845)
 * Hi Nikola,
 * Thank you. I will wait for your next update.
 * Regards
    Sam

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

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