
답변 1개
You can able to set the value to the id attribute for input field in visualforce page.
<apex:inputField value="{!account.name}" id="frmId"/>

You can able to set the value to the id attribute for input field in visualforce page.
<apex:inputField value="{!account.name}" id="frmId"/>