Salesforce: Creating a User Registration Form using VisualFocre

I have below requirement to Create a VF page – ‘Registration Forum’ having 1.Name field 2.Age field 3.Project Unit field 4.Gender as Radio Button with values – M and F 5.Certification as Picklist with Values – PD1, ADM 201, PD2, App Builder, Sales Cloud, Service Cloud 6.2 buttons – save and reset 7.Attachment area – where we can browse and add any document there. Save ButtonA record should get created in one object (Any object u can mention) Reset Button – Page should not get refreshed, just values get refreshed with blank value. As I am new to SFDC, could you please help me to get it done? Thanks

asked Jul 10, 2017 at 14:37 Praveen Verma Praveen Verma 41 1 1 silver badge 10 10 bronze badges I wnt to add attachment in VF "/> " filename=""/>"/> Commented Jul 10, 2017 at 21:33

2 Answers 2

It's hard to tell from your question exactly what you're looking for, but here is a visualforce page that saves to a custom object called Form__c. To do the save and reset you'll probably need an Apex extension. I'm not sure if your browse documents is for Salesforce documents or local files.