Here's how to create a basic form in ChronoForms v 2.2.1
1) In ChronoForms Configuration select 'Titles Fields'
2) In ChronoForms Forms Manager create a new form.
3) Fill the General with these values (replace admin@example.com with another valid e-mail address)
4) In the Form Code tab copy and paste this code into the Form HTML field (please notice that all attribute values must have quotes round them e.g. "name")
- Code: Select all
Name: <input name="name" value="" type="text"><br />
E-mail: <input name="email" value="" type="text"><br />
<input name="submit" value="Submit" type="submit">
6) Click the form link and a new window/tab will open showing your form.
7) Complete the form and submit, check your inbox for the e-mail which should look like this:
That's it.
Bob
