how to specify the class of elements?

hi there, does anybody know how to specify the existing class to an element?

for example, i need to specify the "form-control" class to a form input element.

If you have dragged your input/select etc.. element into a FORM element the app will automatically add that class for you. Otherwise, you can add it your self by selecting the element in the Overview page (bottom/left) then click on the HTML page (bottom/middle/left) then click on the Attribute pane below that. There you can add and ID and/or Class and add additional attributes using the PLUS icon. You must click APPLY for your changes to take effect.

Saj

aha, that's it. thanks very much

Your welcome, glad I could help :)

Saj