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
Carson HuangCarson Huang 

External HTML Registration Page to create a user

I am a beginner in Apex and VisualForce, having started only learning it last week. I am looking for a way to use an external HTML page, not on the force.com platform, to create a user. Basically, after submitting, the information on that html page will be sent (in whatever ways) to create a user on the force.com platform. Can anyone give me any leads on how I may accomplish this?
KevinPKevinP
So far as I'm aware it's not possible to create a user this way. The form elements are cross site scripting aware / protected.