You need to sign in to do that
Don't have an account?
How to customize Page Layout's Section Styles
I would like to achieve something like this:

It is possible to do this using the Enhanced Page Layout Editor? Or it is only possible through VF page? This form have more than 200 fields by customer request and i don't want to code id...
It is possible to do this using the Enhanced Page Layout Editor? Or it is only possible through VF page? This form have more than 200 fields by customer request and i don't want to code id...
This is not possible, you can edit the page layout but you cannot change the style of standard layout. For more information regarding this, please refer the below links
- https://help.salesforce.com/articleView?id=customize_layoutcustomize_ple.htm&type=0
- https://developer.salesforce.com/forums/?id=906F0000000973AIAQ
Hope this links will help you to fix your issue. make it solved if its works for you.Best Regards,
Rakesh Thota.
Please try the below code.
Note:
- Make sure you use these attributes for the VF Parkup: showHeader="false" applyBodyTag="false" applyHtmlTag="false"
- Use the StandardController so that they are listed in the Visualforce Pages List when in the Edit Layout mode.
Hope this links will help you to fix your issue. make it solved if its works for you.