• Resolved mpbaweb

    (@mpbaweb)


    Hi
    I have created a form for competitors to enter a race. Everything seems to work ok, but I would like to display an Entry List on a page which consists of a few basic fields from the submission.
    For example, when a competitor is directed to the thank you page after submission, I would like to add a link to the thank you page, saying “View Entry List” which takes the user to a page displaying the submissions e.g.

    Toon Race 2018 – Entry List:
    First Name Last Name Team Date Entered
    Donald Duck Birds 20/03/2018
    Mickey Mouse Rodents 18/03/2018
    King Louie Primates 17/03/2018
    Dumbo Bigears Pachyderms 10/03/2018

    I would also like to be able to control the display of results by filtering on Paid/Not Paid/All

    Can this be done?

Viewing 3 replies - 16 through 18 (of 18 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @mpbaweb,

    Please, look all tags you can use visiting the following link:

    https://cff.dwbooster.com/documentation#special-tags

    You should use one of tags:

    
    <%currentdate_mmddyyyy%>
    

    or

    
    <%currentdate_ddmmyyyy%>
    

    Best regards.

    Thread Starter mpbaweb

    (@mpbaweb)

    Those tags only work in emails.

    The submission date/time is stored along with each submission. I know this because I can see it when I export the submissions to a csv file.

    I need the submission date to display in the submissions list.

    Thread Starter mpbaweb

    (@mpbaweb)

    It’s ok. I have figured this out now.

    Thank you for all your help. Exceptional support.

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Display Submissions on a Page’ is closed to new replies.