• Hi Guys,

    I recently changed from using Contact Form 7 to Fast Secure Contact Forms with the excellent CFDB plugin but am experiencing an odd issue.

    Basically, i’m using the CFDB-Table shortcode to display the submitted data from one specific form on my website. I rebuilt the form using FSCF and it works fine, passes the data via a couple of filters to CFDB as it should, but on the page where the data is displayed there are no table borders.

    I added the following css via my theme

    
    #mytableid table, th, td {
      border: 1px solid;
      text-indent: 5px;
    }

    and it now displays a border correctly, but (I am using DKPDF to generate / print a pdf of the data) the border doesn’t show around the cells of the pdf when printed or saved as a pdf. It all used to work flawlessly using CF7.

    Any ideas greatly appreciated. Thanks.

  • The topic ‘CFDB-Table shortcode formatting issue’ is closed to new replies.