diff --git a/ui-admin/src/study/surveys/PreEnrollShortcutModal.tsx b/ui-admin/src/study/surveys/PreEnrollShortcutModal.tsx index 0d219e6fb..7dd557883 100644 --- a/ui-admin/src/study/surveys/PreEnrollShortcutModal.tsx +++ b/ui-admin/src/study/surveys/PreEnrollShortcutModal.tsx @@ -60,24 +60,17 @@ export default function PreEnrollShortcutModal({

- Participants can be directed to enroll using a customized URL with the following options: + Participants can be directed to your website with pre-configured enrollment options. + After configuring the options below, copy and paste the URL to + direct participants to the portal with your selected options.

- { - setSkipPreEnroll(!skipPreEnroll) - setQueryParams(prev => ({ - ...prev, - skipPreEnroll: !skipPreEnroll ? true : undefined - })) - }} label={'Skip Pre-enroll'} checked={skipPreEnroll}/>
{ @@ -94,7 +87,7 @@ export default function PreEnrollShortcutModal({
-
- URL -
- setShortcutUrl(e)}/> - navigator.clipboard.writeText(shortcutUrl || 'error: could not create url')}/> + { + setSkipPreEnroll(!skipPreEnroll) + setQueryParams(prev => ({ + ...prev, + skipPreEnroll: !skipPreEnroll ? true : undefined + })) + }}/> + +
+
+ Configured Portal URL +
+ setShortcutUrl(e)}/> + navigator.clipboard.writeText(shortcutUrl || 'error: could not create url')}/> +