Hi. New to Gravity and looking for a bit of advice. Embarrassing to submit such a nube query.
I'm putting together a simple order form which you can see here:
http://ec2-107-21-104-54.compute-1.amazonaws.com/wordpress/order/
When the user selects a "Location" from the drop down, I want to pre-populate the Address field values from a list of addresses that are keyed by Location. Here's a snippet of the file: http://pastie.org/4332286
The user is free to change the pre-populated Address field values.
What would be a good way to handle this? The address values will rarely change, so I'm not really worried about managing those... although I could load them in a custom post type or other table. I'm really just looking for your quick take on how to handle this.
Thanks in advance,