Forum Discussion
Creating a "phone" interaction - Numerical Keyboard to fill in text input
Here's what I came up with.
- CassandraOpo0053 years agoCommunity Member
That is so cool an exactly what I want to happen! Wow! Thank you so much! To make this work across multiple entries would I just need to copy everything and then change the JavaScript line 2 from inputField to the variable for that screen?
- RussellKillips-3 years agoCommunity Member
Hi Cassandra,
On the Base Layer, there is a Trigger that sets the inputField to the variable that you want to update.
Set inputField to value DriverID when timeline starts on this slide.
Take a look at this attached example. For slide 2, there are two input fields: FirstNameField, and LastNameField.
On Click of the First Name Field there is a trigger that sets the inputField to the variable FirstName.
On Click of the Last Name Field there is a trigger that sets the inputField to the variable LastName.
- CassandraOpo0053 years agoCommunity Member
Ah I see it, tried it out and looks super easy to use and change. Thank you so much! If I wanted to try and create the keyboard area to mimic this setup
Would I just need to adjust the shape name and text display then copy and modify the triggers for one already created?
Related Content
- 10 months ago
- 8 months ago