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
anthonyleeanthonylee 

PHP form page to Salesforce Custom Object using REST API

I am trying to create php form page where the data gets created from the php form into Salesforce custom object using php and rest api.

 

Basically, we have people applying for jobs—and people can publically apply for jobs using the php form.

 

I have a visualforce page here: http://thrive.force.com/opportunities

 

But, I wanted to know how I can do that using php and rest api.

 

Any help will be appriciated!