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
Justin Bernard Rafael CosioJustin Bernard Rafael Cosio 

Adding custom logic to VF pages in professional edition.

Hi, I am trying to make a VF page work where there are 6 radio buttons and one save/edit button

Now, how this works is initially, the radio buttons are read only and the value of the save/edit button is "edit", if i click "edit", the radio buttons will be clickable to select one of the six choices and the value of the save/edit button will be "save"

Is there a way to create this logic in professional edition considering that apex classes over there are not available?
SonamSonam (Salesforce Developers) 
Justin,
You could try using javascript:http://salesforce.stackexchange.com/questions/7229/using-jquery-to-disable-vf-page-button-onclick