Automatically show all the fields I typed at the back according to different card

My deck has 9 fields, 1 at the front and 8 at the back. Some of the fields at the back do not apply to some cards. (They are left empty in some cards)

One of a card in my deck:

{{FrontSide}}

<hr id=answer>

Brand Name: {{Brand Name}}<br><br>

Drug Category: {{Drug Category}}<br><br>

Uses: {{Uses}}<br><br>

Mechanism: {{Mechanism}}<br><br>

Conditions Treated: {{Conditions Treated}}<br><br>

Adverse Effects: {{Adverse Effects}}

I wonder if I can not typing all these by myself every time. Can it automatically show all the fields I typed at the back while keeping my current format?

If you only want each line to show if there’s something in that field, use Conditional Replacement – Card Generation - Anki Manual .

2 Likes

Thanks. :slight_smile: