Closed dzungdo closed 4 years ago
Hello @dzungdo
I was not able to reproduce the issue:
Please provide screenshots or a video which clearly shows the issue.
In my case, I can reproduce it every time.
Select "Associate Students with Parents"
I am using 7.2.2
Inspecting HTML codes on two different pages:
Associate Parents with Students Student Email
<tr class="">
<td><label for="custCUSTOM_200000015">Student Email</label></td>
<td><input type="text" name="cust[CUSTOM_200000015]" id="custCUSTOM_200000015" size="24" maxlength="1000"></td>
</tr>
Student Mobile Number:
<tr class="">
<td><label for="custCUSTOM_200000016">Student Mobile Number</label></td>
<td><input type="text" name="cust[CUSTOM_200000016]" id="custCUSTOM_200000016" size="24" maxlength="1000"></td>
</tr>
Associate Students with Parents User Email:
<tr class="">
<td><label for="custEMAIL">Email Address</label></td>
<td><input type="text" name="cust[EMAIL]" id="custEMAIL" size="24" maxlength="1000"></td>
</tr>
User Mobile Number: (This is a different custom field but same content)
<tr class="">
<td><label for="custEMAIL">Mobile Number</label></td>
<td><input type="text" name="cust[EMAIL]" id="custEMAIL" size="24" maxlength="1000"></td>
</tr>
Should cust[EMAIL]
be something like cust[CUSTOM_200000001]
?
Hello @dzungdo
Thank you for the screenshots. The issue is fixed. Please upgrade to v7.2.3
Select: Menu > Users > Associate Students with Parents This bring up a search page, One of the preconfigured field is "Email Address" - this searches correctly.
I have a custom field named "Phone", with type of "Text"
When search, the result failed to find anything. Because Search is searching for "custEmail"