Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
change colour of button in symphony chat bot form

How to change the colour of the submit button in form produced by chat bot.

file

this is in blue colour by default how to chenge it to say red colour or so.

  
  
Posted one year ago
Edited one year ago
Votes Newest

Answers


Hi Kunaal,

Thank you for your question,

For the 'Submit Button' - you will not be able to alter the colour of the button as this is specifically set to follow the submit action.

However, if you take a look at the following documentation - you will find that there is other ways to implement the 'Red' button you are looking for. I would recommend reviewing the use case / scenario beforehand as the 'Red' button associates itself with the 'destructive' style format.

https://docs.developers.symphony.com/building-bots-on-symphony/messages/overview-of-messageml/symphony-elements-1/buttons

If you have any further questions please let us know.

  
  
Posted one year ago
Edited one year ago
Kaosar Ahmed
310 × 3 Administrator
1K Views
1 Answer
one year ago
one year ago
Tags