Error in a form…
-
I have just found an error in one of my pages which was not there last year. Here is the html code:
<div class="col-md-12"> <div class="row"> <div class="col-md-3"> <label for="text_input" class="d-none">Marital Status </label> </div> <div class="col-md-9">[select menu-427 use_label_element class:form-control "Preferred" "Required" "No Preference" default:1] </div> </div> <div class="row"> <div class="col-md-3"> <label for="text_input">Marital Status </label> </div> <div class="col-md-9">[radio radio-230 default:1 "Married" "Single"] </div> </div> </div>
and here is what the form looks like:
https://www.cocn.org/churches-looking-form/
the html <select> code that I am familiar with does not look like this above. Can anyone tell me how to fix it so that it displays the proper drop down choices? All help appreciated!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Error in a form…’ is closed to new replies.