1779 Posts in 582 Topics by 556 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 863 Views |
-
How to modify the HTML ID of a field's div container ?

25 June 2010 at 11:07am Last edited: 25 June 2010 11:10am
Hello,
I've 2 differents forms in a page but i've a TextField with same FieldName in each forms. The problem is the IDs of their div container : they are identical
Default *Field template is :
<div id="[FieldName]" ...>
<label ... > ... </label>
<div ... >
<input name="[FieldName]" id="[FormName_FieldName]" ... >
</div>
</div>If i've two forms containing *Field with same FieldName in the same page, we'll have 2 same IDs in the same page...
How to modify this IDs ?
Thanks,
-
Re: How to modify the HTML ID of a field's div container ?

26 June 2010 at 3:48pm
Call the form field something else if you can edit the form fields. Are they 2 different form functions or 2 of the same on?
-
Re: How to modify the HTML ID of a field's div container ?

28 June 2010 at 5:13am Last edited: 28 June 2010 5:41am
Hello Willr,
It's 2 different form functions so i think i could edit the ID of fields with $name param... I'll try.
Thanks for your help,
| 863 Views | ||
|
Page:
1
|
Go to Top |


