Amber,
As Babi mentions, Don's response should get you started on your button. If you're interested in learning more about how to make rich text buttons, here are a few tips and resources:
- Magic Buttons on the App Exchange has many great examples for future reference
- On a high level, a Rich Text button is just an HTML anchor element formatted to look like a button. If you think about it that way, it's a little easier to digest.
- The "href" attribute will almost always be a QuickBase API call using the URL alternative (and you can use any of them.) In case you're not familiar, an API call is like an advanced version of QuickBase's formula functions.
- You can read about the available API calls here
- You can read about HTML anchor elements here
- Anchor elements can be formatted using inline styling (read more here) using most CSS properties available to the Button element.
- Make sure to use the URLEncode() function around any fields that are not number or text, have spaces, or have special characters.
Once you get comfortable with HTML in Rich Text fields, the world is yours regarding most standard HTML elements. We've had success embedding <table> elements containing multiple different <a> buttons.
Some users have even added <iframe> elements!
------------------------------
Evan Westbrook
PRIME Developer
Harder Mechanical Contractors Inc.
Portland OR
------------------------------