I’ve got a moblog setup to receive an email with data for custom fields which is generated by a web form. Here’s the data generated:
<category>$FTGcategory</category>
<entry_title>$FTGtitle</entry_title>
<field:group-leader>$FTGleader</field:group-leader>
<field:group-coleader>$FTGcoleader</field:group-coleader>
<field:group-time>$FTGdayandtime</field:group-time>
<field:group-start>$FTGstartdate</field:group-start>
<field:group-location>$FTGlocation</field:group-location>
<field:group-description>$FTGdescription</field:group-description>
<field:group-email>$FTGemail</field:group-email>
<field:group-phone>$FTGphone</field:group-phone>
The “$FTG” variables are substituted by user data. (This is a script generated by FormsToGo.)
This model/process has worked flawlessly for about two years, but recently started failing by losing data submitted for custom fields. The only custom field data that is processed is the $FTGdescription field, which is a test area type (as opposed to a text field).
Ideas? Suggestions?
