Hi all. I use Composite title mask and get it to work with most of my fields. However I wanted it to pull the 'name' field from the register type. It is ID 2 but the registration type has more than 1 field. So I put [2::name] in the composist field as I undertand that is what i should do. however when the record when summitted has not title??
I even tried [2][name]
Any thougths? When I inspect the element here is the code:
<input class="span12" type="text" name="jform[fields][2][name]" id="field_name_2" value="" aria-invalid="false">
Not sure why this isnt working when it works if I select another field. For example field 3 is:
<input type="text" placeholder="" name="jform[fields][3]" id="field_3" value="" class="inputbox" style="width:90%" aria-invalid="false">
So all I have to do is put [3] in the composite mask and it workds GREAT
Hi all. I use Composite title mask and get it to work with most of my fields. However I wanted it to pull the 'name' field from the register type. It is ID 2 but the registration type has more than 1 field. So I put [2::name] in the composist field as I undertand that is what i should do. however when the record when summitted has not title??
I even tried [2][name]
Any thougths? When I inspect the element here is the code:
<input class="span12" type="text" name="jform[fields][2][name]" id="field_name_2" value="" aria-invalid="false">
Not sure why this isnt working when it works if I select another field. For example field 3 is:
<input type="text" placeholder="" name="jform[fields][3]" id="field_3" value="" class="inputbox" style="width:90%" aria-invalid="false">
So all I have to do is put [3] in the composite mask and it workds GREAT