Looking to gather DOB using PHPForm plug in. How have you configured your text field and what id have you given it. Is there validation on these text fields?
If you mean the PHP Feedback Form Action, the only two field types it will recognize are the name ‘name’ and the name ‘email’, both case-sensitive. These are used to calculate the reply-to address in the mail message that the form sends, and they are validated to be present (set and set to something non-blank) and present plus “e-mail shaped”, respectively.
Any other validations you want to perform must be set separately.
There is an Action you can use to validate fields, I haven’t used it so I can’t speak to whether it will properly test for a well-formed date in the past or anything like that.
What I would recommend is my CalendarView Action http://actionsforge.com/actions/view/109-calendarview which will create a calendar popup on any ordinary text field, and force the date to be set in a proper ISO format (1964-02-16).
Walter
On Aug 20, 2012, at 7:57 AM, Craig wrote:
Looking to gather DOB using PHPForm plug in. How have you configured your text field and what id have you given it. Is there validation on these text fields?