Skip to content

Commit

Permalink
Demo: 'Where do you live' has 'Other' option
Browse files Browse the repository at this point in the history
  • Loading branch information
plepe committed Jun 28, 2018
1 parent 0f6efb7 commit 09685cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/demo_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ function(value, form_element, form) {
),
'residence' =>array(
'name' =>"Where do you live",
'type' =>"select",
'type' =>"select_other",
'values' =>array("Austria", "Australia", "Germany", "Great Britian", "USA", "asdfjaksdfj klasdjfkas jdfkassjdk fjaksjdfka jsdfk jaskdfjlkas jdfkasdfj kasfjdk jaskdfjkas jdfkl ajsfkdjadjf kljadfljadf"),
),
'supervisor' =>array(
Expand Down

0 comments on commit 09685cd

Please sign in to comment.