T23
11-10-2008, 06:15 PM
Hi,
I have some files I need to modify. I want an email link and I'm guessing this little file is a place to put it but how (assuming it is). Not sure how simple it is or whether this will do it for me. Thanks for any help. Here's the code:
<?xml version="1.0" encoding="utf-8"?>
<contactFormStructure>
<formItems>
<item id="1" label="Name" required="true">
<textToShow>Name:</textToShow>
</item>
<item id="2" label="E-mail" required="true">
<textToShow>E-mail:</textToShow>
<validator>EmailValidator</validator>
</item>
<item id="3" label="Fax">
<textToShow>Fax:</textToShow>
<restrict>+-.0-9</restrict>
</item>
<item id="4" label="State">
<textToShow>State:</textToShow>
</item>
<item id="5" label="Message" required="true">
<textToShow>Message:</textToShow>
</item>
</formItems>
</contactFormStructure>
I have some files I need to modify. I want an email link and I'm guessing this little file is a place to put it but how (assuming it is). Not sure how simple it is or whether this will do it for me. Thanks for any help. Here's the code:
<?xml version="1.0" encoding="utf-8"?>
<contactFormStructure>
<formItems>
<item id="1" label="Name" required="true">
<textToShow>Name:</textToShow>
</item>
<item id="2" label="E-mail" required="true">
<textToShow>E-mail:</textToShow>
<validator>EmailValidator</validator>
</item>
<item id="3" label="Fax">
<textToShow>Fax:</textToShow>
<restrict>+-.0-9</restrict>
</item>
<item id="4" label="State">
<textToShow>State:</textToShow>
</item>
<item id="5" label="Message" required="true">
<textToShow>Message:</textToShow>
</item>
</formItems>
</contactFormStructure>