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
Submit Elements Form Multiple Times

i pinned the message with symphony elements in IM, once we clicked any of the button the remaining button got disabled and we are unable to use the pinned message for another action.

so is there any way to pin the message or im doing anything wrong here.

in the 1st screenshot i have pinned the message, once i click the button remaining button got disabled in the second screenshot.

file

file

  
  

Can you provide the relevant code you're using, the exact steps you took and perhaps screenshots of the result?

Yong Sheng Tan   2 years ago Report
  
  

Please edit your question or use this comments thread instead of posting an answer

Yong Sheng Tan   2 years ago Report
Votes Newest

Answers


Your form needs to have multi-submit enabled.

<form multi-submit="reset">
	...
</form>

Please refer to the documentation for more details.
https://docs.developers.symphony.com/building-bots-on-symphony/messages/overview-of-messageml/symphony-elements-1#attributes

  
  
Posted 2 years ago
Yong Sheng Tan
39 × 2 Administrator
2K Views
1 Answer
2 years ago
2 years ago
Tags