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.

Help with Populating Fields manually (without populate checked on each field)

  1. Chris,

    I am getting closer. I am able to get this out of the database after the user has been verified, the form has been submitted before, etc.

    array(15) { [1]=> string(8) "VersaWeb" [2]=> string(6) "Travis" [3]=> string(7) "Hoglund" [20]=> string(3) "Mr." [5]=> string(25) "travis@testingtesting.com" [6]=> string(13) "(715)220-0145" [7]=> string(3) "WMS" [8]=> string(3) "ERP" [9]=> string(5) "Voice" [22]=> string(7) "Headset" ["19.1"]=> string(3) "Yes" ["19.2"]=> string(2) "No" [24]=> string(6) "Weekly" ["25.2"]=> string(8) "headsets" [23]=> string(7) "pending" }

    Now that I have this - is there any way that I can use this to pre-populate a form through Gravity form functions (since this is a plugin I have access to all of the REAL gravity form functions - not just the hooks). Ideally I would like to not require the user to have checked "pre populate" as that would add extra work from the purpose of this addon plugin I am creating. I obviously have the GF field IDs - can JQuery perhaps come to the rescue and populate them? If the CSS had classes for each ID then I could but by default I do not believe that is output.

    Any ideas would be greatly appreciated! I am getting very close to getting this think working.

    Thanks,
    Travis

    Posted 11 years ago on Thursday September 13, 2012 | Permalink
  2. Can anyone help with this? Its been an open topic for 2 days now. Any help would be greatly appreciated.

    Posted 11 years ago on Thursday September 13, 2012 | Permalink
  3. Close this topic. Figured it out.

    Posted 11 years ago on Thursday September 13, 2012 | Permalink
  4. @Travis, would you be willing to share your solution for the benefit of the other members who may be trying to do the same thing? Thank you.

    Posted 11 years ago on Friday September 14, 2012 | Permalink