I have a project that has 3 different request types. How do I link out to it including the request type? Doing `?expand=names` the custom field is `customfield_10046`
Example of request types:
Type1: First Name, Last Name, Summary (requestType=222)
Type2: Address, Email and Summary (requestType=221)
Type3: Phone Number, First Name and Summary (requestType=223)
I found out that requestType is `customField_10046`, and when I tried to include that in the parameter, I was expecting a form that has Type1 fields ( First Name, Last Name, and Summary). However, I am getting a generic form with all the form fields on it.
Any thoughts?
Thanks,
Cindy
I was able to find the solution, I needed to first change the settings of my forms to create a shareable link. Now I am trying to figure out how to pre-populate these fields via the link.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.