--- authorizenetwebform_fields.inc.orig	2010-10-26 13:06:11.000000000 -0400
+++ authorizenetwebform_fields.inc	2010-10-26 13:13:52.000000000 -0400
@@ -36,6 +36,11 @@
     'x_state' => 'State',
     'x_zip' => 'Zip',
     'x_email' => 'Email',
+
+    //recur info
+    'x_recur_unit' => 'Unit (recurring only, either months or days)',
+    'x_recur_length' => 'Length (recurring only, e.g. every N days or N months)',
+    'x_recur_total' => 'Total number of recurrences (recurring only, leave blank for maximum of 9999)',
   );
 }
 
@@ -63,4 +68,4 @@
   else {
     return array();
   }
-}
\ No newline at end of file
+}
