Sam
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7 Database Addon - CFDB7] Restrict User Data DisplayHi Arshid,
Can you please suggest any hack??
Regards
SamForum: Plugins
In reply to: [Meta Box] Meta Box Values are not displaying on FrontendHi,
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://developer.www.ads-software.com/themes/basics/template-hierarchy/#single-post
*
* @package TM Moody
* @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 ………..*/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
SamForum: Plugins
In reply to: [Contact Form 7 Database Addon - CFDB7] Restrict User Data DisplayHi 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
SamForum: Plugins
In reply to: [Contact Form 7 Database Addon - CFDB7] Restrict User Data DisplayHi,
I have installed the plugin as suggested, ut unforynatelyy still the user can see the forms details submitted y other users.
Kindly suggest !!
Regards
SamHi,
Can I get any update on same?
Regards
SamHi 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
Hi
Let me explainStep 1: Admin will send a quote request to few of the Vendor using Form No.-1
Ref. form: https://prnt.sc/g5b0rlStep 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.
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
In reply to: [Page Builder by SiteOrigin] Update mess up my siteYes, my main css of the theme is minified??
Is there any process to get the minified css in original version??
Thanks
SamForum: Plugins
In reply to: [Page Builder by SiteOrigin] Update mess up my siteHi,
I am facing the same problem, any suggestion??
Regards
SamForum: Plugins
In reply to: [Easy Appointments] Synchronize Login User with this moduleHey Nikola,
Just wondering if any updates from your end.
Regards
SamForum: Plugins
In reply to: [Send PDF for Contact Form 7] Using of Conditional FieldHi,
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
SamHi,
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 (https://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.
Hi
Here is the img for reveal section https://prntscr.com/fjpaxm
Can you please explain in a batter way ??
Regards
SamForum: Plugins
In reply to: [Easy Appointments] Synchronize Login User with this moduleHi Nikola,
Thank you. I will wait for your next update.
Regards
Sam