-
Notifications
You must be signed in to change notification settings - Fork 37
Description
[{{row-count-placeholder}}] is just showing myvariable[{{row-count-placeholder}}] in outputs not the number?!
the result is :
<tr class=" row" style="display: block!important;">
<td style="width: 20%;"> <input type="text" name="edu-degree[{{row-count-placeholder}}]" placeholder="مقطع تحصیلی" value="کارشناسی"> </td>
<td style="width: 20%;"> <input type="text" name="edu-field[{{row-count-placeholder}}]" placeholder="رشته تحصیلی" value="همون"></td>
<td style="width: 20%;"> <input type="text" name="edu-place[{{row-count-placeholder}}]" placeholder="محل تحصیل" value="رشت"> </td>
<td style="width: 20%;"> <input type="text" name="edu-start[{{row-count-placeholder}}]" placeholder="سال شروع" value="88"> </td>
<td style="width: 20%;"> <input type="text" name="edu-end[{{row-count-placeholder}}]" placeholder="سال فارغ التحصیلی" value="89"> </td>
<td> <span style="border-radius: 5px; background:#c53939; padding: 5px 15px;color: white;" class="remove">حذف</span></td>
</tr>