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.

Use same address

  1. I searched for an hour and didn't find the answer so..

    Is it possible to have an address field with a checkbox, "Billing Address same as Mailing Address" to save on data entry? Then populate the Billing Address with the entries from the Mailing address?

    Posted 13 years ago on Wednesday November 3, 2010 | Permalink
  2. No, this isn't possible. It isn't a feature of Gravity Forms. Address fields have no relation to each other.

    Posted 13 years ago on Wednesday November 3, 2010 | Permalink
  3. Too bad, I'll look for another solution. Thanks for your quick reply!

    Posted 13 years ago on Wednesday November 3, 2010 | Permalink
  4. You might be able to do this with some conditional logic and some jQuery. It depends on how comfortable you are setting something like this up.

    http://plugins.jquery.com/project/copyvalue

    Posted 13 years ago on Wednesday November 3, 2010 | Permalink
  5. kinzlayer
    Member

    Wow. Of all the crazy stuff you guys provide walk-throughs/tutorials for and you don't provide a means of copying data from one field to another? Am I reading this correctly? I've just spent an entire day trying to copy the data entered into a form field to another form field within the same form on the same page. Please tell me this is possible. Thanks guys.

    Posted 12 years ago on Tuesday July 5, 2011 | Permalink
  6. This isn't a built in feature. It's functionality that is entirely client side as copying fields values from one field to another on the same page of a form is going to require it be done via client side scripting. There isn't currently a tutorial or walkthrough for this. It would have to be done via custom jQuery and it would have to be form specific because the field id's are form specific.

    Posted 12 years ago on Tuesday July 5, 2011 | Permalink
  7. kinzlayer
    Member

    Yeah. I guess I didn't think of it as being all client side. How would the form know what's in the field with out clicking a button or something similar. I did see some posts regarding copying fields from one form to another form by clicking the "Pass Field Data Via Query String" checkbox and specifying the form page via a redirect etc. I guess this is the only way to do it (custom jQuery makes my head hurt)? Thanks for the quick response Carl.

    Posted 12 years ago on Tuesday July 5, 2011 | Permalink