Hi community! I am trying to fill in a text field in axure by clicking buttons.
For instance, if I have a button called “Fees”, then clicking it should fill my text field with the word “Fees”. If after that, I click another button called “Waivers”, then clicking it should insert the word “Waivers” under “Fees”.
How do I achieve this?
The idea is that these buttons are meant to be prompts that users can click and use to write.
@Butterfly94
so it’s to get the text of the button, and append into the existing content

appendText.rp (46.4 KB)
Hi Steven! Thanks for this. Unfortunately, I’m using Axure v8, so I’m unable to open this file:( What steps did you take to achieve this? This is exactly what I’m trying for.
@Butterfly94 nvm, i happen to install back RP8 recently, here you go 
AppendTextRP8.rp (51.0 KB)
1 Like
Thank you so much!! This is very helpful!