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.

Random Form Value

  1. kevin994
    Member

    Hi
    I would like a form value to display randomly in one of my post/pages.
    For example I have a simple form asking for a favourite film.
    With all of the films that are submitted I would like to display a random film title to the post/page:

    Film Of The Day: [random film dynamically inserted here pulled from gravity form every time the same page is loaded]

    Can anyone help with this?

    Posted 12 years ago on Friday July 1, 2011 | Permalink
  2. This requires a customization with PHP to query the entry data. I have forwarded this request to one of our developers who is currently traveling, when he gets a chance he will pop in and give you some information on how you can do this.

    Posted 12 years ago on Friday July 1, 2011 | Permalink
  3. Hi Kevin,

    Here is a function that will retrieve a random field value based on the form ID and the field number.

    http://pastie.org/2153860

    You can paste the function in your theme's functions.php and then call the function wherever you'd like to display the random title.

    Posted 12 years ago on Saturday July 2, 2011 | Permalink
  4. kevin994
    Member

    This works a treat.
    Thanks for speedy response :)

    Posted 12 years ago on Saturday July 2, 2011 | Permalink