Add Link to Enroll Participant in Report

#ETOResults #Link #EnrollParticipant

Updated over a week ago

You can add a link to enroll a Participant into a new Program within a report. This will allow you to enroll a Participant into a Program within the Site you are currently logged in to.

  • You will need to ensure that you have "Participant Site Identifier" in your Query Objects before getting started.

Step 1 – Create the following variable:

Enroll Participant Link

=Replace("<a href=\"https://secure.etosoftware.com/Participant/QuickEnroll/" + [Participant Site Identifier]+ "?ReturnPage=/Modules/Participants/AddEditClient.aspx%3fclid%3d"+ [Participant Site Identifier] +"%26readonly%3dtrue" +"\"target=\"blank\">" + "Enroll" + "</a>";",";"")

Step 2 – Add the variable to your table.

Step 3 – Right click within the cell where the link is displayed, select "Format Cell", and change the Display to Read content as: "HTML".

Once the link is available, you can click it, and a new page will open for you to enroll the Participant into a new Program.

Did this answer your question?