Reply To: 2026 Quform V2 WordPress: Minimum Responses

Home Forums Quform WordPress 2026 Quform V2 WordPress: Minimum Responses Reply To: 2026 Quform V2 WordPress: Minimum Responses

#38010
MediaServices
Participant

1. Thanks for the tip about renewing support.

2. To get the code working, I added a checkbox section with a faux I’m not a Robot:

I am Human *

[ ] No [ ] Maybe [ ] Yes

The following code is outputted, so I tried this in the add_filter, but it’s not picking it up. What’d I do wrong?

add_filter('quform_element_valid_12_79', function ($valid, $value, $el)

Code from the new Checkboxes at the bottom of the form at https://charlestonwomen.com/sheshines-voting/

<div class="quform-element quform-element-checkbox quform-element-12_79 quform-cf quform-element-required">
	<div class="quform-spacer">
	<div class="quform-label quform-label-12_79">
		<label class="quform-label-text" id="quform_12_79_575b36_label">
		I am Human<span class="quform-required">
		*</span>
		</label>
	</div>
		<div class="quform-inner quform-inner-checkbox quform-inner-12_79">
			<div class="quform-input quform-input-checkbox quform-input-12_79 quform-cf">
				<div class="quform-options quform-cf quform-options-columns quform-3-columns quform-responsive-columns-phone-landscape quform-options-simple" role="group" aria-labelledby="quform_12_79_575b36_label">
					<div class="quform-option">
						<input type="checkbox" name="quform_12_79[]" id="quform_12_79_575b36_1" class="quform-field quform-field-checkbox quform-field-12_79 quform-field-12_79_1" value="No">
						<label for="quform_12_79_575b36_1" class="quform-option-label quform-option-label-12_79_1">
						<span class="quform-option-text">
						No</span>
						</label>
					</div>
					<div class="quform-option">
						<input type="checkbox" name="quform_12_79[]" id="quform_12_79_575b36_2" class="quform-field quform-field-checkbox quform-field-12_79 quform-field-12_79_2" value="Maybe">
						<label for="quform_12_79_575b36_2" class="quform-option-label quform-option-label-12_79_2">
						<span class="quform-option-text">
						Maybe</span>
						</label>
					</div>
					<div class="quform-option">
						<input type="checkbox" name="quform_12_79[]" id="quform_12_79_575b36_3" class="quform-field quform-field-checkbox quform-field-12_79 quform-field-12_79_3" value="Yes">
						<label for="quform_12_79_575b36_3" class="quform-option-label quform-option-label-12_79_3">
						<span class="quform-option-text">
						Yes</span>
						</label>
					</div>
				</div>
			</div>
		</div>
	</div>
</div>
Be inspired. © 2025 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy