brotherton-erpnext/erpnext/docs/user/manual/en/website/web-form.md

37 lines
1.0 KiB
Markdown
Raw Normal View History

2015-11-05 11:25:10 +00:00
# Web Forms
<p class="lead">Add forms to the website that will add / update data in your tables. Allow users to edit / manage multiple web forms</p>
You can add forms in your website for example, Contact Us, Inquiry, Complaint etc. Data from these can fill up records like Lead, Opportunity, Issue etc. The user can also be allowed manage multiple records (like Complaints etc.)
---
### Creating
To create a new **Web Form** go to:
> Website > Web Form > New
1. Set the Web Form title and url.
1. Select the **DocType** in which you want the user to store the records.
1. Select if you require the user to login, edit records, manage multiple records etc.
1. Add the fields you want in the record.
2017-07-31 11:11:35 +00:00
<img class="screenshot" alt="Web Form" src="/docs/assets/img/website/web-form.png">
2015-11-05 11:25:10 +00:00
---
### Viewing
Once you create the web form, you can view it on the url and test it out!
2017-07-31 11:11:35 +00:00
<img class="screenshot" alt="Web form" src="/docs/assets/img/website/web-form-view.png">
2015-11-05 11:25:10 +00:00
---
### Results
Your data will be stored in the table you have selected
{next}