I’m generating a cfdb-table using a shortcode that includes a link to a previously uploaded PDF file. When an unregistered user clicks on url, file asks for registration to see it. I want to avoid this.
First, I didn’t put the shortcode’s role. Then, I set it to “Anyone” but none of these works.
What can I do?
]]>Thanks
https://www.ads-software.com/plugins/contact-form-7-to-database-extension/
]]>My website visitors currently face this problem when
search for an item in CFDB table using front end site -> open the details -> click back button on chrome (desktop) or Android phone.
How can I avoid this issue?
Website: graspit.co
Appreciate your support!
https://www.ads-software.com/plugins/contact-form-7-to-database-extension/
]]>I have one page with a summary of table details and a link to go to full page with all details. It works good on all browsers other than safari-iphone.
Link: https://graspit.co/courses/
In addition, how do i hide the submitted time value? I just want to show “Details” and hide rest of the cell data in the “Details Column”.
Code on 1st page
[cfdb-table form=”CourseList” class=”CSSTableGenerator” headers=”submit_time=Details” show=”Course Title,More Details,submit_time” filter=”Course Title~~/.*$_POST(coursetitle).*/i&&lname~~/.*$_POST(lname).*/i”]
<script type=”text/javascript”>// <![CDATA[
(function ($) {
$(‘td[title=”submit_time”] div’).each(
function () {
$(‘‘,
{
text: ‘Details’,
href: ‘https://graspit.co/coursescopy/?submit_time=’ + $(this).html()
}).appendTo(this);
})
})(jQuery);
// ]]></script>
Code on 2nd page
[cfdb-table form=”CourseList” show=”Course Title,More Details” filter=”submit_time=$_GET(submit_time)”]
https://www.ads-software.com/plugins/contact-form-7-to-database-extension/
]]>Thanks!
https://www.ads-software.com/plugins/contact-form-7-to-database-extension/
]]>i have some trouble with my special case, i use:
contact form 7
contact form DB
members (for role usage etc.)
wp-members (for registration and some things)
i build a little order system, so user with role “member” can order some things with contact form 7 (no payment). i have set an user account page with permissions to “member” and here i want to display the orders from the logged in user i a [cfdb-table … until now this fails, have tried all settings – but now when i set the role capabilities from “members” also to “manage_options” the table is visible now. sounds like all is clear, but with these capabilities user can set also other things or AND the main important the role=”Administrator” works also for “members” …
can anyone help me out with these? first project with these plugins.
best regards
https://www.ads-software.com/plugins/contact-form-7-to-database-extension/
]]>