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.

Checkboxes that allow user input

  1. cooliojones
    Member

    I would like to do a feedback survey on my site, and one of the questions asks how the user found the site. On many of these types of surveys, there is a selection for "Other", and the user has a chance to input a specific explanation on how they found the site. Is there any way to do this currently?

    Posted 13 years ago on Wednesday May 19, 2010 | Permalink
  2. You can do something very similar by using the multiple choice fields, a single input field and the conditional logic.

    I did a quick demo a couple of days ago, you can check out this thread and the screencast link on my last post.

    http://forum.gravityhelp.com/topic/add-other-text-input-field-to-multiple-choice-selection

    Posted 13 years ago on Wednesday May 19, 2010 | Permalink
  3. I followed the demo screencast ... any question with a multiple choice and an "other" conditional logic field now disappears from my form!

    Posted 13 years ago on Wednesday April 27, 2011 | Permalink
  4. @beyoyo2 Send us a WordPress admin login for the site having the issue and let us know which form and field so we can take a look at your configuration and see what you are doing.

    Posted 13 years ago on Wednesday April 27, 2011 | Permalink
  5. sent to info@

    Posted 13 years ago on Thursday April 28, 2011 | Permalink
  6. I did not see anything come through at the info@ email address. Please send the information to use via our Contact Us form here: http://www.gravityhelp.com/contact-us/

    Posted 13 years ago on Thursday April 28, 2011 | Permalink
  7. This is something that might be a new feature in a future release.... I run into it frequently.

    Posted 13 years ago on Thursday April 28, 2011 | Permalink
  8. The problem with your form is that field isn't appearing because you have applied conditional logic to it that is conditional based on it's own value. That isn't going to work, the condition can't be met because the user can't select the condition because it can't be met. You've configured it in such a way that it will never work. See this screenshot: http://grab.by/9ZKu

    Your form is configured to show Field A if Field A's value = Other. Well that can never occur because Field A is hidden unless it's value is Other and since the user can't select Other it's value never is Other...

    Conditional logic is applied to the field you want to show or hide. NOT to the field that triggers the show/hide.

    So you'd add Field A and Field B and then you'd configure conditional logic on Field B to show the field if Field A's value = Other.

    Posted 13 years ago on Thursday April 28, 2011 | Permalink