How to add a form
Adding a from from external services
Last updated
Adding a from from external services
Last updated
If you want to add a form to the site, then you need to connect a third-party service. You can choose any service, they all can be connected in the same way.
How to add a form using Google.Forms as an example:
Go to Google Forms. Click on the «Open Google Forms» button. You will be redirected to the page with all your forms. Click the «Blank» button.
After filling the form with questions, click on the «Send» button.
In the opened window, click on the code icon <>. Here you can adjust the width and height of the form. Then click the «Copy» button to save the code to the clipboard.
Return to the Wfolio control panel. Click «+» to add a new block on the custom page.
Choose the Widgets tab and add an HTML block.
Paste the copied code into it.
If you want the form to be displayed the full width of the page, replace the width="640" value in the code with width="100%".
Now site visitors will be able to fill in the form on your website.