Position & Hide/Disable Buttons just like Form Fields

Position & Hide/Disable Buttons just like Form Fields

Hi Zoho developers,

I have a small request. Would it be possible for you to implement the following:


For Buttons in the stateless form,

1. Hide/Show

2. Enable/Disable

3. Reposition buttons, exactly like Form Fields

4. Change the "text on this button"  via script

--------------updated---------

4. These buttons would have several 'States'
5. User  can add, remove 'States'
6. Button will be switched within 'states'  like this: 

       If ( input.nameverify == input.name )

        {   Changestate button1  register;  }

       else 
       {   Changestate button1  home; }

7. Each button 'State'  will have an On Click --> Script   where the code for that particular workflow validation can be given.

8. Additional to this  Forms can have states as well, with a set of fields shown and other hidden.

  So in short we have Form states  and button states we can switch from, instead of manually defining it each time.

The huge advantage in this is, that form will be reusable, we don't need a hundred forms for each customization.

I believe this will add the biggest yet arm in interactivity to the budding ZC platform.


Thank you