I'm creating a certificate form with which I need to give the users the
ability to add in roman numerals to the end of the name, if needed (e.g.
II, III, IV). The font we're using for the name is an old-english style
font, and using capital I's in the old-english font for this purpose
looks absolutely awful. What I'm hoping to do is either of these:-Store
the typed value in the NameField field as a variable, choose II, III,
etc. from a drop down, and have the roman numerals appended to the end
o...