Modify Seed Address Form
Hi Everyone
I'm attempting to make a slight change the Seed Address Input Form.
I want to add a custom field that is auto-generated at delivery time for proof validation.
What I've done so far is:
Created an extended schema abc:seedMember
Has 1 element on it <FieldName>
What I need to do is get that field added to the nms:seedMember Input form (I believe).
I attempted to add
<input xpath ="@FieldName"/> but that is causing errors once I parse the new XML.
What am I missing?




