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
NeerajaNeeraja 

Input form

I need help for the following. I need to create a visualforce page (data input form ) using 
one standard object(Contact) and one custom object(Testresults). They have a lookup relationship. I know 
I need to write an extension but I am new to coding. Is there any way I can do this without any coding?
Thank you.
ericmonteericmonte
What kind of forms are you trying to do? You can create a simple visualforce page with a standard controller. Try looking at trailhead for fundamentals on Visualforce pages:

https://developer.salesforce.com/trailhead/module/visualforce_fundamentals
NeerajaNeeraja
 I am trying to create Student registration Form. I need to pull few fields from Contact object and few fields from custom object. I will look at trailhead.
Thank you.