Website import
By default website import is available in builder by hovering New/Reset button and choosing Import option.
Import can also be implemented on your hosting website as a simple form. The form submits import request to your public demo URL in order to show your client how importer works. Here is an example:
<form action="https://test.site.pro/" method="get"> <input type="text" name="import" /> <button type="submit">Import</button> </form>
If you want to import exact website you can do it with a simple link:
<a href="https://test.site.pro/?import=www.example.com">Import</a>