This question has been flagged
3124 Views

For getting the value I need to select the input field, but how can I give an input field an ID or a class?

XML

<field name="phone" class="test" />

gives me:

<span class="test">

<input>

</span>

So how do I do this?

Avatar
Discard