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
Mathew Thomas 29Mathew Thomas 29 

I want to create an input form using Visualforce but not for a standard but a custom object. For example a form that takes credit card information. How do I go about that?

VinayVinay (Salesforce Developers) 
Hi Mathew,

Check below references.

https://trailhead.salesforce.com/en/content/learn/v/modules/visualforce_fundamentals/visualforce_forms
https://developer.salesforce.com/forums/?id=906F0000000kCIiIAM

Thanks,
Mathew Thomas 29Mathew Thomas 29
So like Account would be a standard object what if I had a custom object like Payment how would I create a inputfield for that or go about making the apex controller!