We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[{{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>
<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>
The text was updated successfully, but these errors were encountered:
[{{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>
you need to add template class with row
template
row
i.e. <tr class="template row">
<tr class="template row">
Sorry, something went wrong.
No branches or pull requests
[{{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>
The text was updated successfully, but these errors were encountered: