Creating Link to Support Form on Your Site

The Plesk support form link is defined by the support_url parameter in the psa.misc table of the Plesk's database. If the support_url parameter is absent or empty, upon clicking the Tools & Settings > Support button, the user is redirected to provider's support through the following URL:

'https://www.example.com/support/request/?sv=' . urlencode(serialize($val))

where $val is an associative PHP array containing the following parameters:

Before changing the link, consider the following to ensure that the support page of your site is configured properly:

To make the Support button open the support form on your website, follow these steps:

  1. Connect to the Plesk's database (psa).
  2. Run the following query:

    Where 'https://example.com/support' is the URL of the support page on your website.

    Where 'https://example.com/support' is the URL of the support page on your website.