Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
this code as a formula Rich text field will make an extra save button to put on your form.
"<a id='saveButton' class='Vibrant Success' onclick='DoSave()' href='#'>WhatEverYouWantYourButtonToSay</a>"
The colors can be controlled by the words. Ignore the formula, I'm just showing you the colors available. But I think that the success which used to be green got turned into blue when we had the purple day rebranding at Quick Base a few months ago.
List(" ",
"<a class='Vibrant'>Vibrant</a>", // regular grey button
"<a class='Vibrant Alert'>Vibrant Alert</a>", // yellowish
"<a class='Vibrant Danger'>Vibrant Danger</a>", // red
"<a class='Vibrant Primary'>Vibrant Primary</a>", // blue
"<a class='Vibrant Snowy'>Vibrant Snowy</a>", // white
"<a class='Vibrant Success'>Vibrant Success</a>" // green
"<a id='saveButton' class='Vibrant Success' onclick='DoSave()' href='#'>WhatEverYouWantYourButtonToSay</a>"
The colors can be controlled by the words. Ignore the formula, I'm just showing you the colors available. But I think that the success which used to be green got turned into blue when we had the purple day rebranding at Quick Base a few months ago.
List(" ",
"<a class='Vibrant'>Vibrant</a>", // regular grey button
"<a class='Vibrant Alert'>Vibrant Alert</a>", // yellowish
"<a class='Vibrant Danger'>Vibrant Danger</a>", // red
"<a class='Vibrant Primary'>Vibrant Primary</a>", // blue
"<a class='Vibrant Snowy'>Vibrant Snowy</a>", // white
"<a class='Vibrant Success'>Vibrant Success</a>" // green