Details
Description
Login as a client, click to Manage a domain using Namesilo. On the Whois tab, if the address, for example, contains a special character, it appears that htmlentities is output in the form per tab_client_whois.pdt.
For example:
The API returns:
[address2] => República
[city] => Asunción
But we populate the input fields like so:
<input type="text" name="registrant[ad2]" value="República" id="registrant[ad2]_id" class="form-control" placeholder="Address 2" />
<input type="text" name="registrant[st]" value="Asunción" id="registrant[st]_id" class="form-control" placeholder="State/Province" />
They appear in the browser like they do in the value of the input.