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

Anonymous Access to VisualForce Page (Event Registration Form)
I want to allow people to register for an event I have created a VFP for this however I'm not sure how to allow "Anonymous" people to access this page ( people who do not have salse force accounts). What are the setps involved in this.
Thansk.
The only way to allow unauthenticated access to Salesforce that I'm aware of is using a Force.com site. This allows you to expose visualforce pages as a publicly accessible web site. There is a 'guest' profile associated with the site for public access, and you can add access to the visualforce pages you want to expose through that.
There's lots of good information at the Force.com Sites wiki page: http://wiki.developerforce.com/page/Sites
All Answers
The only way to allow unauthenticated access to Salesforce that I'm aware of is using a Force.com site. This allows you to expose visualforce pages as a publicly accessible web site. There is a 'guest' profile associated with the site for public access, and you can add access to the visualforce pages you want to expose through that.
There's lots of good information at the Force.com Sites wiki page: http://wiki.developerforce.com/page/Sites
Is there any other way to expose just a single VF registration page without using site.com? The reason, we do not need all the other functionality and paying almost 1.7K per month does not make sense.
We need to have bunch of logic based on email the user enters for registration, like account he will be tied to, level of access he may get, etc. This is for customer portal registration and we do not want to use out of box registration.
Thank you for your time in advance.
regards
Mitesh
Yes - if you have enterprise or unlimited edition you can use a Force.com site - these are included in the license. You'll have to build your own pages from scratch, but if they are simple that shouldn't be too difficult to do.
You could also bend web to lead or web to case to do this.
You may hear soon from me :(
regards
Mitesh