• Resolved SIngular B

    (@singularblogs)


    Hi. I have a problem ??

    If I type in Context a URL and it has parameters, when chatbot displays it in the response, it changes the “&” symbol to “&amp”.

    For example:
    URL in Context: [CLICK HERE](https://example.com/s/?user_id=6222A&cmp=chatbot&q={SEARCHPRODUCT})
    URL as displayed by chatbot in Link Text: https://example.com/s/?user_id=6222A&cmp=chatbot&q=red+shoes

    I have tried using backslash “\” or using %26 code to replace “&”, even using HTML code without Markdown, but the error persists.

    Can anyone tell me why this happens or give me a solution?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter SIngular B

    (@singularblogs)

    I am still working to find a solution…

    Thread Starter SIngular B

    (@singularblogs)

    I have already found the solution, which I will explain below in case anyone needs it.
    The special characters must be ALL replaced by their corresponding codes, in this case:

    • “?” > “%3F”
    • “=” > “%3D”
    • “&” > “%26”

    I am very happy to find this solution. I know that for many people it will probably be silly, but for me it is quite an achievement, since I don’t know anything about coding.
    Now the AI can really do all the hard work and it’s worth getting the PRO version of this plugin.
    Enjoy your day! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Parameters’ is closed to new replies.