Getting Started
Simple installation
Step 1: Generate form token
Click here to generate your form token. It will arrive in your email.
Step 2: Set up the HTML form
On your website, create a form. Connect it to the FormFlex API by using the "" attribute. Include the form token you generated earlier as a hidden field as shown below:
Use the nameformToken
for the hidden input type to ensure form submission works.
Step 3: Done
Following these steps, you can collect user input on your website, securely transmit it to the FormFlex API, and have it processed and delivered as an email to your designated recipient.
Last updated