Hi Kunaal,
Thank you for your question,
The customisation for many of the Symphony MessageML format elements is quite restrictive when compared to other markup languages such as HTML.
You can take a look & review the 'Style Attributes' supported with MessageML:
https://docs.developers.symphony.com/building-bots-on-symphony/messages/overview-of-messageml/messageml-basic-format-tags/style-attributes
There might be some limitations on using specific Style Attributes in checkboxes and textboxes depending on how you are planning on using the style attributes with the MessageML.
If you use the following PresentationML Renderer Tool to test and trial out your MessageML syntax to validate whether it will be supported by the Symphony front-end renderer. If it does not work or render on this tool, then it is unlikely that it will work inside the Symphony chat.
PresentationML Renderer Tool: https://renderer-tool.app.symphony.com/
If you have any further questions or feedback - feel free to let us know.
should we use it with CSS or direct right it with form messageML format, An example to implement these style attribute would be very helpful.
should we use it with CSS or direct right it with form messageML format, An example to implement these style attribute would be very helpful.
It would be advised to review the documentation link provided then try to formulate the MessageML in the PresentationML Renderer Tool to test to see whether the MessageML will render in Symphony.
As mentioned - there is similarities but not a direct like for like to other markup languages - meaning there will be small differences to the style formatting but you can take a look at the 'Sample' template from the PresentationML Renderer Tool to see what can be achieved.
Hope that helps.
should we use it with CSS or direct right it with form messageML format, An example to implement these style attribute would be very helpful.