Home › Forums › Quform WordPress › Query String Name field
- This topic has 2 replies, 2 voices, and was last updated 6 years, 2 months ago by
Ally.
- AuthorPosts
- February 7, 2019 at 7:53 pm #28462
michael_baxter
Participant;After searching the forum and online tutorials for a couple of hours, I have half of an answer…
I have two forms, and I am passing values from one form to the other using Query Strings and Dynamic Default Values. However, I cannot figure out how to pass the individual field values from a Name field.
Inbound, I figured out I need the parameters split like an array:
?nm[2]=Jon&nm[4]=Doh&nuid=s111111&f=E+Roseville+Pkwy&d=OIM&e=jon.doh%40domain.org
What I cannot figure out is how to configure the outbound Query String field to display the FristName, Middle, LastName, etc., as separate values in that query string configuration. I have attached a screenshot of my latest configuration attempt.
I am sure the answer will seem simple and obvious, once you provide one!
Thank youAttachments:
You must be logged in to view attached files.February 7, 2019 at 8:37 pm #28466michael_baxter
ParticipantOf course! As soon as I submitted an inquiry, I found the answer in a Ally’s reply to a different subject.
It is now possible to add a dot value to the ID to retrieve a portion of the name field. So, my adjusted code would read
&?nm[2]={element|id:11.2|Name}&nm[4]={element|id:11.4|Name}
Hope this helps somebody else!
- This reply was modified 6 years, 2 months ago by
michael_baxter. Reason: Replacing html entity with question mark
February 10, 2019 at 9:48 am #28495Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
- This reply was modified 6 years, 2 months ago by
- AuthorPosts
- You must be logged in to reply to this topic.