Create Contact Form
- Hover over the
customer form
request and click on the ellipsis (three dots). Select Duplicate. - Open the duplicated request named
customer form Copy
, rename it tocontact form
and click Save. - Change the URL to
{{SETUP_HOST}}/design/forms/Contact?nsfPath=customers.nsf
. -
On the Body tab set the request body content to:
{ "name": "Contact", "alias": "", "fields": [ { "name": "first_name", "type": "text", "allowmultivalues": false }, { "name": "last_name", "type": "text", "allowmultivalues": false }, { "name": "customerUNID", "type": "text", "allowmultivalues": false }, { "name": "job_title", "type": "text", "allowmultivalues": true }, { "name": "email", "type": "text", "allowmultivalues": false }, { "name": "phone", "type": "text", "allowmultivalues": false } ] }
- Click Send to make the request.
- Save and close the request.
Congratulations!
This request has:
- Created the Contact form in the customers database.