Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 562 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 562 Bytes

Official Site Documentation

FORM CONFIGURATION

  • Create and account with Form Spark.
  • Create a New form
  • Go to "How-to" tab and copy your form's action URL
  • Replace it within the params section of your site's configuration in ./config.toml
<!-- ./config.toml -->

form_submission_redirect = 'https://flaxandteal.co.uk/thank-you/'
form_action_endpoint = 'https://submit-form.com/xxxxxxxxx'

Converting from png to webp

Currently done by mogrify -format webp -quality 80 X.png with ImageMagick installed.