You need to sign in to do that
Don't have an account?

Salesforce look and feel
Hi guys,
I have created one form with html code in the visual force page. In form tag am using method as post and action as some URL. Now i want this form look and feel in salesforce. Please help on this.
Please refer the screen shot of my form.
Please give some sample code for look and feel of salesforce.

I have created one form with html code in the visual force page. In form tag am using method as post and action as some URL. Now i want this form look and feel in salesforce. Please help on this.
Please refer the screen shot of my form.
Please give some sample code for look and feel of salesforce.
try using <apex:pageBlock> tag after <form> tag
Keep the fields in apex page block and pageblock section.