Question

How to change Link for Sending Feedback in Web Presence Builder?

Resolution

  1. Find Instance where Web Presence Builder is installed: POA-> Service Director->Application Manager-> Parallels Automation for Web Presence->Instances->click on instance and find Webspace ID. Example:

    Webspace ID 100269
    
  2. Now go to the server where this instance is located physically and find file config. Example:

    /usr/local/pem/vhosts/100269/webspace/siteapps/123/htdocs/config
    
  3. Correct URLs under help section in config file:

    [help]
    feedback_url = "http://domain.tld/contact"
    

Also you could change link to User's Guide, just add help_url to [help] section:

[help]
feedback_url = "http://domain.tld/contact"
help_url = "http://domain.tld/help_guide"

Internal content