## Step 1: Setup a Formworker account If you want to setup a new Formworker account or want to login one you already have, visit **[https://formworker.alreflections.net/](https://formworker.alreflections.net/)**. From their, you'll have to provide your login credentials or click the **[REGISTER](https://atinas.alreflections.net/login/register.html)** button.
## Step 2: Findout your unique action URL and build the HTML Form For all forms you'll make in the future, your **Unique Form Action** is that one located at the bottom of the _dashboard home_. For any HTML Form to submit into your Formworker account the action attribute of your form element should be exactly that and the method must be **GET**. eg: `
`
### He're codes of a complete form example ```html form id="iblink-form" action="https://formworker.alreflections.net/plugin/ZXlKTVNKOQ" method="GET" data-hs-cf-bound="true">
``` ### What is the thank page and how set it? In the above codes, there's a hidden input element that looks like this: ``. So, the role of that input is to specify the URL Formworker should redirect to after recieving the form submission. *You can change the value attribute to any **URL** you want*. ## Step 3: Go back to Formworker to set your submissions ### All Submission will appear on the home page
### The golden READ button provides full submission details