Hi All,
is there a way to remove some spaces between the radiobutton list values?
Thanks
Hi All,
is there a way to remove some spaces between the radiobutton list values?
Thanks
Hi TTN,
The display type is set to 'Table', you just need a script to change it to 'Block'.
Add a data lable to your view/form and set the following script as an expression:
<script type="text/javascript">$(document).ready(function(){
$('.stack-container').css({"display": "block"});
});
Hope that helps
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.