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
Developer129Developer129 

Attaching a form to each record in the custom list

Hi,

 

I have got a custom list, in the list items one of the columns consist of an input field and at the end of each record i want to place a button or link that would submit a form only specific to that record of the list. How can this be done in salesforce?

 

Thanks

bob_buzzardbob_buzzard

I'd use apex:ActionRegion components for this, rather than multiple forms.   The actionregion allows a button just to submit  back a small part of the form.

TrueCloudTrueCloud

Put your fields in an Iframe and process the form within the IFrame only.