Copy link to clipboard
Copied
how do I achieve it ? I found some examples googling around but none works good yet... please help..
Copy link to clipboard
Copied
Hey hey ! I did it !
Here one way just if someone is interested :
Insert into the body
TEXT BEFORE BLOCK<br>
<input type="radio" id="accept" onclick="document.getElementById('house').style.display = 'block', document.getElementById('decline').checked = 0"> I ACCEPT<br>
<input type="radio" id="decline" onclick="document.getElementById('house').style.display = 'none',document.getElementById('accept').checked = 0"> I DECLINE<br>
<div id="house" style="display:none">
Good, Accepted !!!. <br>
Second line bla bla bla
</div>
<br>
text after block comes here....
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more