Forum Discussion
- MCFNeilQrew CaptainYou can do it just as you do a normal 'If' or 'case' formula.
If([Checkbox A]=true, "Button 1", "Button 2")If([Checkbox A]=true, "<a class=\"Vibrant Primary\" href=\"https://ctc.quickbase.com/db/bmqu5ffji?a=showpage&pageid=87\">Return To Dashboard</a>",
"<a class=\"Vibrant Primary\" href=\"www.google.com\">Go to Google</a>")- MannyCruzQrew Assistant CaptainAwesome! Thank you so much!
- MannyCruzQrew Assistant CaptainAlso, appreciate you pulling the code from my previous post, amazing (:
- MannyCruzQrew Assistant CaptainQuick question, how would I format this to include editing a field? Would I just add and API call for editing a record and specify the fields?
- MCFNeilQrew CaptainJust change the URL in the href='API_EditRecordURLCode'
Do you have an existing edit record URL to work with?