Hi,

I have a form that inputs an IPv4 address and subnet:

    <input name="lan_address_ipv4" id="lan_address_ipv4" type="text"> /
    <select name="lan_subnet_ipv4" id="lan_subnet_ipv4">
        <option value="1">1</option>
        <!-- and so on -->
    </select>

Whenever a validation error occurs for lan_address_ipv4, FPF inserts
the message after the text box:

    <input name="lan_address_ipv4" id="lan_address_ipv4"
type="text"><div class="errors"><p class="error">Invalid IPv4
Address</p></div> /
    <select name="lan_subnet_ipv4" id="lan_subnet_ipv4">
        <option value="1">1</option>
        <!-- and so on -->
    </select>

Is it possible to let FPF insert the error message after
lan_subnet_ipv4 instead?

Thanks!


[ simon.cpu ]

_______________________________________________
users mailing list
[email protected]
http://lists.agavi.org/mailman/listinfo/users

Reply via email to