Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi Michael. I tried the shortcode you have given and the entire shortcode just show up when i do a page preview. It does not show the result of the filter after i input in the start and end inputs.

    I have been trying to do a date search form base on 2 users inputs (Start and End), hopefully you could help.

    Many thanks.

    William

    Below is my code

    <form action=”” method=”POST”>
    Start Date: <input name=”start” type=”text”/>
    End Date: <input name=”end” type=”text”/>
    <input type=”submit” />
    </form>

    [cfdb-datatable form=”Add-Asset-desktop-Form” filter=”submit_time>=$_POST(start)&&submit_time<=$_POST(end)”]

    • This reply was modified 7 years, 6 months ago by williampck.
Viewing 1 replies (of 1 total)