function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
DesaiDesai 

Web form on Force.Com

Hi,

There is web form created on Force.com. Any data that gets captured on the web form needs to move directly to SF appicaiton in an automated manner.
How to start with this ?

Reards,
Desai
NagendraNagendra (Salesforce Developers) 
Hi Desai,

If you're looking to build one for yourself then I would suggest you get started with these - 

Visual Workflows http://help.salesforce.com/apex/HTViewHelpDoc?id=vpm_admin_flow_overview.htm

Force.com Sites https://help.salesforce.com/HTViewHelpDoc?id=sites_overview.htm

Once when you're comfortable with both of them, you can learn these - 

Adding a Flow to a Visualforce Page https://help.salesforce.com/HTViewHelpDoc?id=vpm_admin_add_flow_to_vfpage.htm&language=en_US

Distribute a Flow to External Users https://developer.salesforce.com/docs/atlas.en-us.salesforce_vpm_guide.meta/salesforce_vpm_guide/vpm_distribute_external.htm

In simpler words, you'll be doing this - 
  • Create a Flow that can Created Records
  • Add that Flow to a VF Page
  • Create a Force.com Site
  • Add this VF Page to Force.com Site
  • Make your Site Public
For more information check with below link. Hope this helps.

Kindly mark this as solved if the reply was helpful.

Thanks,
Nagendra
EstherEsther

Hi Desai,

Here you can see the complete options and guide for the Salesforce form (https://arrify.com/salesforce-form-guide/):

Using gravity form: https://arrify.com/dynamic-form-in-salesforce-using-gravity-form/

Thanks!