Making WordPress.org

Changeset 2797


Ignore:
Timestamp:
03/24/2016 10:35:43 PM (9 years ago)
Author:
iandunn
Message:

WordCamp Post Type: Create WordCamp posts from applications.

Location:
sites/branches/application-tracking/wordcamp.org/public_html/wp-content/plugins/wcpt
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • sites/branches/application-tracking/wordcamp.org/public_html/wp-content/plugins/wcpt/javascript/applications/wordcamp.js

    r2787 r2797  
    2222
    2323    var yesanswers                 = Array();
    24     yesanswers[ "pd-question-6" ]  = Array( "1865479", "1865480" );
    25     yesanswers[ "pd-question-9" ]  = Array( "1865375" );
    26     yesanswers[ "pd-question-13" ] = Array( "1865384", "1865385", "1865386" );
    27     yesanswers[ "pd-question-15" ] = Array( "1926723", "1926724", "1926725" );
    28     yesanswers[ "pd-question-20" ] = Array( "1865485", "1865486", "1865487" );
    29     yesanswers[ "pd-question-22" ] = Array( "1908677" );
    30     yesanswers[ "pd-question-27" ] = Array( "1865453", "1865454" );
     24    yesanswers[ "pd-question-6" ]  = Array( "Yes, more than one", "Yes, I've been to one" );
     25    yesanswers[ "pd-question-9" ]  = Array( "Yes" );
     26    yesanswers[ "pd-question-13" ] = Array( "Once per month", "Several per month", "One every couple of months" );
     27    yesanswers[ "pd-question-15" ] = Array( "Yes, and I've attended some of them", "Yes, though I haven't attended any", "No, we've had a few but they weren't very well-attended" );
     28    yesanswers[ "pd-question-20" ] = Array( "Yes, I've planned events of similar size/scope", "I've organized similar types of events, but smaller", "I've organized other events" );
     29    yesanswers[ "pd-question-22" ] = Array( "Yes, I have co-organizers already" );
     30    yesanswers[ "pd-question-27" ] = Array( "Yes, I know lots of local WordPress users/developers", "Yes, I know a couple of people who would be qualified" );
    3131
    3232    $( "input" ).click( function() {
  • sites/branches/application-tracking/wordcamp.org/public_html/wp-content/plugins/wcpt/views/applications/wordcamp/shortcode-application.php

    r2787 r2797  
    77 * todo
    88 *
    9  * make fields required
    109 * country use budgets iso. maybe create helper as wrapper
    1110 * go through and make sure each field is being shown and saved, especially ones with branching logic
    1211 * add post values back to form when errors? or browser validation enough?
     12 *
     13 * change q17 to individual fields?
    1314 *
    1415 * v2
     
    2829                    <div class="PDF_QT1900">
    2930                        <h2>Part I: About You</h2>
    30 
    3131                    </div>
    3232                </div>
     
    5050                            <label for="q_1079074_first_name">First Name</label>
    5151                            <br />
    52                             <input type="text" class="firstName" maxlength="50" name="q_1079074[first_name]" id="q_1079074_first_name" value="" />
     52                            <input type="text" class="firstName" maxlength="50" name="q_1079074_first_name" id="q_1079074_first_name" value="" required />
    5353                        </div>
    5454
     
    5656                            <label for="q_1079074_last_name">Last Name</label>
    5757                            <br />
    58                             <input type="text" class="lastName" maxlength="50" name="q_1079074[last_name]" id="q_1079074_last_name" value="" />
     58                            <input type="text" class="lastName" maxlength="50" name="q_1079074_last_name" id="q_1079074_last_name" value="" required />
    5959                        </div>
    6060                    </div>
     
    7878                        <label for="q_1079059_email">(e.g. john@example.com)</label>
    7979                        <br />
    80                         <input type="text" maxlength="100" name="q_1079059[email]" id="q_1079059_email" value="" class="survey-email required" autocomplete="off" />
     80                        <input type="email" maxlength="100" name="q_1079059_email" id="q_1079059_email" value="" class="survey-email required" autocomplete="off" required />
    8181                    </div>
    8282                </div>
     
    9999                            <label for="q_1079060_add1">Address Line 1</label>
    100100                            <br />
    101                             <input type="text" maxlength="100" class="a" name="q_1079060[add1]" id="q_1079060_add1" value="" />
     101                            <input type="text" maxlength="100" class="a" name="q_1079060_add1" id="q_1079060_add1" value="" />
    102102                        </div>
    103103
     
    105105                            <label for="q_1079060_add2">Address Line 2</label>
    106106                            <br />
    107                             <input type="text" maxlength="100" class="b" name="q_1079060[add2]" id="q_1079060_add2" value="" />
     107                            <input type="text" maxlength="100" class="b" name="q_1079060_add2" id="q_1079060_add2" value="" />
    108108                        </div>
    109109
     
    111111                            <label for="q_1079060_city">City</label>
    112112                            <br />
    113                             <input type="text" maxlength="50" class="c" name="q_1079060[city]" id="q_1079060_city" value="" />
     113                            <input type="text" maxlength="50" class="c" name="q_1079060_city" id="q_1079060_city" value="" />
    114114                        </div>
    115115
     
    117117                            <label for="q_1079060_state">State</label>
    118118                            <br />
    119                             <input type="text" maxlength="50" class="d" name="q_1079060[state]" id="q_1079060_state" value="" />
     119                            <input type="text" maxlength="50" class="d" name="q_1079060_state" id="q_1079060_state" value="" />
    120120                        </div>
    121121
     
    123123                            <label for="q_1079060_zip">Zip Code</label>
    124124                            <br />
    125                             <input type="text" maxlength="20" class="e" name="q_1079060[zip]" id="q_1079060_zip" value="" />
     125                            <input type="text" maxlength="20" class="e" name="q_1079060_zip" id="q_1079060_zip" value="" />
    126126                        </div>
    127127
     
    130130                            <br />
    131131
    132                             <select name="q_1079060[country]" id="q_1079060_country">
     132                            <select name="q_1079060_country" id="q_1079060_country">
    133133                                <option value=""></option>
    134134                                <option value="AF">Afghanistan</option>
     
    387387                        <ul>
    388388                            <li>
    389                                 <input type="radio" name="q_1045947[choice]" value="1865361" id="q_1045947_1865361" />
     389                                <input type="radio" name="q_1045947_years_using_wp" value="7+ years" id="q_1045947_1865361" />
    390390
    391391                                <label for="q_1045947_1865361" value="1865361">
    392392                                    7+ years </label>
    393 
    394                             </li>
    395                             <li>
    396                                 <input type="radio" name="q_1045947[choice]" value="1865362" id="q_1045947_1865362" />
     393                            </li>
     394                            <li>
     395                                <input type="radio" name="q_1045947_years_using_wp" value="6 years" id="q_1045947_1865362" />
    397396
    398397                                <label for="q_1045947_1865362" value="1865362">
    399398                                    6 years </label>
    400 
    401                             </li>
    402                             <li>
    403                                 <input type="radio" name="q_1045947[choice]" value="1865363" id="q_1045947_1865363" />
     399                            </li>
     400                            <li>
     401                                <input type="radio" name="q_1045947_years_using_wp" value="5 years" id="q_1045947_1865363" />
    404402
    405403                                <label for="q_1045947_1865363" value="1865363">
    406404                                    5 years </label>
    407 
    408                             </li>
    409                             <li>
    410                                 <input type="radio" name="q_1045947[choice]" value="1865369" id="q_1045947_1865369" />
     405                            </li>
     406                            <li>
     407                                <input type="radio" name="q_1045947_years_using_wp" value="4 years" id="q_1045947_1865369" />
    411408
    412409                                <label for="q_1045947_1865369" value="1865369">
    413410                                    4 years </label>
    414 
    415                             </li>
    416                             <li>
    417                                 <input type="radio" name="q_1045947[choice]" value="1865370" id="q_1045947_1865370" />
     411                            </li>
     412                            <li>
     413                                <input type="radio" name="q_1045947_years_using_wp" value="3 years" id="q_1045947_1865370" />
    418414
    419415                                <label for="q_1045947_1865370" value="1865370">
    420416                                    3 years </label>
    421 
    422                             </li>
    423                             <li>
    424                                 <input type="radio" name="q_1045947[choice]" value="1865371" id="q_1045947_1865371" />
     417                            </li>
     418                            <li>
     419                                <input type="radio" name="q_1045947_years_using_wp" value="2 years" id="q_1045947_1865371" />
    425420
    426421                                <label for="q_1045947_1865371" value="1865371">
    427422                                    2 years </label>
    428 
    429                             </li>
    430                             <li>
    431                                 <input type="radio" name="q_1045947[choice]" value="1865372" id="q_1045947_1865372" />
     423                            </li>
     424                            <li>
     425                                <input type="radio" name="q_1045947_years_using_wp" value="1 year" id="q_1045947_1865372" />
    432426
    433427                                <label for="q_1045947_1865372" value="1865372">
    434428                                    1 year </label>
    435 
    436                             </li>
    437                             <li>
    438                                 <input type="radio" name="q_1045947[choice]" value="1865373" id="q_1045947_1865373" />
     429                            </li>
     430                            <li>
     431                                <input type="radio" name="q_1045947_years_using_wp" value="less than a year" id="q_1045947_1865373" />
    439432
    440433                                <label for="q_1045947_1865373" value="1865373">
    441434                                    Less than a year </label>
    442 
    443                             </li>
    444                             <li>
    445                                 <input type="radio" name="q_1045947[choice]" value="1865374" id="q_1045947_1865374" />
     435                            </li>
     436                            <li>
     437                                <input type="radio" name="q_1045947_years_using_wp" value="I don't use WordPress yet" id="q_1045947_1865374" />
    446438
    447439                                <label for="q_1045947_1865374" value="1865374">
    448440                                    I don't use WordPress yet </label>
    449 
    450441                            </li>
    451442                        </ul>
     
    469460                        <ul>
    470461                            <li>
    471                                 <input type="checkbox" name="q_1068246[choice][]" id="q_1068246_1908777" value="1908777" />
     462                                <input type="checkbox" name="q_1068246_ways_involved[]" id="q_1068246_1908777" value="I use WordPress for my website(s)" />
    472463
    473464                                <label for="q_1068246_1908777">I use WordPress for my website(s)</label>
    474 
    475                             </li>
    476                             <li>
    477                                 <input type="checkbox" name="q_1068246[choice][]" id="q_1068246_1908778" value="1908778" />
     465                            </li>
     466                            <li>
     467                                <input type="checkbox" name="q_1068246_ways_involved[]" id="q_1068246_1908778" value="I help other people use WordPress for their websites" />
    478468
    479469                                <label for="q_1068246_1908778">I help other people use WordPress for their websites</label>
    480 
    481                             </li>
    482                             <li>
    483                                 <input type="checkbox" name="q_1068246[choice][]" id="q_1068246_1908779" value="1908779" />
     470                            </li>
     471                            <li>
     472                                <input type="checkbox" name="q_1068246_ways_involved[]" id="q_1068246_1908779" value="I make plugins" />
    484473
    485474                                <label for="q_1068246_1908779">I make plugins</label>
    486 
    487                             </li>
    488                             <li>
    489                                 <input type="checkbox" name="q_1068246[choice][]" id="q_1068246_1908831" value="1908831" />
     475                            </li>
     476                            <li>
     477                                <input type="checkbox" name="q_1068246_ways_involved[]" id="q_1068246_1908831" value="I make themes" />
    490478
    491479                                <label for="q_1068246_1908831">I make themes</label>
    492 
    493                             </li>
    494                             <li>
    495                                 <input type="checkbox" name="q_1068246[choice][]" id="q_1068246_1908832" value="1908832" />
     480                            </li>
     481                            <li>
     482                                <input type="checkbox" name="q_1068246_ways_involved[]" id="q_1068246_1908832" value="I contribute to the WordPress core codebase" />
    496483
    497484                                <label for="q_1068246_1908832">I contribute to the WordPress core codebase</label>
    498 
    499                             </li>
    500                             <li>
    501                                 <input type="checkbox" name="q_1068246[choice][]" id="q_1068246_1908833" value="1908833" />
     485                            </li>
     486                            <li>
     487                                <input type="checkbox" name="q_1068246_ways_involved[]" id="q_1068246_1908833" value="I volunteer in the support forums at wordpress.org" />
    502488
    503489                                <label for="q_1068246_1908833">I volunteer in the support forums at wordpress.org</label>
    504 
    505                             </li>
    506                             <li>
    507                                 <input type="checkbox" name="q_1068246[choice][]" id="q_1068246_1908834" value="1908834" />
     490                            </li>
     491                            <li>
     492                                <input type="checkbox" name="q_1068246_ways_involved[]" id="q_1068246_1908834" value="I contribute to the WordPress core UI group" />
    508493
    509494                                <label for="q_1068246_1908834">I contribute to the WordPress core UI group</label>
    510 
    511                             </li>
    512                             <li>
    513                                 <input type="checkbox" name="q_1068246[choice][]" id="q_1068246_1908835" value="1908835" />
     495                            </li>
     496                            <li>
     497                                <input type="checkbox" name="q_1068246_ways_involved[]" id="q_1068246_1908835" value="I'm involved with local WordPress meetups" />
    514498
    515499                                <label for="q_1068246_1908835">I'm involved with local WordPress meetups</label>
    516 
    517                             </li>
    518                             <li>
    519                                 <input type="checkbox" name="q_1068246[choice][]" id="q_1068246_1908836" value="1908836" />
     500                            </li>
     501                            <li>
     502                                <input type="checkbox" name="q_1068246_ways_involved[]" id="q_1068246_1908836" value="I've been involved with previous WordCamps" />
    520503
    521504                                <label for="q_1068246_1908836">I've been involved with previous WordCamps</label>
    522 
    523                             </li>
    524                             <li>
    525                                 <input type="checkbox" name="q_1068246[choice][]" id="q_1068246_1926765" value="1926765" />
     505                            </li>
     506                            <li>
     507                                <input type="checkbox" name="q_1068246_ways_involved[]" id="q_1068246_1926765" value="WordPress helps me make a living" />
    526508
    527509                                <label for="q_1068246_1926765">WordPress helps me make a living</label>
    528 
    529510                            </li>
    530511
     
    532513                                <label for="q_1068246_other">Other:</label>
    533514
    534                                 <input type="text" class="other" name="q_1068246[other]" id="q_1068246_other" value="" style="width: 75%" />
     515                                <input type="text" class="other" name="q_1068246_ways_involved_other" id="q_1068246_other" value="" style="width: 75%" />
    535516                            </li>
    536517                        </ul>
     
    554535                        <ul>
    555536                            <li>
    556                                 <input type="radio" name="q_1046032[choice]" value="1865479" id="q_1046032_1865479" />
     537                                <input type="radio" name="q_1046032_attended_camp_before" value="Yes, more than one" id="q_1046032_1865479" />
    557538
    558539                                <label for="q_1046032_1865479" value="1865479">
    559540                                    Yes, more than one </label>
    560 
    561                             </li>
    562                             <li>
    563                                 <input type="radio" name="q_1046032[choice]" value="1865480" id="q_1046032_1865480" />
     541                            </li>
     542                            <li>
     543                                <input type="radio" name="q_1046032_attended_camp_before" value="Yes, I've been to one" id="q_1046032_1865480" />
    564544
    565545                                <label for="q_1046032_1865480" value="1865480">
    566546                                    Yes, I've been to one </label>
    567547                            </li>
    568 
    569                             <li>
    570                                 <input type="radio" name="q_1046032[choice]" value="1865481" id="q_1046032_1865481" />
     548                            <li>
     549                                <input type="radio" name="q_1046032_attended_camp_before" value="1865481" id="q_1046032_1865481" />
    571550
    572551                                <label for="q_1046032_1865481" value="1865481">
     
    592571
    593572                    <div class="PDF_QT200">
    594                         <textarea name="q_1046033[text]" class="small" rows="10" cols="40" title="What WordCamps have you been to? Please list one pe&hellip;"></textarea>
     573                        <textarea name="q_1046033_camps_been_to" class="small" rows="10" cols="40" title="What WordCamps have you been to? Please list one pe&hellip;"></textarea>
    595574                    </div>
    596575                </div>
     
    612591                        <ul>
    613592                            <li>
    614                                 <input type="checkbox" name="q_1068223[choice][]" id="q_1068223_1908730" value="1908730" />
     593                                <input type="checkbox" name="q_1068223_hope_to_accomplish[]" id="q_1068223_1908730" value="Grow my local WordPress community" />
    615594
    616595                                <label for="q_1068223_1908730">Grow my local WordPress community</label>
    617 
    618                             </li>
    619                             <li>
    620                                 <input type="checkbox" name="q_1068223[choice][]" id="q_1068223_1908731" value="1908731" />
     596                            </li>
     597                            <li>
     598                                <input type="checkbox" name="q_1068223_hope_to_accomplish[]" id="q_1068223_1908731" value="Introduce new people to WordPress/teach new users" />
    621599
    622600                                <label for="q_1068223_1908731">Introduce new people to WordPress/teach new users</label>
    623 
    624                             </li>
    625                             <li>
    626                                 <input type="checkbox" name="q_1068223[choice][]" id="q_1068223_1908732" value="1908732" />
     601                            </li>
     602                            <li>
     603                                <input type="checkbox" name="q_1068223_hope_to_accomplish[]" id="q_1068223_1908732" value="Find collaborators for WordPress projects" />
    627604
    628605                                <label for="q_1068223_1908732">Find collaborators for WordPress projects</label>
    629 
    630                             </li>
    631                             <li>
    632                                 <input type="checkbox" name="q_1068223[choice][]" id="q_1068223_1908771" value="1908771" />
     606                            </li>
     607                            <li>
     608                                <input type="checkbox" name="q_1068223_hope_to_accomplish[]" id="q_1068223_1908771" value="Raise my visibility in the community" />
    633609
    634610                                <label for="q_1068223_1908771">Raise my visibility in the community</label>
    635 
    636                             </li>
    637                             <li>
    638                                 <input type="checkbox" name="q_1068223[choice][]" id="q_1068223_1908772" value="1908772" />
     611                            </li>
     612                            <li>
     613                                <input type="checkbox" name="q_1068223_hope_to_accomplish[]" id="q_1068223_1908772" value="Make connections with visiting speakers (like Matt Mullenweg)" />
    639614
    640615                                <label for="q_1068223_1908772">Make connections with visiting speakers (like Matt Mullenweg)</label>
    641 
    642                             </li>
    643                             <li>
    644                                 <input type="checkbox" name="q_1068223[choice][]" id="q_1068223_1908773" value="1908773" />
     616                            </li>
     617                            <li>
     618                                <input type="checkbox" name="q_1068223_hope_to_accomplish[]" id="q_1068223_1908773" value="Make money from surplus ticket sales/sponsorships" />
    645619
    646620                                <label for="q_1068223_1908773">Make money from surplus ticket sales/sponsorships</label>
    647 
    648                             </li>
    649                             <li>
    650                                 <input type="checkbox" name="q_1068223[choice][]" id="q_1068223_1908774" value="1908774" />
     621                            </li>
     622                            <li>
     623                                <input type="checkbox" name="q_1068223_hope_to_accomplish[]" id="q_1068223_1908774" value="Have fun/throw a good party" />
    651624
    652625                                <label for="q_1068223_1908774">Have fun/throw a good party</label>
    653 
    654                             </li>
    655                             <li>
    656                                 <input type="checkbox" name="q_1068223[choice][]" id="q_1068223_1908775" value="1908775" />
     626                            </li>
     627                            <li>
     628                                <input type="checkbox" name="q_1068223_hope_to_accomplish[]" id="q_1068223_1908775" value="Be part of the zeitgeist, as WordCamps are very popular right now" />
    657629
    658630                                <label for="q_1068223_1908775">Be part of the zeitgeist, as WordCamps are very popular right now</label>
    659 
    660                             </li>
    661                             <li>
    662                                 <input type="checkbox" name="q_1068223[choice][]" id="q_1068223_1908776" value="1908776" />
     631                            </li>
     632                            <li>
     633                                <input type="checkbox" name="q_1068223_hope_to_accomplish[]" id="q_1068223_1908776" value="Inspire people to do more with WordPress" />
    663634
    664635                                <label for="q_1068223_1908776">Inspire people to do more with WordPress</label>
    665 
    666636                            </li>
    667637
     
    669639                                <label for="q_1068223_other">Other:</label>
    670640
    671                                 <input type="text" class="other" name="q_1068223[other]" id="q_1068223_other" value="" style="width: 75%" />
     641                                <input type="text" class="other" name="q_1068223_hope_to_accomplish_other" id="q_1068223_other" value="" style="width: 75%" />
    672642                            </li>
    673643                        </ul>
     
    701671                        <ul>
    702672                            <li>
    703                                 <input type="radio" name="q_1045950[choice]" value="1865375" id="q_1045950_1865375" />
     673                                <input type="radio" name="q_1045950_active_meetup" value="Yes" id="q_1045950_1865375" />
    704674
    705675                                <label for="q_1045950_1865375" value="1865375">
    706676                                    Yes </label>
    707 
    708                             </li>
    709                             <li>
    710                                 <input type="radio" name="q_1045950[choice]" value="1865376" id="q_1045950_1865376" />
     677                            </li>
     678                            <li>
     679                                <input type="radio" name="q_1045950_active_meetup" value="No" id="q_1045950_1865376" />
    711680
    712681                                <label for="q_1045950_1865376" value="1865376">
    713682                                    No </label>
    714 
    715                             </li>
    716                             <li>
    717                                 <input type="radio" name="q_1045950[choice]" value="1865377" id="q_1045950_1865377" />
     683                            </li>
     684                            <li>
     685                                <input type="radio" name="q_1045950_active_meetup" value="I don't know" id="q_1045950_1865377" />
    718686
    719687                                <label for="q_1045950_1865377" value="1865377">
    720688                                    I don't know </label>
    721 
    722689                            </li>
    723690                        </ul>
     
    741708                        <ul>
    742709                            <li>
    743                                 <input type="radio" name="q_1045953[choice]" value="1865378" id="q_1045953_1865378" />
     710                                <input type="radio" name="q_1045953_role_in_meetup" value="I am the organizer" id="q_1045953_1865378" />
    744711
    745712                                <label for="q_1045953_1865378" value="1865378">
    746713                                    I am the organizer </label>
    747 
    748                             </li>
    749                             <li>
    750                                 <input type="radio" name="q_1045953[choice]" value="1865379" id="q_1045953_1865379" />
     714                            </li>
     715                            <li>
     716                                <input type="radio" name="q_1045953_role_in_meetup" value="I am a regular attendee and presenter" id="q_1045953_1865379" />
    751717
    752718                                <label for="q_1045953_1865379" value="1865379">
    753719                                    I am a regular attendee and presenter </label>
    754 
    755                             </li>
    756                             <li>
    757                                 <input type="radio" name="q_1045953[choice]" value="1865380" id="q_1045953_1865380" />
     720                            </li>
     721                            <li>
     722                                <input type="radio" name="q_1045953_role_in_meetup" value="I attend regularly but don't present" id="q_1045953_1865380" />
    758723
    759724                                <label for="q_1045953_1865380" value="1865380">
    760725                                    I attend regularly but don't present </label>
    761 
    762                             </li>
    763                             <li>
    764                                 <input type="radio" name="q_1045953[choice]" value="1865381" id="q_1045953_1865381" />
     726                            </li>
     727                            <li>
     728                                <input type="radio" name="q_1045953_role_in_meetup" value="I attend sometimes" id="q_1045953_1865381" />
    765729
    766730                                <label for="q_1045953_1865381" value="1865381">
    767731                                    I attend sometimes </label>
    768 
    769                             </li>
    770                             <li>
    771                                 <input type="radio" name="q_1045953[choice]" value="1865382" id="q_1045953_1865382" />
     732                            </li>
     733                            <li>
     734                                <input type="radio" name="q_1045953_role_in_meetup" value="I attend rarely" id="q_1045953_1865382" />
    772735
    773736                                <label for="q_1045953_1865382" value="1865382">
    774737                                    I attend rarely </label>
    775 
    776                             </li>
    777                             <li>
    778                                 <input type="radio" name="q_1045953[choice]" value="1865383" id="q_1045953_1865383" />
     738                            </li>
     739                            <li>
     740                                <input type="radio" name="q_1045953_role_in_meetup" value="I do not attend the meetups" id="q_1045953_1865383" />
    779741
    780742                                <label for="q_1045953_1865383" value="1865383">
    781743                                    I do not attend the meetups </label>
    782 
    783744                            </li>
    784745                        </ul>
     
    800761
    801762                    <div class="PDF_QT100">
    802                         <input value="" maxlength="500" name="q_1045972[text]" class="large" type="text" title="What is the URL for the meetup group&#039;s website?" />
     763                        <input value="" maxlength="500" name="q_1045972_meetup_url" class="large" type="url" title="What is the URL for the meetup group&#039;s website?" />
    803764                    </div>
    804765                </div>
     
    820781                        <ul>
    821782                            <li>
    822                                 <input type="radio" name="q_1045967[choice]" value="1865388" id="q_1045967_1865388" />
     783                                <input type="radio" name="q_1045967_meetup_members" value="500+" id="q_1045967_1865388" />
    823784
    824785                                <label for="q_1045967_1865388" value="1865388">
    825786                                    500+ </label>
    826 
    827                             </li>
    828                             <li>
    829                                 <input type="radio" name="q_1045967[choice]" value="1865389" id="q_1045967_1865389" />
     787                            </li>
     788                            <li>
     789                                <input type="radio" name="q_1045967_meetup_members" value="300-499" id="q_1045967_1865389" />
    830790
    831791                                <label for="q_1045967_1865389" value="1865389">
    832792                                    300-499 </label>
    833 
    834                             </li>
    835                             <li>
    836                                 <input type="radio" name="q_1045967[choice]" value="1865390" id="q_1045967_1865390" />
     793                            </li>
     794                            <li>
     795                                <input type="radio" name="q_1045967_meetup_members" value="100-299" id="q_1045967_1865390" />
    837796
    838797                                <label for="q_1045967_1865390" value="1865390">
    839798                                    100-299 </label>
    840 
    841                             </li>
    842                             <li>
    843                                 <input type="radio" name="q_1045967[choice]" value="1865391" id="q_1045967_1865391" />
     799                            </li>
     800                            <li>
     801                                <input type="radio" name="q_1045967_meetup_members" value="50-99" id="q_1045967_1865391" />
    844802
    845803                                <label for="q_1045967_1865391" value="1865391">
    846804                                    50-99 </label>
    847 
    848                             </li>
    849                             <li>
    850                                 <input type="radio" name="q_1045967[choice]" value="1865392" id="q_1045967_1865392" />
     805                            </li>
     806                            <li>
     807                                <input type="radio" name="q_1045967_meetup_members" value="26-49" id="q_1045967_1865392" />
    851808
    852809                                <label for="q_1045967_1865392" value="1865392">
    853810                                    26-49 </label>
    854 
    855                             </li>
    856                             <li>
    857                                 <input type="radio" name="q_1045967[choice]" value="1865393" id="q_1045967_1865393" />
     811                            </li>
     812                            <li>
     813                                <input type="radio" name="q_1045967_meetup_members" value="1-25" id="q_1045967_1865393" />
    858814
    859815                                <label for="q_1045967_1865393" value="1865393">
    860816                                    1-25 </label>
    861 
    862                             </li>
    863                             <li>
    864                                 <input type="radio" name="q_1045967[choice]" value="1926755" id="q_1045967_1926755" />
     817                            </li>
     818                            <li>
     819                                <input type="radio" name="q_1045967_meetup_members" value="I don't know" id="q_1045967_1926755" />
    865820
    866821                                <label for="q_1045967_1926755" value="1926755">
    867822                                    I don't know </label>
    868 
    869823                            </li>
    870824                        </ul>
     
    888842                        <ul>
    889843                            <li>
    890                                 <input type="radio" name="q_1045956[choice]" value="1865384" id="q_1045956_1865384" />
     844                                <input type="radio" name="q_1045956_how_often_meetup" value="Once per month" id="q_1045956_1865384" />
    891845
    892846                                <label for="q_1045956_1865384" value="1865384">
    893847                                    Once per month </label>
    894 
    895                             </li>
    896                             <li>
    897                                 <input type="radio" name="q_1045956[choice]" value="1865385" id="q_1045956_1865385" />
     848                            </li>
     849                            <li>
     850                                <input type="radio" name="q_1045956_how_often_meetup" value="Several per month" id="q_1045956_1865385" />
    898851
    899852                                <label for="q_1045956_1865385" value="1865385">
    900853                                    Several per month </label>
    901 
    902                             </li>
    903                             <li>
    904                                 <input type="radio" name="q_1045956[choice]" value="1865386" id="q_1045956_1865386" />
     854                            </li>
     855                            <li>
     856                                <input type="radio" name="q_1045956_how_often_meetup" value="One every couple of months" id="q_1045956_1865386" />
    905857
    906858                                <label for="q_1045956_1865386" value="1865386">
    907859                                    One every couple of months </label>
    908 
    909                             </li>
    910                             <li>
    911                                 <input type="radio" name="q_1045956[choice]" value="1865387" id="q_1045956_1865387" />
     860                            </li>
     861                            <li>
     862                                <input type="radio" name="q_1045956_how_often_meetup" value="There's a group but it never meets" id="q_1045956_1865387" />
    912863
    913864                                <label for="q_1045956_1865387" value="1865387">
    914865                                    There's a group but it never meets </label>
    915 
    916866                            </li>
    917867                        </ul>
     
    935885                        <ul>
    936886                            <li>
    937                                 <input type="radio" name="q_1045971[choice]" value="1865397" id="q_1045971_1865397" />
     887                                <input type="radio" name="q_1045971_how_many_attend" value="500+" id="q_1045971_1865397" />
    938888
    939889                                <label for="q_1045971_1865397" value="1865397">
    940890                                    500+ </label>
    941 
    942                             </li>
    943                             <li>
    944                                 <input type="radio" name="q_1045971[choice]" value="1865398" id="q_1045971_1865398" />
     891                            </li>
     892                            <li>
     893                                <input type="radio" name="q_1045971_how_many_attend" value="300-499" id="q_1045971_1865398" />
    945894
    946895                                <label for="q_1045971_1865398" value="1865398">
    947896                                    300-499 </label>
    948 
    949                             </li>
    950                             <li>
    951                                 <input type="radio" name="q_1045971[choice]" value="1865399" id="q_1045971_1865399" />
     897                            </li>
     898                            <li>
     899                                <input type="radio" name="q_1045971_how_many_attend" value="100-299" id="q_1045971_1865399" />
    952900
    953901                                <label for="q_1045971_1865399" value="1865399">
    954902                                    100-299 </label>
    955 
    956                             </li>
    957                             <li>
    958                                 <input type="radio" name="q_1045971[choice]" value="1865400" id="q_1045971_1865400" />
     903                            </li>
     904                            <li>
     905                                <input type="radio" name="q_1045971_how_many_attend" value="50-99" id="q_1045971_1865400" />
    959906
    960907                                <label for="q_1045971_1865400" value="1865400">
    961908                                    50-99 </label>
    962 
    963                             </li>
    964                             <li>
    965                                 <input type="radio" name="q_1045971[choice]" value="1865401" id="q_1045971_1865401" />
     909                            </li>
     910                            <li>
     911                                <input type="radio" name="q_1045971_how_many_attend" value="26-49" id="q_1045971_1865401" />
    966912
    967913                                <label for="q_1045971_1865401" value="1865401">
    968914                                    26-49 </label>
    969 
    970                             </li>
    971                             <li>
    972                                 <input type="radio" name="q_1045971[choice]" value="1865402" id="q_1045971_1865402" />
     915                            </li>
     916                            <li>
     917                                <input type="radio" name="q_1045971_how_many_attend" value="1-25" id="q_1045971_1865402" />
    973918
    974919                                <label for="q_1045971_1865402" value="1865402">
    975920                                    1-25 </label>
    976 
    977921                            </li>
    978922                        </ul>
     
    996940                        <ul>
    997941                            <li>
    998                                 <input type="radio" name="q_1079086[choice]" value="1926723" id="q_1079086_1926723" />
     942                                <input type="radio" name="q_1079086_other_tech_events" value="Yes, and I've attended some of them" id="q_1079086_1926723" />
    999943
    1000944                                <label for="q_1079086_1926723" value="1926723">
    1001945                                    Yes, and I've attended some of them </label>
    1002 
    1003                             </li>
    1004                             <li>
    1005                                 <input type="radio" name="q_1079086[choice]" value="1926724" id="q_1079086_1926724" />
     946                            </li>
     947                            <li>
     948                                <input type="radio" name="q_1079086_other_tech_events" value="Yes, though I haven't attended any" id="q_1079086_1926724" />
    1006949
    1007950                                <label for="q_1079086_1926724" value="1926724">
    1008951                                    Yes, though I haven't attended any </label>
    1009 
    1010                             </li>
    1011                             <li>
    1012                                 <input type="radio" name="q_1079086[choice]" value="1926725" id="q_1079086_1926725" />
     952                            </li>
     953                            <li>
     954                                <input type="radio" name="q_1079086_other_tech_events" value="No, we've had a few but they weren't very well-attended" id="q_1079086_1926725" />
    1013955
    1014956                                <label for="q_1079086_1926725" value="1926725">
    1015957                                    No, we've had a few but they weren't very well-attended </label>
    1016 
    1017                             </li>
    1018                             <li>
    1019                                 <input type="radio" name="q_1079086[choice]" value="1926744" id="q_1079086_1926744" />
     958                            </li>
     959                            <li>
     960                                <input type="radio" name="q_1079086_other_tech_events" value="We haven't had any community tech events yet" id="q_1079086_1926744" />
    1020961
    1021962                                <label for="q_1079086_1926744" value="1926744">
    1022963                                    We haven't had any community tech events yet </label>
    1023 
    1024                             </li>
    1025                             <li>
    1026                                 <input type="radio" name="q_1079086[choice]" value="1926745" id="q_1079086_1926745" />
     964                            </li>
     965                            <li>
     966                                <input type="radio" name="q_1079086_other_tech_events" value="I am not sure what events have been held here before, or if they've been successful" id="q_1079086_1926745" />
    1027967
    1028968                                <label for="q_1079086_1926745" value="1926745">
    1029969                                    I am not sure what events have been held here before, or if they've been successful </label>
    1030 
    1031970                            </li>
    1032971                        </ul>
     
    1048987
    1049988                    <div class="PDF_QT200">
    1050                         <textarea name="q_1079082[text]" class="small" rows="10" cols="40" title="List any community tech events that have/have not b&hellip;"></textarea>
     989                        <textarea name="q_1079082_other_tech_events_success" class="small" rows="10" cols="40" title="List any community tech events that have/have not b&hellip;"></textarea>
    1051990                    </div>
    1052991                </div>
     
    10761015
    10771016                    <div class="PDF_QT100">
    1078                         <input value="" maxlength="500" name="q_1079103[text]" class="large" type="text" title="Enter the city, state/province, and country where y&hellip;" />
     1017                        <input value="" maxlength="500" name="q_1079103_wordcamp_location" class="large" type="text" title="Enter the city, state/province, and country where y&hellip;" />
    10791018                    </div>
    10801019                </div>
     
    10941033
    10951034                    <div class="PDF_QT100">
    1096                         <input value="" maxlength="500" name="q_1046006[text]" class="large" type="text" title="When do you want to have a WordCamp in your city? (&hellip;" />
     1035                        <input value="" maxlength="500" name="q_1046006_wordcamp_date" class="large" type="text" title="When do you want to have a WordCamp in your city? (&hellip;" />
    10971036                    </div>
    10981037                </div>
     
    11121051
    11131052                    <div class="PDF_QT100">
    1114                         <input value="" maxlength="500" name="q_1046007[text]" class="large" type="text" title="How many people do you think would attend?" />
     1053                        <input value="" maxlength="500" name="q_1046007_how_many_attendees" class="large" type="text" title="How many people do you think would attend?" />
    11151054                    </div>
    11161055                </div>
     
    11321071                        <ul>
    11331072                            <li>
    1134                                 <input type="radio" name="q_1046038[choice]" value="1865485" id="q_1046038_1865485" />
     1073                                <input type="radio" name="q_1046038_organized_event_before" value="Yes, I've planned events of similar size/scope" id="q_1046038_1865485" />
    11351074
    11361075                                <label for="q_1046038_1865485" value="1865485">
    11371076                                    Yes, I've planned events of similar size/scope </label>
    1138 
    1139                             </li>
    1140                             <li>
    1141                                 <input type="radio" name="q_1046038[choice]" value="1865486" id="q_1046038_1865486" />
     1077                            </li>
     1078                            <li>
     1079                                <input type="radio" name="q_1046038_organized_event_before" value="I've organized similar types of events, but smaller" id="q_1046038_1865486" />
    11421080
    11431081                                <label for="q_1046038_1865486" value="1865486">
    11441082                                    I've organized similar types of events, but smaller </label>
    1145 
    1146                             </li>
    1147                             <li>
    1148                                 <input type="radio" name="q_1046038[choice]" value="1865487" id="q_1046038_1865487" />
     1083                            </li>
     1084                            <li>
     1085                                <input type="radio" name="q_1046038_organized_event_before" value="1865487" id="q_1046038_1865487" />
    11491086
    11501087                                <label for="q_1046038_1865487" value="1865487">
    11511088                                    I've organized other events </label>
    1152 
    1153                             </li>
    1154                             <li>
    1155                                 <input type="radio" name="q_1046038[choice]" value="1865495" id="q_1046038_1865495" />
     1089                            </li>
     1090                            <li>
     1091                                <input type="radio" name="q_1046038_organized_event_before" value="I've never organized an event before" id="q_1046038_1865495" />
    11561092
    11571093                                <label for="q_1046038_1865495" value="1865495">
    11581094                                    I've never organized an event before </label>
    1159 
    11601095                            </li>
    11611096                        </ul>
     
    11771112
    11781113                    <div class="PDF_QT200">
    1179                         <textarea name="q_1046099[text]" class="small" rows="10" cols="40" title="Please give a brief description of the events you&#039;v&hellip;"></textarea>
     1114                        <textarea name="q_1046099_describe_events" class="small" rows="10" cols="40" title="Please give a brief description of the events you&#039;v&hellip;"></textarea>
    11801115                    </div>
    11811116                </div>
     
    11971132                        <ul>
    11981133                            <li>
    1199                                 <input type="radio" name="q_1046101[choice]" value="1908677" id="q_1046101_1908677" />
     1134                                <input type="radio" name="q_1046101_have_co_organizers" value="Yes, I have co-organizers already" id="q_1046101_1908677" />
    12001135
    12011136                                <label for="q_1046101_1908677" value="1908677">
    12021137                                    Yes, I have co-organizers already </label>
    1203 
    1204                             </li>
    1205                             <li>
    1206                                 <input type="radio" name="q_1046101[choice]" value="1865560" id="q_1046101_1865560" />
     1138                            </li>
     1139                            <li>
     1140                                <input type="radio" name="q_1046101_have_co_organizers" value="Nope, but I know some people who might be interested" id="q_1046101_1865560" />
    12071141
    12081142                                <label for="q_1046101_1865560" value="1865560">
    12091143                                    Nope, but I know some people who might be interested </label>
    1210 
    1211                             </li>
    1212                             <li>
    1213                                 <input type="radio" name="q_1046101[choice]" value="1865561" id="q_1046101_1865561" />
     1144                            </li>
     1145                            <li>
     1146                                <input type="radio" name="q_1046101_have_co_organizers" value="Nope, I probably need help to find co-organizers" id="q_1046101_1865561" />
    12141147
    12151148                                <label for="q_1046101_1865561" value="1865561">
    12161149                                    Nope, I probably need help to find co-organizers </label>
    1217 
    1218                             </li>
    1219                             <li>
    1220                                 <input type="radio" name="q_1046101[choice]" value="1865562" id="q_1046101_1865562" />
     1150                            </li>
     1151                            <li>
     1152                                <input type="radio" name="q_1046101_have_co_organizers" value="Nope, I want to do it by myself" id="q_1046101_1865562" />
    12211153
    12221154                                <label for="q_1046101_1865562" value="1865562">
     
    12431175                        <ul>
    12441176                            <li>
    1245                                 <input type="checkbox" name="q_1068188[choice][]" id="q_1068188_1908678" value="1908678" />
     1177                                <input type="checkbox" name="q_1068188_relationship_co_organizers[]" id="q_1068188_1908678" value="We work for the same company" />
    12461178
    12471179                                <label for="q_1068188_1908678">We work for the same company</label>
    1248 
    1249                             </li>
    1250                             <li>
    1251                                 <input type="checkbox" name="q_1068188[choice][]" id="q_1068188_1908679" value="1908679" />
     1180                            </li>
     1181                            <li>
     1182                                <input type="checkbox" name="q_1068188_relationship_co_organizers[]" id="q_1068188_1908679" value="We're friends" />
    12521183
    12531184                                <label for="q_1068188_1908679">We're friends</label>
    1254 
    1255                             </li>
    1256                             <li>
    1257                                 <input type="checkbox" name="q_1068188[choice][]" id="q_1068188_1908680" value="1908680" />
     1185                            </li>
     1186                            <li>
     1187                                <input type="checkbox" name="q_1068188_relationship_co_organizers[]" id="q_1068188_1908680" value="We've collaborated on projects before" />
    12581188
    12591189                                <label for="q_1068188_1908680">We've collaborated on projects before</label>
    1260 
    1261                             </li>
    1262                             <li>
    1263                                 <input type="checkbox" name="q_1068188[choice][]" id="q_1068188_1908689" value="1908689" />
     1190                            </li>
     1191                            <li>
     1192                                <input type="checkbox" name="q_1068188_relationship_co_organizers[]" id="q_1068188_1908689" value="We met through the meetup group/other tech event" />
    12641193
    12651194                                <label for="q_1068188_1908689">We met through the meetup group/other tech event</label>
    1266 
    1267                             </li>
    1268 
     1195                            </li>
    12691196                            <li>
    12701197                                <label for="q_1068188_other">Other:</label>
    12711198
    1272                                 <input type="text" class="other" name="q_1068188[other]" id="q_1068188_other" value="" style="width: 75%" />
     1199                                <input type="text" class="other" name="q_1068188_relationship_co_organizers_other" id="q_1068188_other" value="" style="width: 75%" />
    12731200                            </li>
    12741201                        </ul>
     
    12901217
    12911218                    <div class="PDF_QT200">
    1292                         <textarea name="q_1068187[text]" class="small" rows="10" cols="40" title="Please enter the names and email addresses of your &hellip;"></textarea>
     1219                        <textarea name="q_1068187_co_organizer_contact_info" class="small" rows="10" cols="40" title="Please enter the names and email addresses of your &hellip;"></textarea>
    12931220                    </div>
    12941221                </div>
     
    13101237                        <ul>
    13111238                            <li>
    1312                                 <input type="radio" name="q_1068214[choice]" value="1908711" id="q_1068214_1908711" />
     1239                                <input type="radio" name="q_1068214_raise_money" value="Yes, I'm cool with the fundraising" id="q_1068214_1908711" />
    13131240
    13141241                                <label for="q_1068214_1908711" value="1908711">
    13151242                                    Yes, I'm cool with the fundraising </label>
    1316 
    1317                             </li>
    1318                             <li>
    1319                                 <input type="radio" name="q_1068214[choice]" value="1908712" id="q_1068214_1908712" />
     1243                            </li>
     1244                            <li>
     1245                                <input type="radio" name="q_1068214_raise_money" value="I'm not sure -- I haven't done this before but I'll do my best" id="q_1068214_1908712" />
    13201246
    13211247                                <label for="q_1068214_1908712" value="1908712">
    13221248                                    I'm not sure -- I haven't done this before but I'll do my best </label>
    1323 
    1324                             </li>
    1325                             <li>
    1326                                 <input type="radio" name="q_1068214[choice]" value="1908713" id="q_1068214_1908713" />
     1249                            </li>
     1250                            <li>
     1251                                <input type="radio" name="q_1068214_raise_money" value="Not really, I hate asking people for money" id="q_1068214_1908713" />
    13271252
    13281253                                <label for="q_1068214_1908713" value="1908713">
    13291254                                    Not really, I hate asking people for money </label>
    1330 
    13311255                            </li>
    13321256                        </ul>
     
    13481272
    13491273                    <div class="PDF_QT100">
    1350                         <input value="" maxlength="500" name="q_1068220[text]" class="large" type="text" title="If there are businesses already interested in spons&hellip;" />
     1274                        <input value="" maxlength="500" name="q_1068220_interested_sponsors" class="large" type="text" title="If there are businesses already interested in spons&hellip;" />
    13511275                    </div>
    13521276                </div>
     
    13681292                        <ul>
    13691293                            <li>
    1370                                 <input type="radio" name="q_1046009[choice]" value="1865453" id="q_1046009_1865453" />
     1294                                <input type="radio" name="q_1046009_good_presenters" value="Yes, I know lots of local WordPress users/developers" id="q_1046009_1865453" />
    13711295
    13721296                                <label for="q_1046009_1865453" value="1865453">
    13731297                                    Yes, I know lots of local WordPress users/developers </label>
    1374 
    1375                             </li>
    1376                             <li>
    1377                                 <input type="radio" name="q_1046009[choice]" value="1865454" id="q_1046009_1865454" />
     1298                            </li>
     1299                            <li>
     1300                                <input type="radio" name="q_1046009_good_presenters" value="Yes, I know a couple of people who would be qualified" id="q_1046009_1865454" />
    13781301
    13791302                                <label for="q_1046009_1865454" value="1865454">
    13801303                                    Yes, I know a couple of people who would be qualified </label>
    1381 
    1382                             </li>
    1383                             <li>
    1384                                 <input type="radio" name="q_1046009[choice]" value="1865455" id="q_1046009_1865455" />
     1304                            </li>
     1305                            <li>
     1306                                <input type="radio" name="q_1046009_good_presenters" value="No, I don't know anyone local who could speak" id="q_1046009_1865455" />
    13851307
    13861308                                <label for="q_1046009_1865455" value="1865455">
     
    14051327
    14061328                    <div class="PDF_QT200">
    1407                         <textarea name="q_1046021[text]" class="small" rows="10" cols="40" title="Please enter the names of the people you have in mi&hellip;"></textarea>
     1329                        <textarea name="q_1046021_presenter_names" class="small" rows="10" cols="40" title="Please enter the names of the people you have in mi&hellip;"></textarea>
    14081330                    </div>
    14091331                </div>
     
    14251347                        <ul>
    14261348                            <li>
    1427                                 <input type="radio" name="q_1068197[choice]" value="1908695" id="q_1068197_1908695" />
     1349                                <input type="radio" name="q_1068197_venue_connections" value="Yes, I've been talking to people already" id="q_1068197_1908695" />
    14281350
    14291351                                <label for="q_1068197_1908695" value="1908695">
    14301352                                    Yes, I've been talking to people already </label>
    1431 
    1432                             </li>
    1433                             <li>
    1434                                 <input type="radio" name="q_1068197[choice]" value="1908696" id="q_1068197_1908696" />
     1353                            </li>
     1354                            <li>
     1355                                <input type="radio" name="q_1068197_venue_connections" value="No, but I have some leads" id="q_1068197_1908696" />
    14351356
    14361357                                <label for="q_1068197_1908696" value="1908696">
    14371358                                    No, but I have some leads </label>
    1438 
    1439                             </li>
    1440                             <li>
    1441                                 <input type="radio" name="q_1068197[choice]" value="1908697" id="q_1068197_1908697" />
     1359                            </li>
     1360                            <li>
     1361                                <input type="radio" name="q_1068197_venue_connections" value="No, I'll be looking for a venue from scratch" id="q_1068197_1908697" />
    14421362
    14431363                                <label for="q_1068197_1908697" value="1908697">
     
    14621382
    14631383                    <div class="PDF_QT200">
    1464                         <textarea name="q_1068212[text]" class="small" rows="10" cols="40" title="What possible venues are you considering?"></textarea>
     1384                        <textarea name="q_1068212_venues_considering" class="small" rows="10" cols="40" title="What possible venues are you considering?"></textarea>
    14651385                    </div>
    14661386                </div>
     
    14851405
    14861406                    <div class="PDF_QT100">
    1487                         <input value="" maxlength="500" name="q_4236565[text]" class="large required" type="text" title="What is your wordpress.org username?" />
     1407                        <input value="" maxlength="500" name="q_4236565_wporg_username" class="large required" type="text" title="What is your wordpress.org username?" required />
    14881408                    </div>
    14891409                </div>
     
    15031423
    15041424                    <div class="PDF_QT200">
    1505                         <textarea name="q_1079098[text]" class="large" rows="10" cols="40" title="Anything else you want us to know while we&#039;re looki&hellip;"></textarea>
     1425                        <textarea name="q_1079098_anything_else" class="large" rows="10" cols="40" title="Anything else you want us to know while we&#039;re looki&hellip;"></textarea>
    15061426                    </div>
    15071427                </div>
     
    15331453                        <ul>
    15341454                            <li>
    1535                                 <input type="radio" name="q_1079112[choice]" value="1926766" id="q_1079112_1926766" />
     1455                                <input type="radio" name="q_1079112_best_describes_you" value="Personal Blogger" id="q_1079112_1926766" />
    15361456
    15371457                                <label for="q_1079112_1926766" value="1926766">
    15381458                                    Personal Blogger </label>
    1539 
    1540                             </li>
    1541                             <li>
    1542                                 <input type="radio" name="q_1079112[choice]" value="1926767" id="q_1079112_1926767" />
     1459                            </li>
     1460                            <li>
     1461                                <input type="radio" name="q_1079112_best_describes_you" value="Company Blogger" id="q_1079112_1926767" />
    15431462
    15441463                                <label for="q_1079112_1926767" value="1926767">
    15451464                                    Company Blogger </label>
    1546 
    1547                             </li>
    1548                             <li>
    1549                                 <input type="radio" name="q_1079112[choice]" value="1926768" id="q_1079112_1926768" />
     1465                            </li>
     1466                            <li>
     1467                                <input type="radio" name="q_1079112_best_describes_you" value="Designer" id="q_1079112_1926768" />
    15501468
    15511469                                <label for="q_1079112_1926768" value="1926768">
    15521470                                    Designer </label>
    1553 
    1554                             </li>
    1555                             <li>
    1556                                 <input type="radio" name="q_1079112[choice]" value="1926769" id="q_1079112_1926769" />
     1471                            </li>
     1472                            <li>
     1473                                <input type="radio" name="q_1079112_best_describes_you" value="Beginning Developer" id="q_1079112_1926769" />
    15571474
    15581475                                <label for="q_1079112_1926769" value="1926769">
    15591476                                    Beginning Developer </label>
    1560 
    1561                             </li>
    1562                             <li>
    1563                                 <input type="radio" name="q_1079112[choice]" value="1926770" id="q_1079112_1926770" />
     1477                            </li>
     1478                            <li>
     1479                                <input type="radio" name="q_1079112_best_describes_you" value="Advanced Developer" id="q_1079112_1926770" />
    15641480
    15651481                                <label for="q_1079112_1926770" value="1926770">
    15661482                                    Advanced Developer </label>
    1567 
    1568                             </li>
    1569                             <li>
    1570                                 <input type="radio" name="q_1079112[choice]" value="1926771" id="q_1079112_1926771" />
     1483                            </li>
     1484                            <li>
     1485                                <input type="radio" name="q_1079112_best_describes_you" value="Project Manager" id="q_1079112_1926771" />
    15711486
    15721487                                <label for="q_1079112_1926771" value="1926771">
    15731488                                    Project Manager </label>
    1574 
    1575                             </li>
    1576                             <li>
    1577                                 <input type="radio" name="q_1079112[choice]" value="1926772" id="q_1079112_1926772" />
     1489                            </li>
     1490                            <li>
     1491                                <input type="radio" name="q_1079112_best_describes_you" value="System Administrator/IT Professional" id="q_1079112_1926772" />
    15781492
    15791493                                <label for="q_1079112_1926772" value="1926772">
    15801494                                    System Administrator/IT Professional </label>
    1581 
    1582                             </li>
    1583                             <li>
    1584                                 <input type="radio" name="q_1079112[choice]" value="1926773" id="q_1079112_1926773" />
     1495                            </li>
     1496                            <li>
     1497                                <input type="radio" name="q_1079112_best_describes_you" value="Sales/Marketing/PR" id="q_1079112_1926773" />
    15851498
    15861499                                <label for="q_1079112_1926773" value="1926773">
    15871500                                    Sales/Marketing/PR </label>
    1588 
    1589                             </li>
    1590                             <li>
    1591                                 <input type="radio" name="q_1079112[choice]" value="1926774" id="q_1079112_1926774" />
     1501                            </li>
     1502                            <li>
     1503                                <input type="radio" name="q_1079112_best_describes_you" value="Business Owner" id="q_1079112_1926774" />
    15921504
    15931505                                <label for="q_1079112_1926774" value="1926774">
    15941506                                    Business Owner </label>
    1595 
    1596                             </li>
    1597                             <li>
    1598                                 <input type="radio" name="q_1079112[choice]" value="1926775" id="q_1079112_1926775" />
     1507                            </li>
     1508                            <li>
     1509                                <input type="radio" name="q_1079112_best_describes_you" value="WordPress Fan" id="q_1079112_1926775" />
    15991510
    16001511                                <label for="q_1079112_1926775" value="1926775">
    16011512                                    WordPress Fan </label>
    1602 
    1603                             </li>
    1604 
    1605                             <li>
    1606                                 <input type="radio" name="q_1079112[choice]" id="q_1079112_other" value="other" />
     1513                            </li>
     1514                            <li>
     1515                                <input type="radio" name="q_1079112_best_describes_you" id="q_1079112_other" value="other" />
    16071516
    16081517                                <label for="q_1079112_other">
     
    16101519                                </label>
    16111520
    1612                                 <input type="text" class="other" name="q_1079112[other]" value="" style="width: 75%" />
     1521                                <input type="text" class="other" name="q_1079112_best_describes_you_other" value="" style="width: 75%" />
    16131522                            </li>
    16141523                        </ul>
Note: See TracChangeset for help on using the changeset viewer.