Post any questions you have about using the Verj.io Studio, including client and server-side programming with Javascript or FPL, and integration with databases, web services etc.
Select the field control, click Html Element Properties in Properties view, click Editor Input tab, then enter placeholder='Enter Your Name' in Custom Attributes.
Jon,
Can custom attributes be managed via code (server-side).
based on another thread asking on how to mark a button as disabled... thought could be done by adding disable="disabled" attribute but need to be at run time.
No, you can't set HTML attributes dynamically on the server, but it might be a good idea for an enhancement. At the moment, you would have to do this on the client e.g. using jQuery.