Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter GiorgioC

    (@giorgioc)

    <?php echo do_shortcode[cfdb-html form=”Inviaci il tuo racconto” show=”file-avatar” orderby=”Submitted DESC” filelinks=”img”]${file-avatar}[/cfdb-html];?>

    Works, but for add a custom style?

    Thread Starter GiorgioC

    (@giorgioc)

    <?php echo do_shortcode(‘[cfdb-html form=”Inviaci il tuo racconto” show=”file-avatar” orderby=”Submitted DESC” filelinks=”img” stripbr=”false”]<div class=”thumbCF7″ style=”height: 50px; width:50px;”>${file-avatar}</div></br>[/cfdb-html]’); ?>

    Now I use it for generate a link:
    when I click on thumb I see the submit data in new wordpress page.

    anyone know?

    Plugin Author Michael Simpson

    (@msimpson)

    1. Add your “A” tag around your image to link to another WordPress page you create
    2. Add to the link “&st=${submit_time}”
    3. On the receiving page, add a short code to display the information
    [cfdb-table form="Inviaci il tuo racconto" filter="submit_time=$_GET(st)"]

    Documentation on using “GET” parameters in “filter”: https://cfdbplugin.com/?page_id=116

    Thread Starter GiorgioC

    (@giorgioc)

    IT WORKS!
    Thank you so much Michael!
    great plugin!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘img in sidebar with custom style’ is closed to new replies.