No, it still just prints the macro as text in the field.
{% CurrentNode.GetCourseNameFromQueryString() @%}
Am I allowed to call macros in this field? It behaves as if macros are not parsed here.
This is what gets rendered to the screen:
<input
name="p$lt$zoneContent$plceMainPlaceholder$p$lt$zoneContent$htmlPageContent$ucEditableText$BizFormControl1$Bizform1$CourseName$textbox"
type="text"
value="{% CurrentNode.GetCourseNameFromQueryString() @%}"
maxlength="1024"
id="p_lt_zoneContent_plceMainPlaceholder_p_lt_zoneContent_htmlPageContent_ucEditableText_BizFormControl1_Bizform1_CourseName_textbox"
class="form-control"
>