How to add radio button in notes inside Journey task by using HTML code
Summary:
We wanted to add a sentence with radio button I agree as in below screenshot in Notes inside Journey task
Content (please ensure you mask any confidential information):
I tried using html code for adding radio button as below,
<!DOCTYPE html><html>
<body>
<input type="radio" id="agree"
value="HTML">
<label for="agree">I agree</label>
</body>
</html>
But this code is not working fine when we used inside notes.
Can anyone let me know "Is it possible to add radio button in notes as instruction inside Journey task".
Required thing in notes
Output after adding HTML code mentioned above
Tagged:
0