Hi everyone,
I want to create a page and send its link to someone outside the system who can send attachments (without logging in), so that the attachments are stored within the system, how can I do that?
what’s the idea?
can anyone help me !
Welcome to ERPNext!
Web Forms should help you accomplish this pretty easily.
Hope this helps, thanks!
Thanks!
In Web Form, How can I assign a link to each user, so that different information will appear for each user?
What do you mean? When a user submits a web form it automatically creates a document under the associated doctype, so it should generate a unique one per user.
I mean the Web Form shows different information for each user(Depending on each user, different information appears), so that I put his name and information and below attachments attached by the user, how can I do it?
do you mean that when the user logs in, vthey would see the info they submitted?
No , I want send its link to someone outside the system who can send attachments (without logging in), The Web Form shows different information for each user
Then you’ll probably need to make a new webform on a per-user basis…