I am trying to understand passing information from one form to another.
My initial form is where the customer would enter a name and address, then they have options. I want the options they choose to take them to a new form, but populate the name and address from the first form into that new form.
I was reading your instructions above, but I guess I just don't know enough yet. I also read about field queries, session queries, etc, on other posts...and getting quite confused and frustrated.
I am feeling extremely stupid at this point!!! On the second form, do I do an autofill using "session"? I was able to do an autofill using "member" to populate the first and last name...but that was real easy because it gave me a drop down list for the "Autofill from" field. But I have no idea how to populate the field using anything else.
If I use a session or url for field query, where do I get the paramater name from? Do I have to do a "Send Value By Options" selecting "Session", and set a Value Name in the first form in order to pull it into the second form? Will that generate the paramater name?
I am very new to using things like queries. I am a quick learner, and can usually figure things out on my own. But this really has me stumped and frustrated. Please explain it as if I do not have any previous knowledge of anything...as I am finding myself to be less knowledgable the further I go.