You can add a HybridInfo section to regconfirm.txt to show the Online Note, URL, and custom text message when a student enrolls in a hybrid type course.
Sample HybridInfo Section
The statements in this sample HybridInfo section show the course URL (on course Comments tab) if it has a value, and the Virtual Attendance Notes from the Online Note field (on course Hybrid tab) -IF- the student chose a Virtual Attendance option.
##-HybridInfo-##
##iif(!empty(tCard.courl),"<tr><td>URL: "+tCard.courl+"</td></tr>","")##
##iif(tRegister.rghybrid="V",[<tr><td>Virtual Attendance Notes:<br> ]+strtran(tCard.conoteonl,chr(13),[<br>])+[<br></td></tr>],[])##
The HybridInfo section must be placed after the AsyncInfo section and before the CourseNotes section on the regconfirm.txt template.