Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. <div class="fields" id="sortable">
  2. <div class="field"><!MATRIX FIELDS-->
  3. <input class="new_row_id" type="hidden" name="fundraising_organization[row_order][]" value="row_new_0">
  4. <ul>
  5. <li>
  6. <label for="fundraising name">Fundraising Organization Name</label>
  7. <input type="text" name="fundraising_organization[row_new_0][10]" value="{fund_name}">
  8. </li>
  9. <li>
  10. <label for="fundraising address 1">Address 1</label>
  11. <input type="text" name="fundraising_organization[row_new_0][11]" value="{fund_address_1}">
  12. </li>
  13. <li>
  14. <label for="fundraising address 2">Address 2</label>
  15. <input type="text" name="fundraising_organization[row_new_0][12]" value="{fund_address_2}">
  16. </li>
  17. <li>
  18. <label for="fundraising city">City</label>
  19. <input type="text" name="fundraising_organization[row_new_0][13]" value="{fund_city}">
  20. </li>
  21. <li>
  22. <label for="fundraising state">State</label>
  23. <select>
  24. {options:fund_state}
  25. <option value="{option_value}"{selected}>{option_value}</option>
  26. {/options:fund_state}
  27. </select>
  28. </li>
  29. <li>
  30. <label for="fundraising postal code">Postal Code</label>
  31. <input type="text" name="fundraising_organization[row_new_0][15]" value="{fund_postal_code}">
  32. </li>
  33. <li>
  34. <label for="fundraising website">Website</label>
  35. <input type="text" name="fundraising_organization[row_new_0][16]" value="{fund_website}">
  36. </li>
  37. </ul>
  38. <div class="buttons">
  39. <input id="new" type="button" value="Add Another Organization">
  40. </div>
  41. </div>
  42. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement