Notifications
Clear all
Topic starter
Here is a form I am working on. How do I get the first four dropdowns with the pre and post op diagnosis to automatically number when they are chosen.
for example:
1. Preoperative Diagnosis: complex regional pain syndrome
2. Preoperative Diagnosis: facet arthropathy
3. Postoperative Diagnosis: facet arthropathy
4. Postoperative Diagnosis: complex regional pain syndrome
Posted : September 26, 2013 3:03 am
One simple way would be to use the translation pretext position. Since you're using dropdown menus, and the choices from the first one are always to be number 1 you can hard code it. For example, on your first drop down (Use 2 for the second list, 3 for third, etc.):
{CFMT(DOCUMENT.PREOPERATIVE1,
"", "1. Preoperative Diagnosis: ", "", "
"
)}
Posted : September 26, 2013 5:35 am