I am creating post form to register the data in the "application" custom field group.
At this time, I use the field data of another custom field group, "member list".
I would like to look up the "member list" custom field group with the "licence-number" value and get the "name" value.
Please tell me a good way to achieve this
1. "member list" custom field group ( 130.png)
2. post fom of "application list" custom field group (131.png)
3. It's the process I want. (132.png -> 133.png -> 134.png)
I must have misunderstood the terms "fronend" and "backend".
Getting help now is not related to "View Block" but to "Post form".
During data registration, look up the values of one field in another custom field group.
And I would like to receive a specific field value, one of the other custom field groups, and put it in the field that requires that data among the custom field groups that are being registered.
I would like to proceed by querying the commonly used field values in two different custom field groups to obtain the required data values.
1. First, I search for data from specific fields in other custom field groups to obtain field values for the groups of custom fields I work on (licence-number).
2. Obtain the required values from another group of custom fields retrieved. If necessary, specify variables to receive values.
(the "name" field value for another custom field group -> the "name" field value for the custom field group you are working on)
I'm inquiring about how to proceed with these two tasks.
1. First, I search for data from specific fields in other custom field groups to obtain field values for the groups of custom fields I work on (licence-number).
On the post form you want to have an Input field that is a search that will search through a specific field group ? Not sure I understand this exactly, where will this data be coming from ? For our Forms only fresh data can be entered. There isn't a way to have a search field on the form to input data unless it is some form of Post Relationship and then in this case you can only search based on the post title.
So in a case like this you would've had to have a post relationship created between another post type that has the Licence number as its post title.
2. Obtain the required values from another group of custom fields retrieved. If necessary, specify variables to receive values.
Based on this here i'm assuming that once the user searches for the licence number and then selects it, there should be an auto populating of the other fields that are related to selected licence number ? This also isn't possible to do.
I hope I was able to clarify these questions for you.