Skip to content

Commit

Permalink
fixing dropdown prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ro committed Jan 16, 2015
1 parent cefb37c commit c68215b
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions members/W000821.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ contact_form:
- find:
- selector: "#required-prefix"
- fill_in:
- name: required-prefix
selector: "#required-prefix"
value: $NAME_PREFIX
required: true
- name: required-first
selector: "#required-first"
value: $NAME_FIRST
Expand Down Expand Up @@ -52,6 +48,20 @@ contact_form:
value: $MESSAGE
required: true
- select:
- name: required-prefix
selector: "#required-prefix"
value: $NAME_PREFIX
required: true
options:
Ms.: Ms.
Miss: Miss
Mrs.: Mrs.
Mr.: Mr.
Mr. and Mrs.: Mr. and Mrs.
Rev.: Rev.
Dr.: Dr.
The Honorable: The Honorable
Rabbi: Rabbi
- name: required-issue
selector: "#required-issue"
value: $TOPIC
Expand Down Expand Up @@ -94,7 +104,7 @@ contact_form:
Transportation: TRA
Trade: TRADE
Veterans: VET
Women's Issues: WOMEN
"Women's Issues": WOMEN
Welfare: WEL
Other Issues: OTHER
- name: required-response
Expand Down

0 comments on commit c68215b

Please sign in to comment.