[ad_1]
Hello @amptize
Thank you very much for using our plugin.
It is a possible form structure:
<label> Users
[select users-list] </label>
<label> User email
[email* user-email] </label>
[cf7-recordset id="users-data" type="user" attributes="ID,user_login,user_email"]
[cf7-link-field recordset="users-data" field="users-list" value="ID" text="user_login"]
[cf7-link-field recordset="users-data" field="user-email" value="user_email" condition="record['ID'] == {field.users-list}"]You can find other examples by reading the following section in the plugin website:
https://cf7-datasource.dwbooster.com/examples
Best regards.
