Breaking <fields> apart problem

  • If I use WPRichText1.InputField('<','A_FIELD>','FIELDNAME'); it correctly inserts <AFIELD> into the text, and a runtime, the software will insert the correct data.


    But... Since I use field highlighting, it is obvious to my users that the first '<' highlights independantly of the 'AFIELD>' part, and that if you get the cursor between the parts you can type in!

    eg <dhjanjksnxjhnsxsAFIELD>

    Upon output of course it generates FIELDNAMEdhjanjksnxjhnsxs and this is very confusing. will there be a fix to make the whole inserted field be protected froom insertion between the < and >, and will there be a way to get the hot highlighting of the field to highlight it all and not just one part < or AFIELD> ??