Ok, I'm having a tough time making the final connection with pre-populating of a reservation form ( http://www.pairadicetravel.com/reservations/ ). This is what I have so far.
1. Using Gravity Forms User Registration Add-On to replace default wordpress register function. (works great)
2. Created a register form that gets the info that I want to populate in another form. (http://www.pairadicetravel.com/contact-us/) Works fine.
3. In the reservation form, I've added all the parameter names to the fields that will be pre-populated. Those names match the names of the same fields from User Meta.
https://www.evernote.com/shard/s1/sh/caaccf36-d325-4d25-ab94-cfc598c4a631/6e81d1d1cfc8fada52080047aa58c58e/deep/0/Screenshot%202/19/13%209:55%20AM.jpg
https://www.evernote.com/shard/s1/sh/52c1f0b6-8037-4550-a9f2-f8e678757a71/0c325ad929b4e4a0581c93f7e60ffeb8/deep/0/Screenshot%202/19/13%209:54%20AM.jpg
What I want to happen is once the user registers and provides the needed information about their room preferences, it's stored on their profile. It's currently doing this step. Next once that user logs into the site to make a reservation that meta information is populated into the form. I've tried going through the help pages, but get lost on the parameter names. Can this be done by shortcode?
Thanks.