Making WordPress.org


Ignore:
Timestamp:
04/01/2016 07:09:56 PM (10 years ago)
Author:
iandunn
Message:

WordCamp Post Type: Convert a few application input values from IDs to text.

The original Polldaddy fields used IDs, and these two were missed during the initial conversion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/branches/application-tracking/wordcamp.org/public_html/wp-content/plugins/wcpt/views/applications/wordcamp/shortcode-application.php

    r2861 r2871  
    547547                            </li>
    548548                            <li>
    549                                 <input type="radio" name="q_1046032_attended_camp_before" value="1865481" id="q_1046032_1865481" />
     549                                <input type="radio" name="q_1046032_attended_camp_before" value="No, I haven't been to a WordCamp yet" id="q_1046032_1865481" />
    550550
    551551                                <label for="q_1046032_1865481" value="1865481">
     
    10841084                            </li>
    10851085                            <li>
    1086                                 <input type="radio" name="q_1046038_organized_event_before" value="1865487" id="q_1046038_1865487" />
     1086                                <input type="radio" name="q_1046038_organized_event_before" value="I've organized other events" id="q_1046038_1865487" />
    10871087
    10881088                                <label for="q_1046038_1865487" value="1865487">
Note: See TracChangeset for help on using the changeset viewer.