• Resolved moni

    (@muneeba)


    Hi.
    1. I am Using contact form 7 and also capturing Blog URL in it as hidden column. I am showing it in data table and want to make it clickable which will redirect to captured post URL.
    Every time form submit the URL will be different See Here .. I want this feature must please help me how to do this.

    2. I am showing datatable and want to show it as table because it looks organized but the table is overflowing in my website and half fields show and other over flow and some not show. How to make it look between site and show all fields. See overflow table

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Michael Simpson

    (@msimpson)

    1. https://cfdbplugin.com/?p=867

    2. You will have to do something with css on that page, which is affected by your theme css. Maybe add to your shortcode id="mytable" style="#mytable { width: 100% }"

    Thread Starter moni

    (@muneeba)

    Yes I had Read https://cfdbplugin.com/?p=867 Link before But it is not making link in table like I want..

    Scenario is:
    I have contact form Under every WordPress blog post.I am using a dynamic hidden field plugin that capture the URL of every Blog page from which contact form is submitted and keep record in CFDB. And show in CFDB datatable column.

    I want to make that Dynamically captured URL Clickable.
    This link you have provided will make it clickable by putting https://xyz.com which redirect to specific page only and static link which does not change.

    Plugin Author Michael Simpson

    (@msimpson)

    I don’t follow what the problem is. My link shows an example of JavaScript that you can use to wrap a URLs in a table in an HTML A tag. You can certainly change that JavaScript to suit your need.

    Thread Starter moni

    (@muneeba)

    Thank You Michael for support I customized JavaScript and it helped.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Make Link Clickable in in datatable’ is closed to new replies.