Difference between revisions of "Show And Tell 2012 11 30 (Drupal)"

From Stadm
Jump to navigationJump to search
Line 3: Line 3:
 
*Template Formats to display Full name followed by email in brackets
 
*Template Formats to display Full name followed by email in brackets
 
*Email submit module takes only the email regardless of whether the name is present and sends an HTML email with the php mail function.
 
*Email submit module takes only the email regardless of whether the name is present and sends an HTML email with the php mail function.
 +
 +
*WebformToCSV
 +
**How are we going to run import?
  
 
==jQuery on Sliders/CCBER flash replacement==
 
==jQuery on Sliders/CCBER flash replacement==
Line 9: Line 12:
 
***Add the same way as stylesheets
 
***Add the same way as stylesheets
 
***jQuery needs to have special wrapper around it to define it as jQuery code -- see here: http://stackoverflow.com/questions/4681309/using-jquery-in-drupal-7#answer-4681392
 
***jQuery needs to have special wrapper around it to define it as jQuery code -- see here: http://stackoverflow.com/questions/4681309/using-jquery-in-drupal-7#answer-4681392
 
==Webform==
 
*Results as table and can be emailed
 
*WebformToCSV
 
**How are we going to run import?
 
 
  
 
[[Category:Presentations]]
 
[[Category:Presentations]]

Revision as of 15:46, 21 November 2012

ERI IT CARF with jQuery Autocomplete

  • Pulls from PHP script on ERI site that generates JSON from query to people nodes
  • Template Formats to display Full name followed by email in brackets
  • Email submit module takes only the email regardless of whether the name is present and sends an HTML email with the php mail function.
  • WebformToCSV
    • How are we going to run import?

jQuery on Sliders/CCBER flash replacement