Hi,
I have a website implemented with Hugo and I have noticed today that if I set up the baseURL
, either by using the baseURL
key in Hugo’s config or by setting up the -b
option in the netlify.toml
config (as indicated in the docs) then the form processing by Netlify doesn’t work, i.e. the data-netlify="true"
and honeypot keywords are still shown in the resulting (deployed) URL and indeed the form looks like it’s submitted but nothing is processed from Netlify.
My contact form is very simple (here is the form tag; and all fields have name tags):
It would be okay for me to leave the baseURL
option blank/default (/
), but this means that the RSS generated will have relative links (i.e. one cannot open links to the webpage from an RSS reader).
Is this a bug or do I need some extra tweaking in order to use the forms/baseURL correctly?
Thank you in advance!