Is that a step by step howto to easier add a custom form to Volto? And how can I add norobots to contact form

I am so first time to testing Volto and hope someone can give me some doc / reference links.

You need to install:

  • volto-form-block addon in the frontend
  • collective.volto.formsupport and collective.z3cform.norobots in the backend.

Then install these two products in the add-ons control panel and configure the norobots.

When adding a new Form block you will be able to configure a form and the norobots captcha.

May I know where is the buildout file of the backend, or how can I add addon?

Is that Now I should use pip install addon?

I don't know how you have installed Plone.

If you have a buildout, add the packages in your buildout's eggs option and run buildout.

If you are using the new setup, add them to your requirements.txt file and run make install

got it thanks

and
if I want to add environment-vars = which file should I look in.