PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Competition made with Gravity Forms

  1. clindgren
    Member

    I am going to create a competition-page where users can upload their progress in a gravity form.

    - I create a webpage where i set up user accounts.
    - The users are given login and a pedometer! (hehe)
    - Once every week the users log in and fill in a form with the number of steps they have on their pedometer. They might also be asked to attach an image as proof of their progress.

    I also want to make a top-list that displays the top-5 participants. The ones that have registered most steps.

    Can this be done with Gravity Forms?

    Posted 11 years ago on Tuesday June 19, 2012 | Permalink
  2. David Peralty

    Gravity Forms can collect the user data, but to display a top list, or to keep leads attached to users, that will require custom coding.

    Posted 11 years ago on Tuesday June 19, 2012 | Permalink
  3. clindgren
    Member

    Maybe if a post is created every time form is filled out like so:
    - Title: {user-id}+{date}
    - Body: Here the user fills in their progress in steps like: 12432
    - Category: {user-id}

    If the above can be done, then the rest is coding. Accessing database. Maybe like this: http://wordpress.org/support/topic/add-up-the-values-of-custom-fields

    Posted 11 years ago on Tuesday June 19, 2012 | Permalink
  4. David Peralty

    You can totally create WordPress posts like that. The only difficult part will be creating the hook to combine the user-id and date fields in the title, and creating the categories for each of your users.

    Posted 11 years ago on Tuesday June 19, 2012 | Permalink