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.

Lost dynamically populated parameters

  1. Hello again,
    As I exposed in another topic (http://forum.gravityhelp.com/topic/make-a-readonly-field?replies=1#post-7027):
    I have two forms, the first one is a first step form that pass Field Data via query string to the second form. In the second form I get the content of the variables and show in some fields and I have other fields that the user have to fill.

    Well the problem is when I validate the form with some of the fields without content. In the form appears the validation messages and the content of populated fields disapear, so I lost the dynamically populated parameters.
    There's a known solution to solve this or anyone know how to fix it?
    Thanks again

    Posted 13 years ago on Friday July 9, 2010 | Permalink
  2. What version of Gravity Forms are you running?

    There was a known bug in an older version that would cause fields that were filled in to lose their values if any field failed validation.

    But I am not aware of it being an issue in the current version and in some quick tests I am not able to recreate this issue.

    Check the version on the Settings page of Gravity Forms and let me know what version it is. If it is the latest version, can you provide a link to the form so we can check it out? If it isn't the latest version (1.3.12 or 1.3.12.2) you will need to upgrade.

    Posted 13 years ago on Friday July 9, 2010 | Permalink
  3. I've checked the version of GF and I have the versiĆ³n 1.3.12.2.
    The initial form is in the link http://www.targetvip.es/arag/contrata-tu-poliza-arag-detector-de-radares.
    This form redirects to a php that validate the info and pass some variables to the other form that get the variables and show it in a disabled fields, in this form (http://www.targetvip.es/arag/arag-detector-de-radares-contrata-tu-poliza?fecha=2010-07-13&marca=TARGET%20EVO%20660R%20EVO%20MOTO&serialnum=fsg&precio=12%20%E2%82%AC) is where there is the problem.
    I wait for your answer.
    Thanks.

    Posted 13 years ago on Monday July 12, 2010 | Permalink
  4. Can you disable that custom code you have in place to disable those fields and then retest?

    It appears that may have something to do with the issue as it retains the value of other fields. The only fields that are losing their values are the ones you have applied custom code to in order to disable them.

    Posted 13 years ago on Monday July 12, 2010 | Permalink
  5. That's right, that was the issue, but then, how can I make a disabled field?

    Posted 13 years ago on Tuesday July 13, 2010 | Permalink