You need to sign in to do that
Don't have an account?

How to create a web form that syncs with Salesforce? (newbie)
I'm building a website for a small company that uses Salesforce and they would like to include a "Contact Us" form on their site that submits the user input to Salesforce.
Is this possible?
If so, is there any existing documentation on how to do this?
I searched the Salesforce "Help" section but only found a few brief references to "Web to X" and "Web to Lead" forms...nothing very instructional.
Thanks in advance for your help!
BC
I'll give this a try.
Just to be clear: do you mean the "setup" link in the upper-right corner? I think I have limited access so I don't see a "Leads" option once I click this. I can check with the admin if needed.
THanks,
BC
It's shocking that this information is not in the "help" files but this is exactly what I'm looking for.
Much appreciated,
BC
I've also been able to find some helpful threads on this site. Great forum!
>>BC
So my question for SF would be: is it advisable to use the AppExchange API to do insert/updates to Lead and Contact objects everytime a web form on our site is completed. This would require a separate login/merge/logout API transaction for every form which might number in the 100s or 1000s per day. Or is it recommended that the best way is do synchronization of SF with web form-collected data on a scheduled basis (30 mins or hourly, etc.) and how tight a frequency is acceptable.
Thx
To solve your lead duplicated problem, you should try to use FormVester for AppExchange instead of the default salesforce, web2lead functionnality. The application allows to generate new leads in salesforce from any of you existing online forms (simply insert a javascript snipet code in your website pages). FormVester has a deduplicate function, so that it always checks if the lead already exists in salesforce before generating it. If the lead already exists, the lead is simply updated.
Hope it can help. - Look for FormVester in the AppExchange.
Salesforce provides various options for creating dynamic web forms based on specific needs, desired level of customization, and desired functionality. There are multiple methods for creating a web form including :
- Lightning App Builder : This is a point-and-click tool that allows you to create custom pages, including forms, for your Salesforce org.
- Web-to-lead : This is built in functionality which used to capture the leads from your website and save in Salesforce.
- Visualforce Pages : This is a markup language that enables you to create custom pages using HTML, CSS, and Apex code.
- Custom Lightning Components : This is a framework for building reusable UI components using HTML and JavaScript.
- Third-party tools : There are several third-party tools available that allow you to create forms in Salesforce, such as Form Assembly, Gravity form and more.
For a complete guide to create web form in salesforce, visit at https://arrify.com/dynamic-form-in-salesforce-using-gravity-form/, this article provide complete information to create dynamic web form in salesforce using gravity form.