Jump to content

Radio button


Recommended Posts

  • 3 months later...

Hi @jnordstrand,

To better assist you with this, kindly provide us with the deployed URL of your DataPage so that we can try to formulate/create some CSS styles override to fix this using the Dev Tools in the browser. You can just remove the deployed URL of your DataPage in this post after this has been sorted out.

Regards,

TsiBiRu 

Link to comment
Share on other sites

Hi guys,

I did some research and taught myself some things. 

<style>

input[type="radio"] 
{
margin-right: 30px;
}
input[type="radio"] 
{
margin-left: 30px;
}
input[type="radio"] + label {

    font-size: 32px !important;

}
input[type=radio]{
 transform: scale(4);
}
</style>

 

This works and gave me Big buttons with spacing in between.  

  

Link to comment
Share on other sites

Hi @ Role21

I think you can just put two non-breaking line (&nbsp)  after your line break (<br>)

Here is a screenshot of the DataPage

image.png.ad6990c88f4fdd970401640345a41362.png

Here is a screenshot of the preview mode.

image.png.b385a5de55359e1a36a80068c5d306ee.png

If you want to further move the number (123....) to the left, just add one more non-breaking line (&nbsp)

I hope this helps.

Regards,

TsiBiRu

Link to comment
Share on other sites

  • 3 years later...

Hi - Just an update regarding Radio Buttons. Caspio will be introducing a new DOM structure of the radio button in DataPages. If you are using custom scripts to access the DOM structure of radio button groups, you should revise them to use the element “ID” or “name” or type=radio attribute instead. 

For more information, you can check it here: https://howto.caspio.com/release-notes/caspio-34-0/impacted-areas-34-0/

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...