Hi,
has anybody tried to extend the validation functionality of Intake?

I have a form that includes a postal-code and I need to do the following:
- look up in a table if that code exists
- if the code does not exist, the validation should fail
- if the code exists, the corresponding city_name-field should be retrieved
and put in the city-field of the object, that is mapped to my form

Has anybody tried something like that?

Princiaplly I see two view to do this:
1) adding a <rule name="myvalidation"></rule>
2) extending class IntakeTool to provide addtional custom methods

Has anybody tried one of these ways?

Greetings
Marc


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to