php - Changing field in Gravity form to a drop down list -
OK ... I have a form that lets users fill out unique stuff like address and what does not. Recently I wanted to change the "state" field to a dropdown list of states, instead of placing it as a field, which you can type
here what I have now ... .
& lt; Div class = "atl_form_row" & gt; & Lt; Service Category: & lt; Div class = "atl_left" & gt; & Lt; Span class = "mandatory" & gt; & Lt; / Span & gt; & Lt; Label class = "control-label atlFormLabel" service state: & lt; / Labels & gt; & Lt; / Div & gt; & Lt; Div class = "atl_right" & gt; & Lt; Input type = "text" placeholder = "service state:" id = "servicestate" name = "servicestate" class = "service_request_text" /> & Lt; / Div & gt; & Lt; / Div & gt;
I have tried to do something like that but unfortunately does not work ...
Any help would be appreciated!
Comments
Post a Comment