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
sk kumarsk kumar 

i hav created a heard coded button named 'search' in visualforce page.but i want to change the button to another botton named 'submitt' without the use of controller or coding...how can i achieve this ? anyone plz help me out..!!

Ramu_SFDCRamu_SFDC
Hi, this can be done only by editing the visualforce page. All you need to do is pick the value of action attribute on search button and put it to Submit button. You may then remove the line of code for search button.

Please provide your visual force page code so that i can tell you where to change what.