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.

Auto-filling fields

  1. I'm creating an online registration process here: http://register.growdance.com/wdfpk/

    How does the "Allow field to be populated dynamically" work?

    I'd like it to be: If they select Trio from the drop-down menu, a field ID below automatically fills with the number 3, if they select Duo, it populates with 2, and Solo, it populates with 1.

    Is that possible?

    Thanks.

    Posted 12 years ago on Thursday January 5, 2012 | Permalink
  2. That's for passing data from another page to your form via a query string.. not a conditional logic function.
    http://www.gravityhelp.com/documentation/page/Allow_field_to_be_populated_dynamically

    You would need to use the conditional logic operators to either show/hide fields with alternate default values based on the selection or write something custom to do what you're describing.

    Posted 12 years ago on Thursday January 5, 2012 | Permalink
  3. Thanks Kevin.

    That's what I thought but was hoping for a work-around.

    The problem is, the fields I'm trying to create with conditional logic are based on MULTIPLE factors and I'm having a hard time figuring out the All vs. the Any to make them work.

    I'll keep trying.

    Thanks again for the quick response.

    Posted 12 years ago on Thursday January 5, 2012 | Permalink