You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!