• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Checkbox background when checked

Checkbox background when checked 3 years 8 months ago #41447

  • bobbla
  • bobbla's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
Hello
To my frustration, I have not been able to change the background of a checked block using the checkbox.

The structure of the HTML is not good.

The label should be inside the checked element, not outside.

Today is the structure like this:
<div class="rsform-block rsform-block-packageselect">
				<label class="formControlLabel" for="packageSelect"></label>
				<div class="formControls">
					<div class="formBody">
						<div class="formplate"><label for="packageSelect0"><span class="fp-radio"><input type="radio" name="form[packageSelect]" value="Basic Web Maintenance" id="packageSelect0" class="rsform-advradio"></span><span class="text">Basic Web Maintenance</span> <span class="price">$ 99.00</span></label><label for="packageSelect1"><span class="fp-radio"><input type="radio" name="form[packageSelect]" value="Pro Web Maintenance" id="packageSelect1" class="rsform-advradio"></span><span class="text">Pro Web Maintenance</span> <span class="price">$ 159.00</span></label><label for="packageSelect2"><span class="fp-radio"><input type="radio" name="form[packageSelect]" value="Advanced Web Maintenance" id="packageSelect2" class="rsform-advradio"></span><span class="text">Advanced Web Maintenance</span> <span class="price">$ 299.00</span></label></div>
						<span class="formValidation"><span id="component273" class="formNoError">Invalid Input</span></span>
						<p class="formDescription"></p>
					</div>
				</div>
			</div>

How can I achieve what I want?
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!