Reply To: Display data from a field on a previous page

Home Forums Quform WordPress Display data from a field on a previous page Reply To: Display data from a field on a previous page

#34351
MOVOX
Participant

Hi Ally,

I’m not sure that your response is the cause of the problem… In the radio button section of the form where the value is selected both the icon and the label are being displayed in a box which is 120px x 120px. The label is displayed over the image as I have applied the following CSS in Radio button element settings:

width: 120px;
height: 120px;
border: 1px solid #00ccff;
background-position: centre centre;
border-radius: 4px;
background-repeat: no-repeat;
background-color: #ffffff;
text-align: center;
font-size: 9pt;
line-height: 32pt;
color: #000044;
padding-top: 80px;

In the field where the values are to be displayed the box is 75px x 75px and I have applied the following CSS to the Outer Wrapper. I have also increased and decreased the top padding and line height several times to see if the text or part of the text would appear, but it doesn’t.

width: 75px;
height: 75px;
border: 1px solid #00ccff;
background-position: centre centre;
border-radius: 4px;
background-repeat: no-repeat;
background-color: #ffffff;
padding-top: 0px;
text-align: center;
font-size: 8pt;
line-height: 25px;
color: #000044;

Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy