Forum Discussion
EvanMartinez
5 years agoModerator
Hi Paul,
I just wanted to give you a heads up that javascript within your forms and buttons directly is something that we don't support and that as we continue to develop QB over time there is always the chance that javascript will break or the responses you get will potentially be inaccurate as we develop. I'm curious what this alert box that returns the valuable of a variable is doing for your work flow? Is it supposed to be altering your end user about a value on the record when they are putting in data or when opening records? Depending on what you are trying to achieve we might have some alternatives that use supported methods we can suggest. Thank you for your time today.
------------------------------
Evan Martinez
Community Marketing Manager
Quick Base
------------------------------
I just wanted to give you a heads up that javascript within your forms and buttons directly is something that we don't support and that as we continue to develop QB over time there is always the chance that javascript will break or the responses you get will potentially be inaccurate as we develop. I'm curious what this alert box that returns the valuable of a variable is doing for your work flow? Is it supposed to be altering your end user about a value on the record when they are putting in data or when opening records? Depending on what you are trying to achieve we might have some alternatives that use supported methods we can suggest. Thank you for your time today.
------------------------------
Evan Martinez
Community Marketing Manager
Quick Base
------------------------------
- PaulPeterson15 years agoQrew Assistant CaptainI am trying to display the value in a formula text field either on a button click or on hover.
------------------------------
Paul Peterson
------------------------------- EvanMartinez5 years agoModeratorHi Paul,
If you can get the value to display in a formula text or formula rich text field you could make a button which checks or unchecks a hidden checkbox field and then use form rules to have it hide or show based on a user checking/uncheck that checkbox. You could also just have the checkbox field be what the user interacts with. For example if you want a calculation to show up only when someone checks a "Form ready for submission" checkbox then you would just have the formula rich text field hidden until that checkbox gets checked. That way you don't have to use any non native features or javascript. You can potentially even set it up so the field only shows when values in a certain range are in the field if you want to remove the button step entirely.
------------------------------
Evan Martinez
Community Marketing Manager
Quick Base
------------------------------