How can I change background color int the input when changed the input’ value?
What you mean is after the user finish inputting or when the user is typing in the input?
Thanks reply.
I say that if initial content’s value was changed.
You can have a custom state called isChanged
which is set on the input and is no by default
You can have a workflow that changes the value of the custom state to yes when the input’s value has changed
Put a conditional on the input that is the custom state of isChanged
is yes, the input should have a background color
Thank you for your advice.
I see that it is possible to change color using by custom state and workflow.
There are about 80 inputs…
so I have to set 80 custom states and workflows, haha.
But may be This method is the only one good method.
Thank you very much.
Oh interesting, in that case, it might be better to use custom CSS and JS for an ID attribute that is the same for every input element. That way you would not have to have 80 or more different custom states and workflows
I see, if I can use custom CSS and JS, can set it all at once.
First, l try on manually configure the 80 inputs.
I’ll also look into how to use CSS and JS when I have time.
Thank you very much for all your advice.
No problem at all
Looking forward to it
This topic was automatically closed after 70 days. New replies are no longer allowed.