Advertisement
Guest User

gformtest2

a guest
Jul 16th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. <field id="7" isRequired="1" size="medium" type="post_custom_field" postCustomFieldName="wpcf-proposaltype" inputType="select" enableChoiceValue="1">
  2. <label><![CDATA[Proposal Type]]></label>
  3. <choices>
  4. <choice>
  5. <text><![CDATA[Delete Course]]></text>
  6. <value><![CDATA[DELCRS]]></value>
  7. </choice>
  8. <choice>
  9. <text><![CDATA[Change Course]]></text>
  10. <value><![CDATA[CHGCRS]]></value>
  11. </choice>
  12. <choice>
  13. <text><![CDATA[New Course]]></text>
  14. <value><![CDATA[NEWCRS]]></value>
  15. </choice>
  16. <choice>
  17. <text><![CDATA[Change Program]]></text>
  18. <value><![CDATA[CHGPRG]]></value>
  19. </choice>
  20. <choice>
  21. <text><![CDATA[New Program]]></text>
  22. <value><![CDATA[NEWPRG]]></value>
  23. </choice>
  24. </choices>
  25. </field>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement