Dynamically Populate Form Fields From Query Parameters

I have a custom WP_Table on the front end that displays users based on who is logged in. I have a edit link that when clicked passes query parameters to a update-user page which looks like /update-user/?firstName=Grandview&lastName=Usertwo&user_id=327&role=employer_user&display_name=Grandview+Usertwo&emailAddress=user%40gmail.com

Role dropdown populates fine and Display Name populates fine. However, I have a name field with First and Last Name showing that is not populating and the email field that isn’t populating. I have the “Allow field to be populated dynamically” with the parameter name added.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.