Why does adding %20 in contact_name as a parameter for VideoAsk embed become a plus sign instead of a space character?
For instance, this URL will pass the name as Mike+Block instead of Mike[space]Block
I also find it interesting that the docs suggest that I should use %25 for the phone number plus sign, but yet it also gives an example with the %252B prefix which does yield a plus sign. With %25 it causes an issue.
Any suggestions or updated documentation I can access?