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
sunnyssksunnyssk 

web to object in salesforce

Hi all........

I have a requirement like there is one custom object by name 'Position'..... I need its data to be filled from web form. How to implement it.

Note: I am already using lead object so cant use it for this purpose.........

wt35wt35

There is basically no web-to-anything feature out-of-the-box in Salesforce, apart from Web to Lead and Web to Case.

 

Then it depends if the customers must authenticate or not.

 

If yes, you can use CUstomer Portal (now called Communities) but you will have to pay licenses...

 

For unauthenticated ones, you can try 3rd-party apps:

https://appexchange.salesforce.com/listingDetail?listingId=a0N30000001rmjpEAA

https://appexchange.salesforce.com/listingDetail?listingId=a0N300000016ac6EAA

 

or build your own integration with ie. the PHP toolkit:

http://wiki.developerforce.com/page/Force.com_Toolkit_for_PHP

 

AmitSahuAmitSahu
If you don't have time to develop.  Here is one app :

http://getthekt.com/2016/07/20/web-to-sobject-in-salesforce/

http://getthekt.com/2016/07/20/web-to-sobject-in-salesforce/