Hello,
I need to make a page where it contains a custom widget.
How can I get a value from a selected value?
Example:
I have a select widget with values [Lucas, Rafael]
If the value selected is “Lucas” in the text box next to it, the value will be “lucas@teste.com.br”
Thank you very much!
- Create a page
- Add a variable selectedValue type JSON
- Add a select widget set the page
- Available Values = Lucas, Rafael
- Value = selectedValue
- Add a text box to the page
- Text = {{selectedValue}}@teste.com.br
- Preview
Works
regards
Seán
PS: As this reply answers your question, please mark as resolved.